(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
acle/
asm/
addv_s8.c
       1  /* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */
       2  
       3  #include "test_sve_acle.h"
       4  
       5  /*
       6  ** addv_x0_s8:
       7  **	saddv	(d[0-9]+), p0, z0\.b
       8  **	fmov	x0, \1
       9  **	ret
      10  */
      11  TEST_REDUCTION_X (addv_x0_s8, int64_t, svint8_t,
      12  		  x0 = svaddv_s8 (p0, z0),
      13  		  x0 = svaddv (p0, z0))