Searched refs:TEST_CMPXCHG (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/VEX/test/ |
H A D | test-amd64.c | 877 #define TEST_CMPXCHG(op, size, opconst, eax)\ macro 915 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfbca7654); 916 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfbca7654); 917 TEST_CMPXCHG(cmpxchgb, "b", "=q", 0xfbca7654); 919 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfffefdfc); 920 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfffefdfc); 921 TEST_CMPXCHG(cmpxchgb, "b", "=q", 0xfffefdfc); 923 TEST_CMPXCHG(cmpxchgl, "", "=m", 0xfbca7654); 924 TEST_CMPXCHG(cmpxchgw, "w", "=m", 0xfbca7654); 925 TEST_CMPXCHG(cmpxchg [all...] |
H A D | test-i386.c | 839 #define TEST_CMPXCHG(op, size, opconst, eax)\ macro 877 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfbca7654); 878 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfbca7654); 879 TEST_CMPXCHG(cmpxchgb, "b", "=q", 0xfbca7654); 881 TEST_CMPXCHG(cmpxchgl, "", "=q", 0xfffefdfc); 882 TEST_CMPXCHG(cmpxchgw, "w", "=q", 0xfffefdfc); 883 TEST_CMPXCHG(cmpxchgb, "b", "=q", 0xfffefdfc); 885 TEST_CMPXCHG(cmpxchgl, "", "=m", 0xfbca7654); 886 TEST_CMPXCHG(cmpxchgw, "w", "=m", 0xfbca7654); 887 TEST_CMPXCHG(cmpxchg [all...] |
Completed in 28 milliseconds