Home
last modified time | relevance | path

Searched refs:OPC_XOR (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc989 gen_logic(ctx, OPC_XOR, 24, rx, ry);
1001 gen_logic(ctx, OPC_XOR, rx, rx, ry);
H A Dmicromips_translate.c.inc746 gen_logic(ctx, OPC_XOR, rd, rd, rs);
915 gen_logic(ctx, OPC_XOR, rt, rt, rs);
1721 mips32_op = OPC_XOR;
H A Dnanomips_translate.c.inc1241 gen_logic(ctx, OPC_XOR, rt, rt, rs);
1324 gen_logic(ctx, OPC_XOR, rd, rs, rt);
H A Dtranslate.c218 OPC_XOR = 0x26 | OPC_SPECIAL, enumerator
2768 case OPC_XOR: in gen_logic()
13272 case OPC_XOR: in decode_opc_special()
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc300 OPC_XOR = OPC_SPECIAL | 046,
903 tcg_out_opc_reg(s, OPC_XOR, ret, arg1, arg2);
1011 tcg_out_opc_reg(s, OPC_XOR, TCG_TMP0, al, bl);
1012 tcg_out_opc_reg(s, OPC_XOR, TCG_TMP1, ah, bh);
1759 i1 = OPC_XOR, i2 = OPC_XORI;
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc200 OPC_XOR = 0x4033,
1283 tcg_out_opc_reg(s, OPC_XOR, ret, arg1, arg2);
2072 tcg_out_opc_reg(s, OPC_XOR, a0, a1, a2);
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc34 OPC_XOR = 0x00158000,
1476 tcg_out32(s, encode_djk_insn(OPC_XOR, d, j, k));