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