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