ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/powerpc/setbcge.c

13 lines
316 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* { dg-do compile } */
/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
#define NAME ge
#define CODE >=
#include "setbc.h"
/* "x >= 0" is done without setbc.
The generic code sometimes transforms "x >= A" to "x > A-1"; we allow
either here. */
/* { dg-final { scan-assembler-times {\msetbcr?\M} 16 } } */