[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / sha2.h
blobd67c687a077070fae7b8b82faa1546580dceabd0
1 #include "arm_neon.h"
3 uint64x2_t
4 test_vsha512hq_u64 (uint64x2_t a, uint64x2_t b, uint64x2_t c)
6 return vsha512hq_u64 (a, b, c);
9 uint64x2_t
10 test_vsha512h2q_u64 (uint64x2_t a, uint64x2_t b, uint64x2_t c)
12 return vsha512h2q_u64 (a, b, c);
15 uint64x2_t
16 test_vsha512su0q_u64 (uint64x2_t a, uint64x2_t b)
18 return vsha512su0q_u64 (a, b);
21 uint64x2_t
22 test_vsha512su1q_u64 (uint64x2_t a, uint64x2_t b, uint64x2_t c)
24 return vsha512su1q_u64 (a, b, c);