ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/powerpc/pr72804.c

15 lines
352 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
/* { dg-do compile { target { lp64 } } } */
/* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-options "-O2 -mvsx" } */
__int128_t
foo (__int128_t *src)
{
return ~*src;
}
/* { dg-final { scan-assembler-times {\mld\M} 2 } } */
/* { dg-final { scan-assembler-times {\mnot\M} 2 } } */
/* { dg-final { scan-assembler-not {\mlxvd2x\M} } } */