Home
last modified time | relevance | path

Searched refs:OPC_ORI (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc226 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 Dtcg-target.c.inc182 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 Dmicromips_translate.c.inc2699 mips32_op = OPC_ORI;
H A Dtranslate.c68 OPC_ORI = (0x0D << 26), enumerator
2409 case OPC_ORI: in gen_logic_imm()
14563 case OPC_ORI: in decode_opc_legacy()
H A Dnanomips_translate.c.inc3741 gen_logic_imm(ctx, OPC_ORI, rt, rs, extract32(ctx->opcode, 0, 12));
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc84 OPC_ORI = 0x03800000,
1830 tcg_out32(s, encode_djuk12_insn(OPC_ORI, d, j, uk12));