avx256-unaligned-load-2.c, [...]: Allow packed-single instructions.

* gcc.target/i386/avx256-unaligned-load-2.c,
	gcc.target/i386/pr49002-1.c, gcc.target/i386/pr53712.c,
	gcc.target/i386/pr53907.c, gcc.target/i386/pr59539-1.c: Allow
	packed-single instructions.

From-SVN: r210220
This commit is contained in:
Joseph Myers 2014-05-08 16:39:32 +01:00 committed by Joseph Myers
parent e79cb1a3b2
commit 60c52f66f7
6 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2014-05-08 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/avx256-unaligned-load-2.c,
gcc.target/i386/pr49002-1.c, gcc.target/i386/pr53712.c,
gcc.target/i386/pr53907.c, gcc.target/i386/pr59539-1.c: Allow
packed-single instructions.
2014-05-08 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/13981

View File

@ -11,5 +11,5 @@ avx_test (char **cp, char **ep)
}
/* { dg-final { scan-assembler-not "(avx_loaddqu256|vmovdqu\[^\n\r]*movv32qi_internal)" } } */
/* { dg-final { scan-assembler "(sse2_loaddqu|vmovdqu\[^\n\r]*movv16qi_internal)" } } */
/* { dg-final { scan-assembler "(sse2_loaddqu|(vmovdqu|vmovups)\[^\n\r]*movv16qi_internal)" } } */
/* { dg-final { scan-assembler "vinsert.128" } } */

View File

@ -13,4 +13,4 @@ void foo(const __m128d *from, __m256d *to, int s)
/* Ensure we load into xmm, not ymm. */
/* { dg-final { scan-assembler-not "vmovapd\[\t \]*\[^,\]*,\[\t \]*%ymm" } } */
/* { dg-final { scan-assembler "vmovapd\[\t \]*\[^,\]*,\[\t \]*%xmm" } } */
/* { dg-final { scan-assembler "vmovap\[ds\]\[\t \]*\[^,\]*,\[\t \]*%xmm" } } */

View File

@ -10,4 +10,4 @@ int test (const char *s1, const char *s2)
return __builtin_ia32_pcmpistri128 (s1chars, s2chars, 0);
}
/* { dg-final { scan-assembler-times "movdqu" 1 } } */
/* { dg-final { scan-assembler-times "movdqu|movups" 1 } } */

View File

@ -13,4 +13,4 @@ __m128i x(char *s)
return sz;
}
/* { dg-final { scan-assembler "movdqa" } } */
/* { dg-final { scan-assembler "movdqa|movaps" } } */

View File

@ -13,4 +13,4 @@ foo (void *p1, void *p2)
return _mm_movemask_epi8 (result);
}
/* { dg-final { scan-assembler-times "vmovdqu" 1 } } */
/* { dg-final { scan-assembler-times "vmovdqu|vmovups" 1 } } */