aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr103109-1.c
blob: bcb1c2f73135d5bcda447641abb5ddeddea0785d (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O2 -mdejagnu-cpu=power9" } */
/* { dg-require-effective-target int128 } */
/* { dg-require-effective-target powerpc_p9modulo_ok } */
/* { dg-require-effective-target has_arch_ppc64 } */
/* { dg-final { scan-assembler-times {\mmaddld\M} 1 } } */
/* { dg-final { scan-assembler-times {\mmaddhd\M} 0 } } */
/* { dg-final { scan-assembler-times {\mmaddhdu\M} 1 } } */

#include "pr103109.h"