]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make sse1-friendly.
authorJulian Seward <jseward@acm.org>
Tue, 16 Jan 2007 20:01:15 +0000 (20:01 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 16 Jan 2007 20:01:15 +0000 (20:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6525

memcheck/tests/x86/xor-undef-x86.c
memcheck/tests/x86/xor-undef-x86.stderr.exp
memcheck/tests/x86/xor-undef-x86.stdout.exp

index 5831626a66bd81aedb6826e06f186e2e31b8b65f..7070aa0621c979b1b03050ea8545e1ab387e3c3d 100644 (file)
@@ -93,7 +93,7 @@ int main ( void )
 
 
    /* --- SSE2 --- */
-
+#if 0
    printf("\nComplain sse2 pxor\n");
    __asm__ __volatile__(
       "movups   0(%0),  %%xmm0\n\t"
@@ -150,7 +150,7 @@ int main ( void )
       JZ_NEXT
       : : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory"
    );
-
+#endif
 
    free(junk);
    return 0;
index 4d5c56ce24d1a37eba37403ef9d2a2bf09bf440d..ce69f69905dd5e65ace45c8146ed994785f8de16 100644 (file)
@@ -8,13 +8,7 @@ Conditional jump or move depends on uninitialised value(s)
 Conditional jump or move depends on uninitialised value(s)
    at 0x........: main (xor-undef-x86.c:67)
 
-Conditional jump or move depends on uninitialised value(s)
-   at 0x........: main (xor-undef-x86.c:98)
-
-Conditional jump or move depends on uninitialised value(s)
-   at 0x........: main (xor-undef-x86.c:127)
-
-ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
 malloc/free: in use at exit: 0 bytes in 0 blocks.
 malloc/free: 1 allocs, 1 frees, 48 bytes allocated.
 For a detailed leak analysis,  rerun with: --leak-check=yes
index 882d4b49bf62ed1485c44afa01a3a659dc2fa278..a386cbf96680e3ab25fa2bd82787db9a3b3b7fbb 100644 (file)
@@ -10,11 +10,3 @@ No complain mmx
 Complain sse xorps
 
 No complain sse xorps
-
-Complain sse2 pxor
-
-No complain sse2 pxor
-
-Complain sse2 xorpd
-
-No complain sse2 xorpd