Lines Matching refs:OP
59 #define OP add macro
62 #define OP sub macro
65 #define OP xor macro
68 #define OP and macro
71 #define OP or macro
74 #define OP cmp macro
77 #define OP adc macro
81 #define OP sbb macro
85 #define OP inc macro
90 #define OP dec macro
95 #define OP neg macro
100 #define OP not macro
108 #define OP shl macro
111 #define OP shr macro
114 #define OP sar macro
117 #define OP rol macro
120 #define OP ror macro
123 #define OP rcr macro
127 #define OP rcl macro
131 #define OP shld macro
136 #define OP shrd macro
146 #define OP bt macro
150 #define OP bts macro
154 #define OP btr macro
158 #define OP btc macro
350 #define OP mul macro
353 #define OP imul macro
412 #define OP div macro
415 #define OP idiv macro
1123 #define TEST_STRING1(OP, size, DF, REP)\ argument
1135 REP #OP size "\n\t"\
1142 REP #OP size, esi, edi, eax, ecx,\
1146 #define TEST_STRING(OP, REP)\ argument
1147 TEST_STRING1(OP, "b", "", REP);\
1148 TEST_STRING1(OP, "w", "", REP);\
1149 TEST_STRING1(OP, "l", "", REP);\
1150 TEST_STRING1(OP, "b", "std", REP);\
1151 TEST_STRING1(OP, "w", "std", REP);\
1152 TEST_STRING1(OP, "l", "std", REP)