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

/external/qemu/tcg/i386/
H A Dtcg-target.c529 /* Generate dest op= src. Uses the same ARITH_* codes as tgen_arithi. */
692 static void tgen_arithi(TCGContext *s, int c, int r0, function
756 tgen_arithi(s, ARITH_ADD + P_REXW, reg, val, 0);
815 tgen_arithi(s, ARITH_CMP + rexw, arg1, arg2, 0);
976 tgen_arithi(s, ARITH_ADD, args[0], 1, 0);
1106 tgen_arithi(s, ARITH_AND + trexw, r1,
1108 tgen_arithi(s, ARITH_AND + hrexw, r0,
1736 tgen_arithi(s, c + rexw, args[0], args[2], 0);
1849 tgen_arithi(s, ARITH_ADD + rexw, args[0], args[4], 1);
1854 tgen_arithi(
[all...]

Completed in 75 milliseconds