1  /* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */
       2  
       3  #include "test_sve_acle.h"
       4  
       5  /*
       6  ** qxtunb_s32:
       7  **	sqxtunb	z0\.h, z4\.s
       8  **	ret
       9  */
      10  TEST_DUAL_Z (qxtunb_s32, svuint16_t, svint32_t,
      11  	     z0 = svqxtunb_s32 (z4),
      12  	     z0 = svqxtunb (z4))