Searched refs:OPC_JALR (Results 1 – 6 of 6) sorted by relevance
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 172 OPC_JALR = 0x67, 1573 tcg_out_opc_imm(s, OPC_JALR, link, TCG_REG_TMP0, 0); 1581 tcg_out_opc_imm(s, OPC_JALR, link, TCG_REG_TMP0, imm); 1932 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, TCG_REG_TMP0, 0); 1938 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, a0, 0); 2964 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, tcg_target_call_iarg_regs[1], 0); 2978 tcg_out_opc_imm(s, OPC_JALR, TCG_REG_ZERO, TCG_REG_RA, 0);
|
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 805 gen_compute_branch(ctx, OPC_JALR, 2, ctx->opcode & 0x1f, 31, 0, 4); 810 gen_compute_branch(ctx, OPC_JALR, 2, ctx->opcode & 0x1f, 31, 0, 2); 932 gen_compute_branch(ctx, OPC_JALR, 2, (ctx->opcode >> 5) & 0x1f, 1193 gen_compute_branch(ctx, OPC_JALR, 4, rs, rt, 0, 0); 1196 gen_compute_branch(ctx, OPC_JALR, 4, rs, rt, 0, 4); 1203 gen_compute_branch(ctx, OPC_JALR, 4, rs, rt, 0, 2);
|
H A D | mips16e_translate.c.inc | 942 op = OPC_JALR;
|
H A D | nanomips_translate.c.inc | 1144 case OPC_JALR: 1183 case OPC_JALR: 4350 gen_compute_branch_nm(ctx, OPC_JALR, 4, rs, rt, 0); 4750 gen_compute_branch_nm(ctx, OPC_JALR, 2,
|
H A D | translate.c | 229 OPC_JALR = 0x09 | OPC_SPECIAL, /* Also JALR.HB */ enumerator 4437 case OPC_JALR: in gen_compute_branch() 4511 case OPC_JALR: in gen_compute_branch() 13276 case OPC_JALR: in decode_opc_special()
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 267 OPC_JALR = OPC_SPECIAL | 011, 349 OPC_JR = use_mips32r6_instructions ? OPC_JALR : OPC_JR_R5, 706 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_TMP1, 0); 1073 tcg_out_opc_reg(s, OPC_JALR, TCG_REG_RA, TCG_REG_T9, 0);
|