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