Home
last modified time | relevance | path

Searched refs:ARITH_XOR (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/x86_64/
Dtcg-target.c193 #define ARITH_XOR 6 macro
366 tcg_out_modrm(s, 0x01 | (ARITH_XOR << 3), ret, ret); /* xor r0,r0 */ in tcg_out_movi()
1025 c = ARITH_XOR; in tcg_out_op()
1047 c = ARITH_XOR; in tcg_out_op()
/external/qemu/tcg/sparc/
Dtcg-target.c231 #define ARITH_XOR (INSN_OP(2) | INSN_OP3(0x03)) macro
348 tcg_out_arithi(s, ret, ret, (arg & 0x3ff) | -0x400, ARITH_XOR); in tcg_out_movi()
600 tcg_out_arithc(s, ret, c1, c2, c2const, ARITH_XOR); in tcg_out_setcond_i32()
1232 c = ARITH_XOR; in tcg_out_op()
/external/qemu/tcg/i386/
Dtcg-target.c294 #define ARITH_XOR 6 macro
527 tgen_arithr(s, ARITH_XOR, ret, ret); in tcg_out_movi()
1552 c = ARITH_XOR; in tcg_out_op()