PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr48084-2.c
blob2b41c0bba238f76ec6f74bcde5b4de92b4a141f8
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -msse2" } */
4 typedef int __m64 __attribute__ ((__vector_size__ (8), __may_alias__));
5 typedef char __v8qi __attribute__ ((__vector_size__ (8)));
6 void
7 _mm_maskmove_si64 (__m64 __A, __m64 __N, char *__P)
9 __builtin_ia32_maskmovq ((__v8qi)__A, (__v8qi)__N, __P);