(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
inline-lrint_1.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target lp64 } */
       3  /* { dg-options "-O3 -fno-math-errno" } */
       4  
       5  #include "lrint-matherr.h"
       6  
       7  TEST (dld, double, long, )
       8  TEST (flf, float , long, )
       9  
      10  TEST (did, double, int, )
      11  TEST (fif, float , int, )
      12  
      13  TEST (dlld, double, long long, l)
      14  TEST (fllf, float , long long, l)
      15  
      16  /* { dg-final { scan-assembler-times "frintx\t\[d,s\]\[0-9\]+, \[d,s\]\[0-9\]+" 6 } } */
      17  /* { dg-final { scan-assembler-times "fcvtzs\tx\[0-9\]+, \[d,s\]\[0-9\]+" 6 } } */
      18  /* { dg-final { scan-assembler-not "bl"    } } */