Searched refs:OPC_J (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 216 OPC_J = 002 << 26, 1111 if (!tcg_out_opc_jmp(s, OPC_J, arg)) { 1629 if (!tcg_out_opc_jmp(s, OPC_J, tb_ret_addr)) {
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 75 OPC_J = (0x02 << 26), enumerator 4420 case OPC_J: in gen_compute_branch() 4497 case OPC_J: in gen_compute_branch() 14567 case OPC_J: /* Jump */ in decode_opc_legacy()
|
H A D | micromips_translate.c.inc | 2780 gen_compute_branch(ctx, OPC_J, 4, rt, rs,
|