1  /* { dg-final { check-function-bodies "**" "" "-DCHECK_ASM" } } */
       2  
       3  #include "test_sve_acle.h"
       4  
       5  /*
       6  ** rsqrte_f16_tied1:
       7  **	frsqrte	z0\.h, z0\.h
       8  **	ret
       9  */
      10  TEST_UNIFORM_Z (rsqrte_f16_tied1, svfloat16_t,
      11  		z0 = svrsqrte_f16 (z0),
      12  		z0 = svrsqrte (z0))
      13  
      14  /*
      15  ** rsqrte_f16_untied:
      16  **	frsqrte	z0\.h, z1\.h
      17  **	ret
      18  */
      19  TEST_UNIFORM_Z (rsqrte_f16_untied, svfloat16_t,
      20  		z0 = svrsqrte_f16 (z1),
      21  		z0 = svrsqrte (z1))