Searched refs:OPC_XOR (Results 1 – 7 of 7) sorted by relevance
/openbmc/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 | 218 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 D | tcg-target.c.inc | 300 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 D | tcg-target.c.inc | 200 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 D | tcg-insn-defs.c.inc | 34 OPC_XOR = 0x00158000, 1476 tcg_out32(s, encode_djk_insn(OPC_XOR, d, j, k));
|