Lines Matching refs:poly16x4_t

1231 poly16x4_t test_vbsl_p16(uint16x4_t a, poly16x4_t b, poly16x4_t c) {  in test_vbsl_p16()
2317 poly16x8_t test_vcombine_p16(poly16x4_t a, poly16x4_t b) { in test_vcombine_p16()
2430 poly16x4_t test_vcreate_p16(uint64_t a) { in test_vcreate_p16()
2431 poly16x4_t tmp = vcreate_p16(a); in test_vcreate_p16()
2671 poly16x4_t test_vdup_lane_p16(poly16x4_t a) { in test_vdup_lane_p16()
2734 poly16x8_t test_vdupq_lane_p16(poly16x4_t a) { in test_vdupq_lane_p16()
2858 poly16x4_t test_vdup_n_p16(poly16_t a) { in test_vdup_n_p16()
3237 poly16x4_t test_vext_p16(poly16x4_t a, poly16x4_t b) { in test_vext_p16()
3541 poly16x4_t test_vget_high_p16(poly16x8_t a) { in test_vget_high_p16()
3608 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
3851 poly16x4_t test_vget_low_p16(poly16x8_t a) { in test_vget_low_p16()
4306 poly16x4_t test_vld1_p16(poly16_t const * a) { in test_vld1_p16()
4561 poly16x4_t test_vld1_dup_p16(poly16_t const * a) { in test_vld1_dup_p16()
4828 poly16x4_t test_vld1_lane_p16(poly16_t const * a, poly16x4_t b) { in test_vld1_lane_p16()
10010 poly16x4_t test_vmov_n_p16(poly16_t a) { in test_vmov_n_p16()
13741 int8x8_t test_vreinterpret_s8_p16(poly16x4_t a) { in test_vreinterpret_s8_p16()
13816 int16x4_t test_vreinterpret_s16_p16(poly16x4_t a) { in test_vreinterpret_s16_p16()
13892 int32x2_t test_vreinterpret_s32_p16(poly16x4_t a) { in test_vreinterpret_s32_p16()
13968 int64x1_t test_vreinterpret_s64_p16(poly16x4_t a) { in test_vreinterpret_s64_p16()
14043 uint8x8_t test_vreinterpret_u8_p16(poly16x4_t a) { in test_vreinterpret_u8_p16()
14118 uint16x4_t test_vreinterpret_u16_p16(poly16x4_t a) { in test_vreinterpret_u16_p16()
14194 uint32x2_t test_vreinterpret_u32_p16(poly16x4_t a) { in test_vreinterpret_u32_p16()
14270 uint64x1_t test_vreinterpret_u64_p16(poly16x4_t a) { in test_vreinterpret_u64_p16()
14347 float16x4_t test_vreinterpret_f16_p16(poly16x4_t a) { in test_vreinterpret_f16_p16()
14424 float32x2_t test_vreinterpret_f32_p16(poly16x4_t a) { in test_vreinterpret_f32_p16()
14499 poly8x8_t test_vreinterpret_p8_p16(poly16x4_t a) { in test_vreinterpret_p8_p16()
14506 poly16x4_t test_vreinterpret_p16_s8(int8x8_t a) { in test_vreinterpret_p16_s8()
14512 poly16x4_t test_vreinterpret_p16_s16(int16x4_t a) { in test_vreinterpret_p16_s16()
14519 poly16x4_t test_vreinterpret_p16_s32(int32x2_t a) { in test_vreinterpret_p16_s32()
14526 poly16x4_t test_vreinterpret_p16_s64(int64x1_t a) { in test_vreinterpret_p16_s64()
14533 poly16x4_t test_vreinterpret_p16_u8(uint8x8_t a) { in test_vreinterpret_p16_u8()
14539 poly16x4_t test_vreinterpret_p16_u16(uint16x4_t a) { in test_vreinterpret_p16_u16()
14546 poly16x4_t test_vreinterpret_p16_u32(uint32x2_t a) { in test_vreinterpret_p16_u32()
14553 poly16x4_t test_vreinterpret_p16_u64(uint64x1_t a) { in test_vreinterpret_p16_u64()
14560 poly16x4_t test_vreinterpret_p16_f16(float16x4_t a) { in test_vreinterpret_p16_f16()
14567 poly16x4_t test_vreinterpret_p16_f32(float32x2_t a) { in test_vreinterpret_p16_f32()
14574 poly16x4_t test_vreinterpret_p16_p8(poly8x8_t a) { in test_vreinterpret_p16_p8()
15568 poly16x4_t test_vrev32_p16(poly16x4_t a) { in test_vrev32_p16()
15667 poly16x4_t test_vrev64_p16(poly16x4_t a) { in test_vrev64_p16()
16630 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) { in test_vset_lane_p16()
17472 poly16x4_t test_vsli_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsli_n_p16()
17846 poly16x4_t test_vsri_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsri_n_p16()
18167 void test_vst1_p16(poly16_t * a, poly16x4_t b) { in test_vst1_p16()
18430 void test_vst1_lane_p16(poly16_t * a, poly16x4_t b) { in test_vst1_lane_p16()
22922 poly16x4x2_t test_vtrn_p16(poly16x4_t a, poly16x4_t b) { in test_vtrn_p16()
23192 uint16x4_t test_vtst_p16(poly16x4_t a, poly16x4_t b) { in test_vtst_p16()
23462 poly16x4x2_t test_vuzp_p16(poly16x4_t a, poly16x4_t b) { in test_vuzp_p16()
23817 poly16x4x2_t test_vzip_p16(poly16x4_t a, poly16x4_t b) { in test_vzip_p16()