Searched refs:OPC_XOR (Results 1 – 7 of 7) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 989 gen_logic(ctx, OPC_XOR, 24, rx, ry); 1001 gen_logic(ctx, OPC_XOR, rx, rx, ry);
|
H A D | micromips_translate.c.inc | 746 gen_logic(ctx, OPC_XOR, rd, rd, rs); 915 gen_logic(ctx, OPC_XOR, rt, rt, rs); 1721 mips32_op = OPC_XOR;
|
H A D | nanomips_translate.c.inc | 1241 gen_logic(ctx, OPC_XOR, rt, rt, rs); 1324 gen_logic(ctx, OPC_XOR, rd, rs, rt);
|
H A D | translate.c | 219 OPC_XOR = 0x26 | OPC_SPECIAL, enumerator 2769 case OPC_XOR: in gen_logic() 13273 case OPC_XOR: in decode_opc_special()
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 305 OPC_XOR = OPC_SPECIAL | 046, 793 tcg_out_opc_reg(s, OPC_XOR, ret, arg1, arg2); 940 tcg_out_opc_reg(s, OPC_XOR, TCG_TMP0, al, bl); 941 tcg_out_opc_reg(s, OPC_XOR, TCG_TMP1, ah, bh); 2173 tcg_out_opc_reg(s, OPC_XOR, a0, a1, a2);
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 204 OPC_XOR = 0x4033, 1220 tcg_out_opc_reg(s, OPC_XOR, ret, arg1, arg2); 2402 tcg_out_opc_reg(s, OPC_XOR, a0, a1, a2);
|
/qemu/tcg/loongarch64/ |
H A D | tcg-insn-defs.c.inc | 34 OPC_XOR = 0x00158000, 1476 tcg_out32(s, encode_djk_insn(OPC_XOR, d, j, k));
|