(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
acle/
asm/
andv_s32.c
       1  /* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */
       2  
       3  #include "test_sve_acle.h"
       4  
       5  /*
       6  ** andv_x0_s32:
       7  **	andv	(s[0-9]+), p0, z0\.s
       8  **	fmov	w0, \1
       9  **	ret
      10  */
      11  TEST_REDUCTION_X (andv_x0_s32, int32_t, svint32_t,
      12  		  x0 = svandv_s32 (p0, z0),
      13  		  x0 = svandv (p0, z0))