Lines Matching refs:uint16x8_t
105 uint16x8_t test_vaddq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vaddq_u16()
217 uint16x8_t test_vsubq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vsubq_u16()
302 uint16x8_t test_vmulq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vmulq_u16()
411 uint16x8_t test_vmlaq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) { in test_vmlaq_u16()
499 uint16x8_t test_vmlsq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) { in test_vmlsq_u16()
629 uint16x8_t test_vabaq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) { in test_vabaq_u16()
707 uint16x8_t test_vabdq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vabdq_u16()
810 int16x8_t test_vbslq_s16(uint16x8_t v1, int16x8_t v2, int16x8_t v3) { in test_vbslq_s16()
834 uint16x8_t test_vbslq_u16(uint16x8_t v1, uint16x8_t v2, uint16x8_t v3) { in test_vbslq_u16()
864 poly16x8_t test_vbslq_p16(uint16x8_t v1, poly16x8_t v2, poly16x8_t v3) { in test_vbslq_p16()
1056 uint16x8_t test_vtstq_s16(int16x8_t v1, int16x8_t v2) { in test_vtstq_s16()
1074 uint16x8_t test_vtstq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vtstq_u16()
1116 uint16x8_t test_vtstq_p16(poly16x8_t v1, poly16x8_t v2) { in test_vtstq_p16()
1206 uint16x8_t test_vceqq_s16(int16x8_t v1, int16x8_t v2) { in test_vceqq_s16()
1230 uint16x8_t test_vceqq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vceqq_u16()
1332 uint16x8_t test_vcgeq_s16(int16x8_t v1, int16x8_t v2) { in test_vcgeq_s16()
1356 uint16x8_t test_vcgeq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vcgeq_u16()
1455 uint16x8_t test_vcleq_s16(int16x8_t v1, int16x8_t v2) { in test_vcleq_s16()
1479 uint16x8_t test_vcleq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vcleq_u16()
1576 uint16x8_t test_vcgtq_s16(int16x8_t v1, int16x8_t v2) { in test_vcgtq_s16()
1600 uint16x8_t test_vcgtq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vcgtq_u16()
1701 uint16x8_t test_vcltq_s16(int16x8_t v1, int16x8_t v2) { in test_vcltq_s16()
1725 uint16x8_t test_vcltq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vcltq_u16()
1816 uint16x8_t test_vhaddq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vhaddq_u16()
1889 uint16x8_t test_vhsubq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vhsubq_u16()
1962 uint16x8_t test_vrhaddq_u16(uint16x8_t v1, uint16x8_t v2) { in test_vrhaddq_u16()
2051 uint16x8_t test_vqaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vqaddq_u16()
2148 uint16x8_t test_vqsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vqsubq_u16()
2245 uint16x8_t test_vshlq_u16(uint16x8_t a, int16x8_t b) { in test_vshlq_u16()
2342 uint16x8_t test_vqshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqshlq_u16()
2438 uint16x8_t test_vrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vrshlq_u16()
2535 uint16x8_t test_vqrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqrshlq_u16()
2631 uint16x8_t test_vmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vmaxq_u16()
2722 uint16x8_t test_vminq_u16(uint16x8_t a, uint16x8_t b) { in test_vminq_u16()
2848 uint16x8_t test_vpmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vpmaxq_u16()
2938 uint16x8_t test_vpminq_u16(uint16x8_t a, uint16x8_t b) { in test_vpminq_u16()
3064 uint16x8_t test_vpaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vpaddq_u16()
3748 uint16x8_t test_vsliq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsliq_n_u16()
3850 uint8x8_t test_vshrn_n_u16(uint16x8_t a) { in test_vshrn_n_u16()
3886 uint8x16_t test_vshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vshrn_high_n_u16()
3892 uint16x8_t test_vshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vshrn_high_n_u32()
3958 uint8x8_t test_vrshrn_n_u16(uint16x8_t a) { in test_vrshrn_n_u16()
3994 uint8x16_t test_vrshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vrshrn_high_n_u16()
4000 uint16x8_t test_vrshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vrshrn_high_n_u32()
4066 uint8x8_t test_vqshrn_n_u16(uint16x8_t a) { in test_vqshrn_n_u16()
4102 uint8x16_t test_vqshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vqshrn_high_n_u16()
4108 uint16x8_t test_vqshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vqshrn_high_n_u32()
4138 uint8x8_t test_vqrshrn_n_u16(uint16x8_t a) { in test_vqrshrn_n_u16()
4174 uint8x16_t test_vqrshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vqrshrn_high_n_u16()
4180 uint16x8_t test_vqrshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vqrshrn_high_n_u32()
4210 uint16x8_t test_vshll_n_u8(uint8x8_t a) { in test_vshll_n_u8()
4246 uint16x8_t test_vshll_high_n_u8(uint8x16_t a) { in test_vshll_high_n_u8()
4252 uint32x4_t test_vshll_high_n_u16(uint16x8_t a) { in test_vshll_high_n_u16()
4282 uint16x8_t test_vmovl_u8(uint8x8_t a) { in test_vmovl_u8()
4318 uint16x8_t test_vmovl_high_u8(uint8x16_t a) { in test_vmovl_high_u8()
4324 uint32x4_t test_vmovl_high_u16(uint16x8_t a) { in test_vmovl_high_u16()
4426 uint16x8_t test_vaddl_u8(uint8x8_t a, uint8x8_t b) { in test_vaddl_u8()
4462 uint16x8_t test_vaddl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vaddl_high_u8()
4468 uint32x4_t test_vaddl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vaddl_high_u16()
4498 uint16x8_t test_vaddw_u8(uint16x8_t a, uint8x8_t b) { in test_vaddw_u8()
4534 uint16x8_t test_vaddw_high_u8(uint16x8_t a, uint8x16_t b) { in test_vaddw_high_u8()
4540 uint32x4_t test_vaddw_high_u16(uint32x4_t a, uint16x8_t b) { in test_vaddw_high_u16()
4570 uint16x8_t test_vsubl_u8(uint8x8_t a, uint8x8_t b) { in test_vsubl_u8()
4606 uint16x8_t test_vsubl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vsubl_high_u8()
4612 uint32x4_t test_vsubl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vsubl_high_u16()
4642 uint16x8_t test_vsubw_u8(uint16x8_t a, uint8x8_t b) { in test_vsubw_u8()
4678 uint16x8_t test_vsubw_high_u8(uint16x8_t a, uint8x16_t b) { in test_vsubw_high_u8()
4684 uint32x4_t test_vsubw_high_u16(uint32x4_t a, uint16x8_t b) { in test_vsubw_high_u16()
4714 uint8x8_t test_vaddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vaddhn_u16()
4750 uint8x16_t test_vaddhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vaddhn_high_u16()
4756 uint16x8_t test_vaddhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vaddhn_high_u32()
4786 uint8x8_t test_vraddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vraddhn_u16()
4822 uint8x16_t test_vraddhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vraddhn_high_u16()
4828 uint16x8_t test_vraddhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vraddhn_high_u32()
4858 uint8x8_t test_vsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vsubhn_u16()
4894 uint8x16_t test_vsubhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vsubhn_high_u16()
4900 uint16x8_t test_vsubhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vsubhn_high_u32()
4930 uint8x8_t test_vrsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vrsubhn_u16()
4966 uint8x16_t test_vrsubhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vrsubhn_high_u16()
4972 uint16x8_t test_vrsubhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vrsubhn_high_u32()
4999 uint16x8_t test_vabdl_u8(uint8x8_t a, uint8x8_t b) { in test_vabdl_u8()
5030 uint16x8_t test_vabal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vabal_u8()
5061 uint16x8_t test_vabdl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vabdl_high_u8()
5066 uint32x4_t test_vabdl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vabdl_high_u16()
5092 uint16x8_t test_vabal_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vabal_high_u8()
5097 uint32x4_t test_vabal_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vabal_high_u16()
5123 uint16x8_t test_vmull_u8(uint8x8_t a, uint8x8_t b) { in test_vmull_u8()
5154 uint16x8_t test_vmull_high_u8(uint8x16_t a, uint8x16_t b) { in test_vmull_high_u8()
5159 uint32x4_t test_vmull_high_u16(uint16x8_t a, uint16x8_t b) { in test_vmull_high_u16()
5185 uint16x8_t test_vmlal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlal_u8()
5216 uint16x8_t test_vmlal_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vmlal_high_u8()
5221 uint32x4_t test_vmlal_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vmlal_high_u16()
5247 uint16x8_t test_vmlsl_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlsl_u8()
5278 uint16x8_t test_vmlsl_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vmlsl_high_u8()
5283 uint32x4_t test_vmlsl_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vmlsl_high_u16()
5827 uint16x8_t test_vld1q_u16(uint16_t const *a) { in test_vld1q_u16()
6451 void test_vst1q_u16(uint16_t *a, uint16x8_t b) { in test_vst1q_u16()
8774 uint16x8_t test_vqshlq_n_u16(uint16x8_t a) { in test_vqshlq_n_u16()
10186 int8x16_t test_vreinterpretq_s8_u16(uint16x8_t a) { in test_vreinterpretq_s8_u16()
10264 int16x8_t test_vreinterpretq_s16_u16(uint16x8_t a) { in test_vreinterpretq_s16_u16()
10342 int32x4_t test_vreinterpretq_s32_u16(uint16x8_t a) { in test_vreinterpretq_s32_u16()
10420 int64x2_t test_vreinterpretq_s64_u16(uint16x8_t a) { in test_vreinterpretq_s64_u16()
10498 uint8x16_t test_vreinterpretq_u8_u16(uint16x8_t a) { in test_vreinterpretq_u8_u16()
10552 uint16x8_t test_vreinterpretq_u16_s8(int8x16_t a) { in test_vreinterpretq_u16_s8()
10558 uint16x8_t test_vreinterpretq_u16_s16(int16x8_t a) { in test_vreinterpretq_u16_s16()
10564 uint16x8_t test_vreinterpretq_u16_s32(int32x4_t a) { in test_vreinterpretq_u16_s32()
10570 uint16x8_t test_vreinterpretq_u16_s64(int64x2_t a) { in test_vreinterpretq_u16_s64()
10576 uint16x8_t test_vreinterpretq_u16_u8(uint8x16_t a) { in test_vreinterpretq_u16_u8()
10582 uint16x8_t test_vreinterpretq_u16_u32(uint32x4_t a) { in test_vreinterpretq_u16_u32()
10588 uint16x8_t test_vreinterpretq_u16_u64(uint64x2_t a) { in test_vreinterpretq_u16_u64()
10594 uint16x8_t test_vreinterpretq_u16_f16(float16x8_t a) { in test_vreinterpretq_u16_f16()
10600 uint16x8_t test_vreinterpretq_u16_f32(float32x4_t a) { in test_vreinterpretq_u16_f32()
10606 uint16x8_t test_vreinterpretq_u16_f64(float64x2_t a) { in test_vreinterpretq_u16_f64()
10612 uint16x8_t test_vreinterpretq_u16_p8(poly8x16_t a) { in test_vreinterpretq_u16_p8()
10618 uint16x8_t test_vreinterpretq_u16_p16(poly16x8_t a) { in test_vreinterpretq_u16_p16()
10624 uint16x8_t test_vreinterpretq_u16_p64(poly64x2_t a) { in test_vreinterpretq_u16_p64()
10660 uint32x4_t test_vreinterpretq_u32_u16(uint16x8_t a) { in test_vreinterpretq_u32_u16()
10738 uint64x2_t test_vreinterpretq_u64_u16(uint16x8_t a) { in test_vreinterpretq_u64_u16()
10816 float16x8_t test_vreinterpretq_f16_u16(uint16x8_t a) { in test_vreinterpretq_f16_u16()
10894 float32x4_t test_vreinterpretq_f32_u16(uint16x8_t a) { in test_vreinterpretq_f32_u16()
10972 float64x2_t test_vreinterpretq_f64_u16(uint16x8_t a) { in test_vreinterpretq_f64_u16()
11050 poly8x16_t test_vreinterpretq_p8_u16(uint16x8_t a) { in test_vreinterpretq_p8_u16()
11128 poly16x8_t test_vreinterpretq_p16_u16(uint16x8_t a) { in test_vreinterpretq_p16_u16()
11206 poly64x2_t test_vreinterpretq_p64_u16(uint16x8_t a) { in test_vreinterpretq_p64_u16()
11294 uint16x8_t test_vsqaddq_u16(uint16x8_t a, int16x8_t b) { in test_vsqaddq_u16()