Searched refs:OPC_J (Results 1 – 3 of 3) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 221 OPC_J = 002 << 26, 1068 if (!tcg_out_opc_jmp(s, OPC_J, arg)) { 1613 if (!tcg_out_opc_jmp(s, OPC_J, tb_ret_addr)) {
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 76 OPC_J = (0x02 << 26), enumerator 4421 case OPC_J: in gen_compute_branch() 4498 case OPC_J: in gen_compute_branch() 14568 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,
|