* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / fp16_fmul_high.h
blob9c86bd19153cc0888f7b28f36d141b9fe08f535e
1 #include "arm_neon.h"
3 float32x2_t
4 test_vfmlal_high_u32 (float32x2_t r, float16x4_t a, float16x4_t b)
6 return vfmlal_high_u32 (r, a, b);
9 float32x4_t
10 test_vfmlalq_high_u32 (float32x4_t r, float16x8_t a, float16x8_t b)
12 return vfmlalq_high_u32 (r, a, b);
15 float32x2_t
16 test_vfmlsl_high_u32 (float32x2_t r, float16x4_t a, float16x4_t b)
18 return vfmlsl_high_u32 (r, a, b);
21 float32x4_t
22 test_vfmlslq_high_u32 (float32x4_t r, float16x8_t a, float16x8_t b)
24 return vfmlslq_high_u32 (r, a, b);