Searched defs:tgen_arithi (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c573 /* Generate dest op= src. Uses the same ARITH_* codes as tgen_arithi. */
713 static void tgen_arithi(TCGContext *s, int c, int r0, function
777 tgen_arithi(s, ARITH_ADD + P_REXW, reg, val, 0);
788 tgen_arithi(s, ARITH_SUB + P_REXW, reg, val, 0);
848 tgen_arithi(s, ARITH_CMP + rexw, arg1, arg2, 0);
1009 tgen_arithi(s, ARITH_ADD, args[0], 1, 0);
1110 tgen_arithi(s, ARITH_AND + rexw, r0,
1112 tgen_arithi(s, ARITH_AND + rexw, r1,
1778 tgen_arithi(s, c + rexw, args[0], args[2], 0);
1913 tgen_arithi(
[all...]

Completed in 49 milliseconds