(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
simd/
neon-vcmp-f16.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target arm_v8_2a_fp16_neon_ok } */
       3  /* { dg-add-options arm_v8_2a_fp16_neon } */
       4  /* { dg-additional-options "-O3 -funsafe-math-optimizations" } */
       5  
       6  #include "mve-vcmp-f16.c"
       7  
       8  /* 'ne' uses vceq.  */
       9  /* le and lt use ge and gt with inverted operands.  */
      10  /* { dg-final { scan-assembler-times {\tvceq.f16\tq[0-9]+, q[0-9]+, q[0-9]+\n} 2 } } */
      11  /* { dg-final { scan-assembler-times {\tvcge.f16\tq[0-9]+, q[0-9]+, q[0-9]+\n} 2 } } */
      12  /* { dg-final { scan-assembler-times {\tvcgt.f16\tq[0-9]+, q[0-9]+, q[0-9]+\n} 2 } } */