(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
powerpc/
pr92398.p9+.c
       1  /* { dg-do compile { target { lp64 && has_arch_pwr9 } } } */
       2  /* { dg-require-effective-target powerpc_vsx_ok } */
       3  /* { dg-options "-O2 -mvsx" } */
       4  
       5  /* { dg-final { scan-assembler-times {\mmtvsrdd\M} 1 } } */
       6  /* { dg-final { scan-assembler-times {\mxxlnor\M} 1 } } */
       7  /* { dg-final { scan-assembler-times {\mstxv\M} 1 } } */
       8  /* { dg-final { scan-assembler-not {\mld\M} } } */
       9  /* { dg-final { scan-assembler-not {\mnot\M} } } */
      10  
      11  /* Source code for the test in pr92398.h */
      12  #include "pr92398.h"