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

  /external/valgrind/main/VEX/test/
test-amd64.c 865 #define TEST_XCHG(op, size, opconst)\
889 void test_xchg(void) function
891 TEST_XCHG(xchgl, "", "=q");
892 TEST_XCHG(xchgw, "w", "=q");
893 TEST_XCHG(xchgb, "b", "=q");
895 TEST_XCHG(xchgl, "", "=m");
896 TEST_XCHG(xchgw, "w", "=m");
897 TEST_XCHG(xchgb, "b", "=m");
900 TEST_XCHG(xaddl, "", "=q");
901 TEST_XCHG(xaddw, "w", "=q")
    [all...]
test-i386.c 827 #define TEST_XCHG(op, size, opconst)\
851 void test_xchg(void) function
853 TEST_XCHG(xchgl, "", "=q");
854 TEST_XCHG(xchgw, "w", "=q");
855 TEST_XCHG(xchgb, "b", "=q");
857 TEST_XCHG(xchgl, "", "=m");
858 TEST_XCHG(xchgw, "w", "=m");
859 TEST_XCHG(xchgb, "b", "=m");
862 TEST_XCHG(xaddl, "", "=q");
863 TEST_XCHG(xaddw, "w", "=q")
    [all...]

Completed in 80 milliseconds