Searched refs:tgen_arithr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c574 static inline void tgen_arithr(TCGContext *s, int subop, int dest, int src) function
595 tgen_arithr(s, ARITH_XOR, ret, ret);
851 tgen_arithr(s, ARITH_CMP + rexw, arg1, arg2);
1431 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_RDI, base);
1644 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_RDI, base);
1755 tgen_arithr(s, ARITH_ADD + rexw, a0, a1);
1780 tgen_arithr(s, c + rexw, args[0], args[2]);
1915 tgen_arithr(s, ARITH_ADD, args[0], args[4]);
1920 tgen_arithr(s, ARITH_ADC, args[1], args[5]);
1927 tgen_arithr(
[all...]

Completed in 971 milliseconds