From: Julian Seward Date: Tue, 16 Jan 2007 20:01:15 +0000 (+0000) Subject: Make sse1-friendly. X-Git-Tag: svn/VALGRIND_3_3_0~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43fcd4e09e3fcda669f6d6099d33635ccd87ad8e;p=thirdparty%2Fvalgrind.git Make sse1-friendly. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6525 --- diff --git a/memcheck/tests/x86/xor-undef-x86.c b/memcheck/tests/x86/xor-undef-x86.c index 5831626a66..7070aa0621 100644 --- a/memcheck/tests/x86/xor-undef-x86.c +++ b/memcheck/tests/x86/xor-undef-x86.c @@ -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; diff --git a/memcheck/tests/x86/xor-undef-x86.stderr.exp b/memcheck/tests/x86/xor-undef-x86.stderr.exp index 4d5c56ce24..ce69f69905 100644 --- a/memcheck/tests/x86/xor-undef-x86.stderr.exp +++ b/memcheck/tests/x86/xor-undef-x86.stderr.exp @@ -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 diff --git a/memcheck/tests/x86/xor-undef-x86.stdout.exp b/memcheck/tests/x86/xor-undef-x86.stdout.exp index 882d4b49bf..a386cbf966 100644 --- a/memcheck/tests/x86/xor-undef-x86.stdout.exp +++ b/memcheck/tests/x86/xor-undef-x86.stdout.exp @@ -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