aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr92398.p9+.c
blob: 72dd1d9a274e7c709b7883713419eb893f535b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile { target { lp64 && has_arch_pwr9 } } } */
/* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-options "-O2 -mvsx" } */

/* { dg-final { scan-assembler-times {\mmtvsrdd\M} 1 } } */
/* { dg-final { scan-assembler-times {\mxxlnor\M} 1 } } */
/* { dg-final { scan-assembler-times {\mstxv\M} 1 } } */
/* { dg-final { scan-assembler-not {\mld\M} } } */
/* { dg-final { scan-assembler-not {\mnot\M} } } */

/* Source code for the test in pr92398.h */
#include "pr92398.h"