Home
last modified time | relevance | path

Searched refs:TEST_CMPXCHG (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1134 #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()
[all …]