Searched refs:OPC_ORI (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 226 OPC_ORI = 015 << 26, 526 tcg_out_opc_imm(s, OPC_ORI, ret, TCG_REG_ZERO, arg); 545 tcg_out_opc_imm(s, OPC_ORI, ret, ret, arg & 0xffff); 624 tcg_out_opc_imm(s, lo < 0 ? OPC_DADDIU : OPC_ORI, ret, ret, lo); 1755 i1 = OPC_OR, i2 = OPC_ORI;
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 182 OPC_ORI = 0x6013, 2061 tcg_out_opc_imm(s, OPC_ORI, a0, a1, a2); 2087 tcg_out_opc_imm(s, OPC_ORI, a0, a1, ~a2);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 2699 mips32_op = OPC_ORI;
|
H A D | translate.c | 68 OPC_ORI = (0x0D << 26), enumerator 2409 case OPC_ORI: in gen_logic_imm() 14563 case OPC_ORI: in decode_opc_legacy()
|
H A D | nanomips_translate.c.inc | 3741 gen_logic_imm(ctx, OPC_ORI, rt, rs, extract32(ctx->opcode, 0, 12));
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-insn-defs.c.inc | 84 OPC_ORI = 0x03800000, 1830 tcg_out32(s, encode_djuk12_insn(OPC_ORI, d, j, uk12));
|