(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
acle/
asm/
andv_s8.c
       1  /* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */
       2  
       3  #include "test_sve_acle.h"
       4  
       5  /*
       6  ** andv_x0_s8:
       7  **	andv	b([0-9]+), p0, z0\.b
       8  **	umov	w0, v\1\.b\[0\]
       9  **	ret
      10  */
      11  TEST_REDUCTION_X (andv_x0_s8, int8_t, svint8_t,
      12  		  x0 = svandv_s8 (p0, z0),
      13  		  x0 = svandv (p0, z0))