Lines Matching refs:TEST_CMPXCHG
1134 #define TEST_CMPXCHG(op, size, opconst, eax)\ macro
1185 TEST_CMPXCHG(cmpxchgq, "", "+q", 0xfbca7654); in test_xchg()
1187 TEST_CMPXCHG(cmpxchgl, "k", "+q", 0xfbca7654); in test_xchg()
1188 TEST_CMPXCHG(cmpxchgw, "w", "+q", 0xfbca7654); in test_xchg()
1189 TEST_CMPXCHG(cmpxchgb, "b", "+q", 0xfbca7654); in test_xchg()
1192 TEST_CMPXCHG(cmpxchgq, "", "+q", 0xfffefdfc); in test_xchg()
1194 TEST_CMPXCHG(cmpxchgl, "k", "+q", 0xfffefdfc); in test_xchg()
1195 TEST_CMPXCHG(cmpxchgw, "w", "+q", 0xfffefdfc); in test_xchg()
1196 TEST_CMPXCHG(cmpxchgb, "b", "+q", 0xfffefdfc); in test_xchg()
1199 TEST_CMPXCHG(cmpxchgq, "", "+m", 0xfbca7654); in test_xchg()
1201 TEST_CMPXCHG(cmpxchgl, "k", "+m", 0xfbca7654); in test_xchg()
1202 TEST_CMPXCHG(cmpxchgw, "w", "+m", 0xfbca7654); in test_xchg()
1203 TEST_CMPXCHG(cmpxchgb, "b", "+m", 0xfbca7654); in test_xchg()
1206 TEST_CMPXCHG(cmpxchgq, "", "+m", 0xfffefdfc); in test_xchg()
1208 TEST_CMPXCHG(cmpxchgl, "k", "+m", 0xfffefdfc); in test_xchg()
1209 TEST_CMPXCHG(cmpxchgw, "w", "+m", 0xfffefdfc); in test_xchg()
1210 TEST_CMPXCHG(cmpxchgb, "b", "+m", 0xfffefdfc); in test_xchg()