Searched refs:OPC_JAL (Results 1 – 5 of 5) sorted by relevance
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 171 OPC_JAL = 0x6f, 1113 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0); 1569 tcg_out_opc_jump(s, OPC_JAL, link, offset); 1616 tcg_out_opc_jump(s, OPC_JAL, TCG_REG_ZERO, 0); 1927 tcg_out32(s, OPC_JAL); 1950 insn = encode_uj(OPC_JAL, TCG_REG_ZERO, offset);
|
/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 | 77 OPC_JAL = (0x03 << 26), enumerator 4422 case OPC_JAL: in gen_compute_branch() 4504 case OPC_JAL: in gen_compute_branch() 14569 case OPC_JAL: in decode_opc_legacy()
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 222 OPC_JAL = 003 << 26, 704 if (!tcg_out_opc_jmp(s, OPC_JAL, sub)) { 1072 if (!tcg_out_opc_jmp(s, OPC_JAL, arg)) {
|