Home
last modified time | relevance | path

Searched refs:OPC_JR (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc344 OPC_JR = use_mips32r6_instructions ? OPC_JALR : OPC_JR_R5,
1112 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_T9, 0);
1631 tcg_out_opc_reg(s, OPC_JR, 0, TCG_TMP0, 0);
1652 tcg_out_opc_reg(s, OPC_JR, 0, dest, 0);
1691 tcg_out_opc_reg(s, OPC_JR, 0, a0, 0);
2436 tcg_out_opc_reg(s, OPC_JR, 0, tcg_target_call_iarg_regs[1], 0);
2454 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
2485 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
2515 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
2573 tcg_out_opc_reg(s, OPC_JR, 0, TCG_REG_RA, 0);
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc789 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 Dnanomips_translate.c.inc1143 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 Dmips16e_translate.c.inc944 op = OPC_JR;
H A Dtranslate.c227 OPC_JR = 0x08 | OPC_SPECIAL, /* Also JR.HB */ enumerator
4435 case OPC_JR: in gen_compute_branch()
4507 case OPC_JR: in gen_compute_branch()
13115 case OPC_JR: in decode_opc_special_tx79()
13178 case OPC_JR: in decode_opc_special_legacy()