(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sha2.h
       1  #include "arm_neon.h"
       2  
       3  uint64x2_t
       4  test_vsha512hq_u64 (uint64x2_t a, uint64x2_t b, uint64x2_t c)
       5  {
       6    return vsha512hq_u64 (a, b, c);
       7  }
       8  
       9  uint64x2_t
      10  test_vsha512h2q_u64 (uint64x2_t a, uint64x2_t b, uint64x2_t c)
      11  {
      12    return vsha512h2q_u64 (a, b, c);
      13  }
      14  
      15  uint64x2_t
      16  test_vsha512su0q_u64 (uint64x2_t a, uint64x2_t b)
      17  {
      18    return vsha512su0q_u64 (a, b);
      19  }
      20  
      21  uint64x2_t
      22  test_vsha512su1q_u64 (uint64x2_t a, uint64x2_t b, uint64x2_t c)
      23  {
      24    return vsha512su1q_u64 (a, b, c);
      25  }