HomeSort by relevance Sort by last modified time
    Searched refs:TEST_CMPXCHG (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/test/
test-amd64.c 877 #define TEST_CMPXCHG(op, size, opconst, eax)\
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(cmpxchgb, "b", "=m", 0xfbca7654)
    [all...]
test-i386.c 839 #define TEST_CMPXCHG(op, size, opconst, eax)\
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(cmpxchgb, "b", "=m", 0xfbca7654)
    [all...]

Completed in 508 milliseconds