1  /* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */
       2  
       3  #include "test_sve_acle.h"
       4  
       5  /*
       6  ** eorv_x0_s32:
       7  **	eorv	(s[0-9]+), p0, z0\.s
       8  **	fmov	w0, \1
       9  **	ret
      10  */
      11  TEST_REDUCTION_X (eorv_x0_s32, int32_t, svint32_t,
      12  		  x0 = sveorv_s32 (p0, z0),
      13  		  x0 = sveorv (p0, z0))