Lines Matching defs:v

12 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) {  in test_vmla_lane_s16()
21 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16()
30 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32()
39 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32()
48 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16()
57 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16()
66 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32()
75 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32()
84 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16()
93 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16()
102 int32x2_t test_vmls_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmls_lane_s32()
111 int32x4_t test_vmlsq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlsq_lane_s32()
120 int16x4_t test_vmls_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmls_laneq_s16()
129 int16x8_t test_vmlsq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlsq_laneq_s16()
138 int32x2_t test_vmls_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmls_laneq_s32()
147 int32x4_t test_vmlsq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlsq_laneq_s32()
155 int16x4_t test_vmul_lane_s16(int16x4_t a, int16x4_t v) { in test_vmul_lane_s16()
163 int16x8_t test_vmulq_lane_s16(int16x8_t a, int16x4_t v) { in test_vmulq_lane_s16()
171 int32x2_t test_vmul_lane_s32(int32x2_t a, int32x2_t v) { in test_vmul_lane_s32()
179 int32x4_t test_vmulq_lane_s32(int32x4_t a, int32x2_t v) { in test_vmulq_lane_s32()
187 uint16x4_t test_vmul_lane_u16(uint16x4_t a, uint16x4_t v) { in test_vmul_lane_u16()
195 uint16x8_t test_vmulq_lane_u16(uint16x8_t a, uint16x4_t v) { in test_vmulq_lane_u16()
203 uint32x2_t test_vmul_lane_u32(uint32x2_t a, uint32x2_t v) { in test_vmul_lane_u32()
211 uint32x4_t test_vmulq_lane_u32(uint32x4_t a, uint32x2_t v) { in test_vmulq_lane_u32()
219 int16x4_t test_vmul_laneq_s16(int16x4_t a, int16x8_t v) { in test_vmul_laneq_s16()
227 int16x8_t test_vmulq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vmulq_laneq_s16()
235 int32x2_t test_vmul_laneq_s32(int32x2_t a, int32x4_t v) { in test_vmul_laneq_s32()
243 int32x4_t test_vmulq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vmulq_laneq_s32()
251 uint16x4_t test_vmul_laneq_u16(uint16x4_t a, uint16x8_t v) { in test_vmul_laneq_u16()
259 uint16x8_t test_vmulq_laneq_u16(uint16x8_t a, uint16x8_t v) { in test_vmulq_laneq_u16()
267 uint32x2_t test_vmul_laneq_u32(uint32x2_t a, uint32x4_t v) { in test_vmul_laneq_u32()
275 uint32x4_t test_vmulq_laneq_u32(uint32x4_t a, uint32x4_t v) { in test_vmulq_laneq_u32()
289 float32x2_t test_vfma_lane_f32(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfma_lane_f32()
303 float32x4_t test_vfmaq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmaq_lane_f32()
317 float32x2_t test_vfma_laneq_f32(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfma_laneq_f32()
331 float32x4_t test_vfmaq_laneq_f32(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmaq_laneq_f32()
346 float32x2_t test_vfms_lane_f32(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfms_lane_f32()
361 float32x4_t test_vfmsq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmsq_lane_f32()
376 float32x2_t test_vfms_laneq_f32(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfms_laneq_f32()
391 float32x4_t test_vfmsq_laneq_f32(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmsq_laneq_f32()
405 float64x2_t test_vfmaq_lane_f64(float64x2_t a, float64x2_t b, float64x1_t v) { in test_vfmaq_lane_f64()
419 float64x2_t test_vfmaq_laneq_f64(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmaq_laneq_f64()
434 float64x2_t test_vfmsq_lane_f64(float64x2_t a, float64x2_t b, float64x1_t v) { in test_vfmsq_lane_f64()
449 float64x2_t test_vfmsq_laneq_f64(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmsq_laneq_f64()
459 float32_t test_vfmas_laneq_f32(float32_t a, float32_t b, float32x4_t v) { in test_vfmas_laneq_f32()
470 float64_t test_vfmsd_lane_f64(float64_t a, float64_t b, float64x1_t v) { in test_vfmsd_lane_f64()
481 float32_t test_vfmss_laneq_f32(float32_t a, float32_t b, float32x4_t v) { in test_vfmss_laneq_f32()
492 float64_t test_vfmsd_laneq_f64(float64_t a, float64_t b, float64x2_t v) { in test_vfmsd_laneq_f64()
505 int32x4_t test_vmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_s16()
518 int64x2_t test_vmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_s32()
531 int32x4_t test_vmlal_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_s16()
544 int64x2_t test_vmlal_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_s32()
558 int32x4_t test_vmlal_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_s16()
572 int64x2_t test_vmlal_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_s32()
586 int32x4_t test_vmlal_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_s16()
600 int64x2_t test_vmlal_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_s32()
613 int32x4_t test_vmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_s16()
626 int64x2_t test_vmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_s32()
639 int32x4_t test_vmlsl_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_s16()
652 int64x2_t test_vmlsl_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_s32()
666 int32x4_t test_vmlsl_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_s16()
680 int64x2_t test_vmlsl_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_s32()
694 int32x4_t test_vmlsl_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_s16()
708 int64x2_t test_vmlsl_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_s32()
721 int32x4_t test_vmlal_lane_u16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_u16()
734 int64x2_t test_vmlal_lane_u32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_u32()
747 int32x4_t test_vmlal_laneq_u16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_u16()
760 int64x2_t test_vmlal_laneq_u32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_u32()
774 int32x4_t test_vmlal_high_lane_u16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_u16()
788 int64x2_t test_vmlal_high_lane_u32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_u32()
802 int32x4_t test_vmlal_high_laneq_u16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_u16()
816 int64x2_t test_vmlal_high_laneq_u32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_u32()
829 int32x4_t test_vmlsl_lane_u16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_u16()
842 int64x2_t test_vmlsl_lane_u32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_u32()
855 int32x4_t test_vmlsl_laneq_u16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_u16()
868 int64x2_t test_vmlsl_laneq_u32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_u32()
882 int32x4_t test_vmlsl_high_lane_u16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_u16()
896 int64x2_t test_vmlsl_high_lane_u32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_u32()
910 int32x4_t test_vmlsl_high_laneq_u16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_u16()
924 int64x2_t test_vmlsl_high_laneq_u32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_u32()
936 int32x4_t test_vmull_lane_s16(int16x4_t a, int16x4_t v) { in test_vmull_lane_s16()
948 int64x2_t test_vmull_lane_s32(int32x2_t a, int32x2_t v) { in test_vmull_lane_s32()
960 uint32x4_t test_vmull_lane_u16(uint16x4_t a, uint16x4_t v) { in test_vmull_lane_u16()
972 uint64x2_t test_vmull_lane_u32(uint32x2_t a, uint32x2_t v) { in test_vmull_lane_u32()
985 int32x4_t test_vmull_high_lane_s16(int16x8_t a, int16x4_t v) { in test_vmull_high_lane_s16()
998 int64x2_t test_vmull_high_lane_s32(int32x4_t a, int32x2_t v) { in test_vmull_high_lane_s32()
1011 uint32x4_t test_vmull_high_lane_u16(uint16x8_t a, uint16x4_t v) { in test_vmull_high_lane_u16()
1024 uint64x2_t test_vmull_high_lane_u32(uint32x4_t a, uint32x2_t v) { in test_vmull_high_lane_u32()
1036 int32x4_t test_vmull_laneq_s16(int16x4_t a, int16x8_t v) { in test_vmull_laneq_s16()
1048 int64x2_t test_vmull_laneq_s32(int32x2_t a, int32x4_t v) { in test_vmull_laneq_s32()
1060 uint32x4_t test_vmull_laneq_u16(uint16x4_t a, uint16x8_t v) { in test_vmull_laneq_u16()
1072 uint64x2_t test_vmull_laneq_u32(uint32x2_t a, uint32x4_t v) { in test_vmull_laneq_u32()
1085 int32x4_t test_vmull_high_laneq_s16(int16x8_t a, int16x8_t v) { in test_vmull_high_laneq_s16()
1098 int64x2_t test_vmull_high_laneq_s32(int32x4_t a, int32x4_t v) { in test_vmull_high_laneq_s32()
1111 uint32x4_t test_vmull_high_laneq_u16(uint16x8_t a, uint16x8_t v) { in test_vmull_high_laneq_u16()
1124 uint64x2_t test_vmull_high_laneq_u32(uint32x4_t a, uint32x4_t v) { in test_vmull_high_laneq_u32()
1139 int32x4_t test_vqdmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlal_lane_s16()
1154 int64x2_t test_vqdmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlal_lane_s32()
1170 int32x4_t test_vqdmlal_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlal_high_lane_s16()
1186 int64x2_t test_vqdmlal_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlal_high_lane_s32()
1201 int32x4_t test_vqdmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlsl_lane_s16()
1216 int64x2_t test_vqdmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlsl_lane_s32()
1232 int32x4_t test_vqdmlsl_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlsl_high_lane_s16()
1248 int64x2_t test_vqdmlsl_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlsl_high_lane_s32()
1262 int32x4_t test_vqdmull_lane_s16(int16x4_t a, int16x4_t v) { in test_vqdmull_lane_s16()
1276 int64x2_t test_vqdmull_lane_s32(int32x2_t a, int32x2_t v) { in test_vqdmull_lane_s32()
1290 int32x4_t test_vqdmull_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqdmull_laneq_s16()
1304 int64x2_t test_vqdmull_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqdmull_laneq_s32()
1319 int32x4_t test_vqdmull_high_lane_s16(int16x8_t a, int16x4_t v) { in test_vqdmull_high_lane_s16()
1334 int64x2_t test_vqdmull_high_lane_s32(int32x4_t a, int32x2_t v) { in test_vqdmull_high_lane_s32()
1349 int32x4_t test_vqdmull_high_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqdmull_high_laneq_s16()
1364 int64x2_t test_vqdmull_high_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqdmull_high_laneq_s32()
1378 int16x4_t test_vqdmulh_lane_s16(int16x4_t a, int16x4_t v) { in test_vqdmulh_lane_s16()
1392 int16x8_t test_vqdmulhq_lane_s16(int16x8_t a, int16x4_t v) { in test_vqdmulhq_lane_s16()
1406 int32x2_t test_vqdmulh_lane_s32(int32x2_t a, int32x2_t v) { in test_vqdmulh_lane_s32()
1420 int32x4_t test_vqdmulhq_lane_s32(int32x4_t a, int32x2_t v) { in test_vqdmulhq_lane_s32()
1434 int16x4_t test_vqrdmulh_lane_s16(int16x4_t a, int16x4_t v) { in test_vqrdmulh_lane_s16()
1448 int16x8_t test_vqrdmulhq_lane_s16(int16x8_t a, int16x4_t v) { in test_vqrdmulhq_lane_s16()
1462 int32x2_t test_vqrdmulh_lane_s32(int32x2_t a, int32x2_t v) { in test_vqrdmulh_lane_s32()
1476 int32x4_t test_vqrdmulhq_lane_s32(int32x4_t a, int32x2_t v) { in test_vqrdmulhq_lane_s32()
1484 float32x2_t test_vmul_lane_f32(float32x2_t a, float32x2_t v) { in test_vmul_lane_f32()
1498 float64x1_t test_vmul_lane_f64(float64x1_t a, float64x1_t v) { in test_vmul_lane_f64()
1507 float32x4_t test_vmulq_lane_f32(float32x4_t a, float32x2_t v) { in test_vmulq_lane_f32()
1515 float64x2_t test_vmulq_lane_f64(float64x2_t a, float64x1_t v) { in test_vmulq_lane_f64()
1523 float32x2_t test_vmul_laneq_f32(float32x2_t a, float32x4_t v) { in test_vmul_laneq_f32()
1536 float64x1_t test_vmul_laneq_f64(float64x1_t a, float64x2_t v) { in test_vmul_laneq_f64()
1545 float32x4_t test_vmulq_laneq_f32(float32x4_t a, float32x4_t v) { in test_vmulq_laneq_f32()
1553 float64x2_t test_vmulq_laneq_f64(float64x2_t a, float64x2_t v) { in test_vmulq_laneq_f64()
1565 float32x2_t test_vmulx_lane_f32(float32x2_t a, float32x2_t v) { in test_vmulx_lane_f32()
1577 float32x4_t test_vmulxq_lane_f32(float32x4_t a, float32x2_t v) { in test_vmulxq_lane_f32()
1589 float64x2_t test_vmulxq_lane_f64(float64x2_t a, float64x1_t v) { in test_vmulxq_lane_f64()
1601 float32x2_t test_vmulx_laneq_f32(float32x2_t a, float32x4_t v) { in test_vmulx_laneq_f32()
1613 float32x4_t test_vmulxq_laneq_f32(float32x4_t a, float32x4_t v) { in test_vmulxq_laneq_f32()
1625 float64x2_t test_vmulxq_laneq_f64(float64x2_t a, float64x2_t v) { in test_vmulxq_laneq_f64()
1634 int16x4_t test_vmla_lane_s16_0(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16_0()
1643 int16x8_t test_vmlaq_lane_s16_0(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16_0()
1652 int32x2_t test_vmla_lane_s32_0(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32_0()
1661 int32x4_t test_vmlaq_lane_s32_0(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32_0()
1670 int16x4_t test_vmla_laneq_s16_0(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16_0()
1679 int16x8_t test_vmlaq_laneq_s16_0(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16_0()
1688 int32x2_t test_vmla_laneq_s32_0(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32_0()
1697 int32x4_t test_vmlaq_laneq_s32_0(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32_0()
1706 int16x4_t test_vmls_lane_s16_0(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16_0()
1715 int16x8_t test_vmlsq_lane_s16_0(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16_0()
1724 int32x2_t test_vmls_lane_s32_0(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmls_lane_s32_0()
1733 int32x4_t test_vmlsq_lane_s32_0(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlsq_lane_s32_0()
1742 int16x4_t test_vmls_laneq_s16_0(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmls_laneq_s16_0()
1751 int16x8_t test_vmlsq_laneq_s16_0(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlsq_laneq_s16_0()
1760 int32x2_t test_vmls_laneq_s32_0(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmls_laneq_s32_0()
1769 int32x4_t test_vmlsq_laneq_s32_0(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlsq_laneq_s32_0()
1777 int16x4_t test_vmul_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vmul_lane_s16_0()
1785 int16x8_t test_vmulq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vmulq_lane_s16_0()
1793 int32x2_t test_vmul_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vmul_lane_s32_0()
1801 int32x4_t test_vmulq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vmulq_lane_s32_0()
1809 uint16x4_t test_vmul_lane_u16_0(uint16x4_t a, uint16x4_t v) { in test_vmul_lane_u16_0()
1817 uint16x8_t test_vmulq_lane_u16_0(uint16x8_t a, uint16x4_t v) { in test_vmulq_lane_u16_0()
1825 uint32x2_t test_vmul_lane_u32_0(uint32x2_t a, uint32x2_t v) { in test_vmul_lane_u32_0()
1833 uint32x4_t test_vmulq_lane_u32_0(uint32x4_t a, uint32x2_t v) { in test_vmulq_lane_u32_0()
1841 int16x4_t test_vmul_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vmul_laneq_s16_0()
1849 int16x8_t test_vmulq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vmulq_laneq_s16_0()
1857 int32x2_t test_vmul_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vmul_laneq_s32_0()
1865 int32x4_t test_vmulq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vmulq_laneq_s32_0()
1873 uint16x4_t test_vmul_laneq_u16_0(uint16x4_t a, uint16x8_t v) { in test_vmul_laneq_u16_0()
1881 uint16x8_t test_vmulq_laneq_u16_0(uint16x8_t a, uint16x8_t v) { in test_vmulq_laneq_u16_0()
1889 uint32x2_t test_vmul_laneq_u32_0(uint32x2_t a, uint32x4_t v) { in test_vmul_laneq_u32_0()
1897 uint32x4_t test_vmulq_laneq_u32_0(uint32x4_t a, uint32x4_t v) { in test_vmulq_laneq_u32_0()
1911 float32x2_t test_vfma_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfma_lane_f32_0()
1925 float32x4_t test_vfmaq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmaq_lane_f32_0()
1939 float32x2_t test_vfma_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfma_laneq_f32_0()
1953 float32x4_t test_vfmaq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmaq_laneq_f32_0()
1968 float32x2_t test_vfms_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfms_lane_f32_0()
1983 float32x4_t test_vfmsq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmsq_lane_f32_0()
1998 float32x2_t test_vfms_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfms_laneq_f32_0()
2013 float32x4_t test_vfmsq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmsq_laneq_f32_0()
2027 float64x2_t test_vfmaq_laneq_f64_0(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmaq_laneq_f64_0()
2042 float64x2_t test_vfmsq_laneq_f64_0(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmsq_laneq_f64_0()
2055 int32x4_t test_vmlal_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_s16_0()
2068 int64x2_t test_vmlal_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_s32_0()
2081 int32x4_t test_vmlal_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_s16_0()
2094 int64x2_t test_vmlal_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_s32_0()
2108 int32x4_t test_vmlal_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_s16_0()
2122 int64x2_t test_vmlal_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_s32_0()
2136 int32x4_t test_vmlal_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_s16_0()
2150 int64x2_t test_vmlal_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_s32_0()
2163 int32x4_t test_vmlsl_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_s16_0()
2176 int64x2_t test_vmlsl_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_s32_0()
2189 int32x4_t test_vmlsl_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_s16_0()
2202 int64x2_t test_vmlsl_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_s32_0()
2216 int32x4_t test_vmlsl_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_s16_0()
2230 int64x2_t test_vmlsl_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_s32_0()
2244 int32x4_t test_vmlsl_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_s16_0()
2258 int64x2_t test_vmlsl_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_s32_0()
2271 int32x4_t test_vmlal_lane_u16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_u16_0()
2284 int64x2_t test_vmlal_lane_u32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_u32_0()
2297 int32x4_t test_vmlal_laneq_u16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_u16_0()
2310 int64x2_t test_vmlal_laneq_u32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_u32_0()
2324 int32x4_t test_vmlal_high_lane_u16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_u16_0()
2338 int64x2_t test_vmlal_high_lane_u32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_u32_0()
2352 int32x4_t test_vmlal_high_laneq_u16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_u16_0()
2366 int64x2_t test_vmlal_high_laneq_u32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_u32_0()
2379 int32x4_t test_vmlsl_lane_u16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_u16_0()
2392 int64x2_t test_vmlsl_lane_u32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_u32_0()
2405 int32x4_t test_vmlsl_laneq_u16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_u16_0()
2418 int64x2_t test_vmlsl_laneq_u32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_u32_0()
2432 int32x4_t test_vmlsl_high_lane_u16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_u16_0()
2446 int64x2_t test_vmlsl_high_lane_u32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_u32_0()
2460 int32x4_t test_vmlsl_high_laneq_u16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_u16_0()
2474 int64x2_t test_vmlsl_high_laneq_u32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_u32_0()
2486 int32x4_t test_vmull_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vmull_lane_s16_0()
2498 int64x2_t test_vmull_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vmull_lane_s32_0()
2510 uint32x4_t test_vmull_lane_u16_0(uint16x4_t a, uint16x4_t v) { in test_vmull_lane_u16_0()
2522 uint64x2_t test_vmull_lane_u32_0(uint32x2_t a, uint32x2_t v) { in test_vmull_lane_u32_0()
2535 int32x4_t test_vmull_high_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vmull_high_lane_s16_0()
2548 int64x2_t test_vmull_high_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vmull_high_lane_s32_0()
2561 uint32x4_t test_vmull_high_lane_u16_0(uint16x8_t a, uint16x4_t v) { in test_vmull_high_lane_u16_0()
2574 uint64x2_t test_vmull_high_lane_u32_0(uint32x4_t a, uint32x2_t v) { in test_vmull_high_lane_u32_0()
2586 int32x4_t test_vmull_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vmull_laneq_s16_0()
2598 int64x2_t test_vmull_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vmull_laneq_s32_0()
2610 uint32x4_t test_vmull_laneq_u16_0(uint16x4_t a, uint16x8_t v) { in test_vmull_laneq_u16_0()
2622 uint64x2_t test_vmull_laneq_u32_0(uint32x2_t a, uint32x4_t v) { in test_vmull_laneq_u32_0()
2635 int32x4_t test_vmull_high_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vmull_high_laneq_s16_0()
2648 int64x2_t test_vmull_high_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vmull_high_laneq_s32_0()
2661 uint32x4_t test_vmull_high_laneq_u16_0(uint16x8_t a, uint16x8_t v) { in test_vmull_high_laneq_u16_0()
2674 uint64x2_t test_vmull_high_laneq_u32_0(uint32x4_t a, uint32x4_t v) { in test_vmull_high_laneq_u32_0()
2689 int32x4_t test_vqdmlal_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlal_lane_s16_0()
2704 int64x2_t test_vqdmlal_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlal_lane_s32_0()
2720 int32x4_t test_vqdmlal_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlal_high_lane_s16_0()
2736 int64x2_t test_vqdmlal_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlal_high_lane_s32_0()
2751 int32x4_t test_vqdmlsl_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlsl_lane_s16_0()
2766 int64x2_t test_vqdmlsl_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlsl_lane_s32_0()
2782 int32x4_t test_vqdmlsl_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlsl_high_lane_s16_0()
2798 int64x2_t test_vqdmlsl_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlsl_high_lane_s32_0()
2812 int32x4_t test_vqdmull_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqdmull_lane_s16_0()
2826 int64x2_t test_vqdmull_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqdmull_lane_s32_0()
2840 int32x4_t test_vqdmull_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqdmull_laneq_s16_0()
2854 int64x2_t test_vqdmull_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqdmull_laneq_s32_0()
2869 int32x4_t test_vqdmull_high_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqdmull_high_lane_s16_0()
2884 int64x2_t test_vqdmull_high_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqdmull_high_lane_s32_0()
2899 int32x4_t test_vqdmull_high_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqdmull_high_laneq_s16_0()
2914 int64x2_t test_vqdmull_high_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqdmull_high_laneq_s32_0()
2928 int16x4_t test_vqdmulh_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqdmulh_lane_s16_0()
2942 int16x8_t test_vqdmulhq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqdmulhq_lane_s16_0()
2956 int32x2_t test_vqdmulh_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqdmulh_lane_s32_0()
2970 int32x4_t test_vqdmulhq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqdmulhq_lane_s32_0()
2984 int16x4_t test_vqrdmulh_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqrdmulh_lane_s16_0()
2998 int16x8_t test_vqrdmulhq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqrdmulhq_lane_s16_0()
3012 int32x2_t test_vqrdmulh_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqrdmulh_lane_s32_0()
3026 int32x4_t test_vqrdmulhq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqrdmulhq_lane_s32_0()
3034 float32x2_t test_vmul_lane_f32_0(float32x2_t a, float32x2_t v) { in test_vmul_lane_f32_0()
3042 float32x4_t test_vmulq_lane_f32_0(float32x4_t a, float32x2_t v) { in test_vmulq_lane_f32_0()
3050 float32x2_t test_vmul_laneq_f32_0(float32x2_t a, float32x4_t v) { in test_vmul_laneq_f32_0()
3063 float64x1_t test_vmul_laneq_f64_0(float64x1_t a, float64x2_t v) { in test_vmul_laneq_f64_0()
3071 float32x4_t test_vmulq_laneq_f32_0(float32x4_t a, float32x4_t v) { in test_vmulq_laneq_f32_0()
3079 float64x2_t test_vmulq_laneq_f64_0(float64x2_t a, float64x2_t v) { in test_vmulq_laneq_f64_0()
3091 float32x2_t test_vmulx_lane_f32_0(float32x2_t a, float32x2_t v) { in test_vmulx_lane_f32_0()
3103 float32x4_t test_vmulxq_lane_f32_0(float32x4_t a, float32x2_t v) { in test_vmulxq_lane_f32_0()
3115 float64x2_t test_vmulxq_lane_f64_0(float64x2_t a, float64x1_t v) { in test_vmulxq_lane_f64_0()
3127 float32x2_t test_vmulx_laneq_f32_0(float32x2_t a, float32x4_t v) { in test_vmulx_laneq_f32_0()
3139 float32x4_t test_vmulxq_laneq_f32_0(float32x4_t a, float32x4_t v) { in test_vmulxq_laneq_f32_0()
3151 float64x2_t test_vmulxq_laneq_f64_0(float64x2_t a, float64x2_t v) { in test_vmulxq_laneq_f64_0()
4257 uint16x4_t test_vmla_lane_u16_0(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmla_lane_u16_0()
4266 uint16x8_t test_vmlaq_lane_u16_0(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlaq_lane_u16_0()
4275 uint32x2_t test_vmla_lane_u32_0(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmla_lane_u32_0()
4284 uint32x4_t test_vmlaq_lane_u32_0(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlaq_lane_u32_0()
4293 uint16x4_t test_vmla_laneq_u16_0(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmla_laneq_u16_0()
4302 uint16x8_t test_vmlaq_laneq_u16_0(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlaq_laneq_u16_0()
4311 uint32x2_t test_vmla_laneq_u32_0(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmla_laneq_u32_0()
4320 uint32x4_t test_vmlaq_laneq_u32_0(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlaq_laneq_u32_0()
4335 int32x4_t test_vqdmlal_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlal_laneq_s16_0()
4350 int64x2_t test_vqdmlal_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlal_laneq_s32_0()
4366 int32x4_t test_vqdmlal_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlal_high_laneq_s16_0()
4382 int64x2_t test_vqdmlal_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlal_high_laneq_s32_0()
4391 uint16x4_t test_vmls_lane_u16_0(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmls_lane_u16_0()
4400 uint16x8_t test_vmlsq_lane_u16_0(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlsq_lane_u16_0()
4409 uint32x2_t test_vmls_lane_u32_0(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmls_lane_u32_0()
4418 uint32x4_t test_vmlsq_lane_u32_0(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlsq_lane_u32_0()
4427 uint16x4_t test_vmls_laneq_u16_0(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmls_laneq_u16_0()
4436 uint16x8_t test_vmlsq_laneq_u16_0(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlsq_laneq_u16_0()
4445 uint32x2_t test_vmls_laneq_u32_0(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmls_laneq_u32_0()
4454 uint32x4_t test_vmlsq_laneq_u32_0(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlsq_laneq_u32_0()
4469 int32x4_t test_vqdmlsl_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlsl_laneq_s16_0()
4484 int64x2_t test_vqdmlsl_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlsl_laneq_s32_0()
4500 int32x4_t test_vqdmlsl_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlsl_high_laneq_s16_0()
4516 int64x2_t test_vqdmlsl_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlsl_high_laneq_s32_0()
4530 int16x4_t test_vqdmulh_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqdmulh_laneq_s16_0()
4544 int16x8_t test_vqdmulhq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqdmulhq_laneq_s16_0()
4558 int32x2_t test_vqdmulh_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqdmulh_laneq_s32_0()
4572 int32x4_t test_vqdmulhq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqdmulhq_laneq_s32_0()
4586 int16x4_t test_vqrdmulh_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqrdmulh_laneq_s16_0()
4600 int16x8_t test_vqrdmulhq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqrdmulhq_laneq_s16_0()
4614 int32x2_t test_vqrdmulh_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqrdmulh_laneq_s32_0()
4628 int32x4_t test_vqrdmulhq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqrdmulhq_laneq_s32_0()
4637 uint16x4_t test_vmla_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmla_lane_u16()
4646 uint16x8_t test_vmlaq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlaq_lane_u16()
4655 uint32x2_t test_vmla_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmla_lane_u32()
4664 uint32x4_t test_vmlaq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlaq_lane_u32()
4673 uint16x4_t test_vmla_laneq_u16(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmla_laneq_u16()
4682 uint16x8_t test_vmlaq_laneq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlaq_laneq_u16()
4691 uint32x2_t test_vmla_laneq_u32(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmla_laneq_u32()
4700 uint32x4_t test_vmlaq_laneq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlaq_laneq_u32()
4715 int32x4_t test_vqdmlal_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlal_laneq_s16()
4730 int64x2_t test_vqdmlal_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlal_laneq_s32()
4746 int32x4_t test_vqdmlal_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlal_high_laneq_s16()
4762 int64x2_t test_vqdmlal_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlal_high_laneq_s32()
4771 uint16x4_t test_vmls_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmls_lane_u16()
4780 uint16x8_t test_vmlsq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlsq_lane_u16()
4789 uint32x2_t test_vmls_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmls_lane_u32()
4798 uint32x4_t test_vmlsq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlsq_lane_u32()
4807 uint16x4_t test_vmls_laneq_u16(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmls_laneq_u16()
4816 uint16x8_t test_vmlsq_laneq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlsq_laneq_u16()
4825 uint32x2_t test_vmls_laneq_u32(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmls_laneq_u32()
4834 uint32x4_t test_vmlsq_laneq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlsq_laneq_u32()
4849 int32x4_t test_vqdmlsl_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlsl_laneq_s16()
4864 int64x2_t test_vqdmlsl_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlsl_laneq_s32()
4880 int32x4_t test_vqdmlsl_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlsl_high_laneq_s16()
4896 int64x2_t test_vqdmlsl_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlsl_high_laneq_s32()
4910 int16x4_t test_vqdmulh_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqdmulh_laneq_s16()
4924 int16x8_t test_vqdmulhq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqdmulhq_laneq_s16()
4938 int32x2_t test_vqdmulh_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqdmulh_laneq_s32()
4952 int32x4_t test_vqdmulhq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqdmulhq_laneq_s32()
4966 int16x4_t test_vqrdmulh_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqrdmulh_laneq_s16()
4980 int16x8_t test_vqrdmulhq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqrdmulhq_laneq_s16()
4994 int32x2_t test_vqrdmulh_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqrdmulh_laneq_s32()
5008 int32x4_t test_vqrdmulhq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqrdmulhq_laneq_s32()