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

/external/valgrind/main/VEX/test/
H A Dtest-amd64.c877 #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 Dtest-i386.c839 #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 54 milliseconds