HomeSort by relevance Sort by last modified time
    Searched refs:ARITH_XOR (Results 1 - 3 of 3) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.c 193 #define ARITH_XOR 6
366 tcg_out_modrm(s, 0x01 | (ARITH_XOR << 3), ret, ret); /* xor r0,r0 */
1025 c = ARITH_XOR;
1047 c = ARITH_XOR;
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 231 #define ARITH_XOR (INSN_OP(2) | INSN_OP3(0x03))
348 tcg_out_arithi(s, ret, ret, (arg & 0x3ff) | -0x400, ARITH_XOR);
600 tcg_out_arithc(s, ret, c1, c2, c2const, ARITH_XOR);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 294 #define ARITH_XOR 6
527 tgen_arithr(s, ARITH_XOR, ret, ret);
    [all...]

Completed in 35 milliseconds