Searched refs:OPC_JAL (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 167 OPC_JAL = 0x6f, 1591 tcg_out_opc_jump(s, OPC_JAL, link, offset); 1638 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0); 1931 tcg_out32(s, OPC_JAL); 1949 insn = encode_uj(OPC_JAL, TCG_REG_ZERO, offset); 1973 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 217 OPC_JAL = 003 << 26, 732 if (!tcg_out_opc_jmp(s, OPC_JAL, sub)) { 1115 if (!tcg_out_opc_jmp(s, OPC_JAL, arg)) {
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 693 op = ((ctx->opcode >> 10) & 0x1) ? OPC_JALX : OPC_JAL;
|
H A D | micromips_translate.c.inc | 2741 gen_compute_branch(ctx, OPC_JAL, 4, rt, rs, offset, 2); 2799 gen_compute_branch(ctx, OPC_JAL, 4, rt, rs,
|
H A D | translate.c | 76 OPC_JAL = (0x03 << 26), enumerator 4421 case OPC_JAL: in gen_compute_branch() 4503 case OPC_JAL: in gen_compute_branch() 14568 case OPC_JAL: in decode_opc_legacy()
|