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

14 lines
382 B
C

/* { dg-do compile } */
/* { dg-require-effective-target powerpc_pcrel } */
/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
/* Tests whether pc-relative prefixed instructions are generated for the
float type. */
#define TYPE float
#include "prefix-pcrel.h"
/* { dg-final { scan-assembler-times {\mplfs\M} 2 } } */
/* { dg-final { scan-assembler-times {\mpstfs\M} 2 } } */