Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1122 #define TEST_XCHG(op, size, opconst)\ macro
1150 TEST_XCHG(xchgq, "", "+q"); in test_xchg()
1152 TEST_XCHG(xchgl, "k", "+q"); in test_xchg()
1153 TEST_XCHG(xchgw, "w", "+q"); in test_xchg()
1154 TEST_XCHG(xchgb, "b", "+q"); in test_xchg()
1157 TEST_XCHG(xchgq, "", "+m"); in test_xchg()
1159 TEST_XCHG(xchgl, "k", "+m"); in test_xchg()
1160 TEST_XCHG(xchgw, "w", "+m"); in test_xchg()
1161 TEST_XCHG(xchgb, "b", "+m"); in test_xchg()
1164 TEST_XCHG(xaddq, "", "+q"); in test_xchg()
[all …]