Searched refs:OPC_JR (Results 1 – 5 of 5) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 349 OPC_JR = use_mips32r6_instructions ? OPC_JALR : OPC_JR_R5, 1069 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0); 1615 tcg_out_opc_reg(s, OPC_JR, 0, TCG_TMP0, 0); 1636 tcg_out_opc_reg(s, OPC_JR, 0, dest, 0); 1650 tcg_out_opc_reg(s, OPC_JR, 0, a0, 0); 2601 tcg_out_opc_reg(s, OPC_JR, 0, tcg_target_call_iarg_regs[1], 0); 2619 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0); 2650 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0); 2680 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0); 2738 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
|
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 789 gen_compute_branch(ctx, OPC_JR, 2, reg, 0, 0, 4); 796 gen_compute_branch(ctx, OPC_JR, 2, reg, 0, 0, 0); 840 gen_compute_branch(ctx, OPC_JR, 2, 31, 0, 0, 0); 891 gen_compute_branch(ctx, OPC_JR, 2, 31, 0, 0, 0); 896 gen_compute_branch(ctx, OPC_JR, 2, rs, 0, 0, 0);
|
H A D | nanomips_translate.c.inc | 1143 case OPC_JR: 1180 case OPC_JR: 3764 gen_compute_branch_nm(ctx, OPC_JR, 2, 31, 0, 0); 4746 gen_compute_branch_nm(ctx, OPC_JR, 2, 4778 gen_compute_branch_nm(ctx, OPC_JR, 2, 31, 0, 0);
|
H A D | mips16e_translate.c.inc | 944 op = OPC_JR;
|
H A D | translate.c | 228 OPC_JR = 0x08 | OPC_SPECIAL, /* Also JR.HB */ enumerator 4436 case OPC_JR: in gen_compute_branch() 4508 case OPC_JR: in gen_compute_branch() 13116 case OPC_JR: in decode_opc_special_tx79() 13179 case OPC_JR: in decode_opc_special_legacy()
|