Searched refs:OPC_XORI (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 201 OPC_XORI = 0x4013, 1287 tcg_out_opc_imm(s, OPC_XORI, ret, arg1, arg2); 1325 tcg_out_opc_imm(s, OPC_XORI, ret, tmp, 1); 1351 tcg_out_opc_imm(s, OPC_XORI, ret, arg1, -1); 2070 tcg_out_opc_imm(s, OPC_XORI, a0, a1, a2); 2095 tcg_out_opc_imm(s, OPC_XORI, a0, a1, ~a2); 2103 tcg_out_opc_imm(s, OPC_XORI, a0, a1, -1);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 227 OPC_XORI = 016 << 26, 931 tcg_out_opc_imm(s, OPC_XORI, ret, tmp, 1); 1759 i1 = OPC_XOR, i2 = OPC_XORI;
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 845 gen_logic_imm(ctx, OPC_XORI, 24, rx, imm);
|
H A D | micromips_translate.c.inc | 2702 mips32_op = OPC_XORI;
|
H A D | translate.c | 69 OPC_XORI = (0x0E << 26), enumerator 2416 case OPC_XORI: in gen_logic_imm() 14564 case OPC_XORI: in decode_opc_legacy()
|
H A D | nanomips_translate.c.inc | 3744 gen_logic_imm(ctx, OPC_XORI, rt, rs, extract32(ctx->opcode, 0, 12));
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-insn-defs.c.inc | 85 OPC_XORI = 0x03c00000, 1837 tcg_out32(s, encode_djuk12_insn(OPC_XORI, d, j, uk12));
|