ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/powerpc/prefix-large-sf.c

14 lines
405 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_prefixed_addr } */
/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
/* Tests whether prefixed instructions with large numeric offsets are generated
for the float type. */
#define TYPE float
#include "prefix-large.h"
/* { dg-final { scan-assembler-times {\mplfs\M} 2 } } */
/* { dg-final { scan-assembler-times {\mpstfs\M} 2 } } */