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

/external/qemu/tcg/i386/
H A Dtcg-target.c267 #define OPC_ADD_GvEv (OPC_ARITH_GvEv | (ARITH_ADD << 3))
310 #define ARITH_ADD 0 macro
705 if (!cf && (c == ARITH_ADD || c == ARITH_SUB) && (val == 1 || val == -1)) {
706 int is_inc = (c == ARITH_ADD) ^ (val < 0);
756 tgen_arithi(s, ARITH_ADD + P_REXW, reg, val, 0);
976 tgen_arithi(s, ARITH_ADD, args[0], 1, 0);
1471 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_L1, base);
1593 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_L1, base);
1713 tgen_arithr(s, ARITH_ADD + rexw, a0, a1);
1720 c = ARITH_ADD;
[all...]

Completed in 126 milliseconds