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

/vbox/src/recompiler/tests/
H A Dtest-i386.c1127 #define TEST_CMPXCHG(op, size, opconst, eax)\ macro
1178 TEST_CMPXCHG(cmpxchgq, "", "+q", 0xfbca7654);
1180 TEST_CMPXCHG(cmpxchgl, "k", "+q", 0xfbca7654);
1181 TEST_CMPXCHG(cmpxchgw, "w", "+q", 0xfbca7654);
1182 TEST_CMPXCHG(cmpxchgb, "b", "+q", 0xfbca7654);
1185 TEST_CMPXCHG(cmpxchgq, "", "+q", 0xfffefdfc);
1187 TEST_CMPXCHG(cmpxchgl, "k", "+q", 0xfffefdfc);
1188 TEST_CMPXCHG(cmpxchgw, "w", "+q", 0xfffefdfc);
1189 TEST_CMPXCHG(cmpxchgb, "b", "+q", 0xfffefdfc);
1192 TEST_CMPXCHG(cmpxchg
[all...]

Completed in 56 milliseconds