• Home
  • Raw
  • Download

Lines Matching defs:v

17 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) {  in test_vmla_lane_s16()
30 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16()
43 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32()
56 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32()
69 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16()
82 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16()
95 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32()
108 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32()
121 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16()
134 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16()
147 int32x2_t test_vmls_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmls_lane_s32()
160 int32x4_t test_vmlsq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlsq_lane_s32()
173 int16x4_t test_vmls_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmls_laneq_s16()
186 int16x8_t test_vmlsq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlsq_laneq_s16()
199 int32x2_t test_vmls_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmls_laneq_s32()
212 int32x4_t test_vmlsq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlsq_laneq_s32()
224 int16x4_t test_vmul_lane_s16(int16x4_t a, int16x4_t v) { in test_vmul_lane_s16()
236 int16x8_t test_vmulq_lane_s16(int16x8_t a, int16x4_t v) { in test_vmulq_lane_s16()
248 int32x2_t test_vmul_lane_s32(int32x2_t a, int32x2_t v) { in test_vmul_lane_s32()
260 int32x4_t test_vmulq_lane_s32(int32x4_t a, int32x2_t v) { in test_vmulq_lane_s32()
272 uint16x4_t test_vmul_lane_u16(uint16x4_t a, uint16x4_t v) { in test_vmul_lane_u16()
284 uint16x8_t test_vmulq_lane_u16(uint16x8_t a, uint16x4_t v) { in test_vmulq_lane_u16()
296 uint32x2_t test_vmul_lane_u32(uint32x2_t a, uint32x2_t v) { in test_vmul_lane_u32()
308 uint32x4_t test_vmulq_lane_u32(uint32x4_t a, uint32x2_t v) { in test_vmulq_lane_u32()
320 int16x4_t test_vmul_laneq_s16(int16x4_t a, int16x8_t v) { in test_vmul_laneq_s16()
332 int16x8_t test_vmulq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vmulq_laneq_s16()
344 int32x2_t test_vmul_laneq_s32(int32x2_t a, int32x4_t v) { in test_vmul_laneq_s32()
356 int32x4_t test_vmulq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vmulq_laneq_s32()
368 uint16x4_t test_vmul_laneq_u16(uint16x4_t a, uint16x8_t v) { in test_vmul_laneq_u16()
380 uint16x8_t test_vmulq_laneq_u16(uint16x8_t a, uint16x8_t v) { in test_vmulq_laneq_u16()
392 uint32x2_t test_vmul_laneq_u32(uint32x2_t a, uint32x4_t v) { in test_vmul_laneq_u32()
404 uint32x4_t test_vmulq_laneq_u32(uint32x4_t a, uint32x4_t v) { in test_vmulq_laneq_u32()
420 float32x2_t test_vfma_lane_f32(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfma_lane_f32()
436 float32x4_t test_vfmaq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmaq_lane_f32()
452 float32x2_t test_vfma_laneq_f32(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfma_laneq_f32()
468 float32x4_t test_vfmaq_laneq_f32(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmaq_laneq_f32()
485 float32x2_t test_vfms_lane_f32(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfms_lane_f32()
502 float32x4_t test_vfmsq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmsq_lane_f32()
519 float32x2_t test_vfms_laneq_f32(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfms_laneq_f32()
536 float32x4_t test_vfmsq_laneq_f32(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmsq_laneq_f32()
552 float64x2_t test_vfmaq_lane_f64(float64x2_t a, float64x2_t b, float64x1_t v) { in test_vfmaq_lane_f64()
568 float64x2_t test_vfmaq_laneq_f64(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmaq_laneq_f64()
585 float64x2_t test_vfmsq_lane_f64(float64x2_t a, float64x2_t b, float64x1_t v) { in test_vfmsq_lane_f64()
602 float64x2_t test_vfmsq_laneq_f64(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmsq_laneq_f64()
612 float32_t test_vfmas_laneq_f32(float32_t a, float32_t b, float32x4_t v) { in test_vfmas_laneq_f32()
623 float64_t test_vfmsd_lane_f64(float64_t a, float64_t b, float64x1_t v) { in test_vfmsd_lane_f64()
634 float32_t test_vfmss_laneq_f32(float32_t a, float32_t b, float32x4_t v) { in test_vfmss_laneq_f32()
645 float64_t test_vfmsd_laneq_f64(float64_t a, float64_t b, float64x2_t v) { in test_vfmsd_laneq_f64()
660 int32x4_t test_vmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_s16()
675 int64x2_t test_vmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_s32()
690 int32x4_t test_vmlal_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_s16()
705 int64x2_t test_vmlal_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_s32()
721 int32x4_t test_vmlal_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_s16()
737 int64x2_t test_vmlal_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_s32()
753 int32x4_t test_vmlal_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_s16()
769 int64x2_t test_vmlal_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_s32()
784 int32x4_t test_vmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_s16()
799 int64x2_t test_vmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_s32()
814 int32x4_t test_vmlsl_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_s16()
829 int64x2_t test_vmlsl_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_s32()
845 int32x4_t test_vmlsl_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_s16()
861 int64x2_t test_vmlsl_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_s32()
877 int32x4_t test_vmlsl_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_s16()
893 int64x2_t test_vmlsl_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_s32()
908 int32x4_t test_vmlal_lane_u16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_u16()
923 int64x2_t test_vmlal_lane_u32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_u32()
938 int32x4_t test_vmlal_laneq_u16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_u16()
953 int64x2_t test_vmlal_laneq_u32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_u32()
969 int32x4_t test_vmlal_high_lane_u16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_u16()
985 int64x2_t test_vmlal_high_lane_u32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_u32()
1001 int32x4_t test_vmlal_high_laneq_u16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_u16()
1017 int64x2_t test_vmlal_high_laneq_u32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_u32()
1032 int32x4_t test_vmlsl_lane_u16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_u16()
1047 int64x2_t test_vmlsl_lane_u32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_u32()
1062 int32x4_t test_vmlsl_laneq_u16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_u16()
1077 int64x2_t test_vmlsl_laneq_u32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_u32()
1093 int32x4_t test_vmlsl_high_lane_u16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_u16()
1109 int64x2_t test_vmlsl_high_lane_u32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_u32()
1125 int32x4_t test_vmlsl_high_laneq_u16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_u16()
1141 int64x2_t test_vmlsl_high_laneq_u32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_u32()
1155 int32x4_t test_vmull_lane_s16(int16x4_t a, int16x4_t v) { in test_vmull_lane_s16()
1169 int64x2_t test_vmull_lane_s32(int32x2_t a, int32x2_t v) { in test_vmull_lane_s32()
1183 uint32x4_t test_vmull_lane_u16(uint16x4_t a, uint16x4_t v) { in test_vmull_lane_u16()
1197 uint64x2_t test_vmull_lane_u32(uint32x2_t a, uint32x2_t v) { in test_vmull_lane_u32()
1212 int32x4_t test_vmull_high_lane_s16(int16x8_t a, int16x4_t v) { in test_vmull_high_lane_s16()
1227 int64x2_t test_vmull_high_lane_s32(int32x4_t a, int32x2_t v) { in test_vmull_high_lane_s32()
1242 uint32x4_t test_vmull_high_lane_u16(uint16x8_t a, uint16x4_t v) { in test_vmull_high_lane_u16()
1257 uint64x2_t test_vmull_high_lane_u32(uint32x4_t a, uint32x2_t v) { in test_vmull_high_lane_u32()
1271 int32x4_t test_vmull_laneq_s16(int16x4_t a, int16x8_t v) { in test_vmull_laneq_s16()
1285 int64x2_t test_vmull_laneq_s32(int32x2_t a, int32x4_t v) { in test_vmull_laneq_s32()
1299 uint32x4_t test_vmull_laneq_u16(uint16x4_t a, uint16x8_t v) { in test_vmull_laneq_u16()
1313 uint64x2_t test_vmull_laneq_u32(uint32x2_t a, uint32x4_t v) { in test_vmull_laneq_u32()
1328 int32x4_t test_vmull_high_laneq_s16(int16x8_t a, int16x8_t v) { in test_vmull_high_laneq_s16()
1343 int64x2_t test_vmull_high_laneq_s32(int32x4_t a, int32x4_t v) { in test_vmull_high_laneq_s32()
1358 uint32x4_t test_vmull_high_laneq_u16(uint16x8_t a, uint16x8_t v) { in test_vmull_high_laneq_u16()
1373 uint64x2_t test_vmull_high_laneq_u32(uint32x4_t a, uint32x4_t v) { in test_vmull_high_laneq_u32()
1389 int32x4_t test_vqdmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlal_lane_s16()
1405 int64x2_t test_vqdmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlal_lane_s32()
1422 int32x4_t test_vqdmlal_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlal_high_lane_s16()
1439 int64x2_t test_vqdmlal_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlal_high_lane_s32()
1455 int32x4_t test_vqdmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlsl_lane_s16()
1471 int64x2_t test_vqdmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlsl_lane_s32()
1488 int32x4_t test_vqdmlsl_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlsl_high_lane_s16()
1505 int64x2_t test_vqdmlsl_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlsl_high_lane_s32()
1520 int32x4_t test_vqdmull_lane_s16(int16x4_t a, int16x4_t v) { in test_vqdmull_lane_s16()
1535 int64x2_t test_vqdmull_lane_s32(int32x2_t a, int32x2_t v) { in test_vqdmull_lane_s32()
1550 int32x4_t test_vqdmull_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqdmull_laneq_s16()
1565 int64x2_t test_vqdmull_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqdmull_laneq_s32()
1581 int32x4_t test_vqdmull_high_lane_s16(int16x8_t a, int16x4_t v) { in test_vqdmull_high_lane_s16()
1597 int64x2_t test_vqdmull_high_lane_s32(int32x4_t a, int32x2_t v) { in test_vqdmull_high_lane_s32()
1613 int32x4_t test_vqdmull_high_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqdmull_high_laneq_s16()
1629 int64x2_t test_vqdmull_high_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqdmull_high_laneq_s32()
1642 int16x4_t test_vqdmulh_lane_s16(int16x4_t a, int16x4_t v) { in test_vqdmulh_lane_s16()
1655 int16x8_t test_vqdmulhq_lane_s16(int16x8_t a, int16x4_t v) { in test_vqdmulhq_lane_s16()
1668 int32x2_t test_vqdmulh_lane_s32(int32x2_t a, int32x2_t v) { in test_vqdmulh_lane_s32()
1681 int32x4_t test_vqdmulhq_lane_s32(int32x4_t a, int32x2_t v) { in test_vqdmulhq_lane_s32()
1694 int16x4_t test_vqrdmulh_lane_s16(int16x4_t a, int16x4_t v) { in test_vqrdmulh_lane_s16()
1707 int16x8_t test_vqrdmulhq_lane_s16(int16x8_t a, int16x4_t v) { in test_vqrdmulhq_lane_s16()
1720 int32x2_t test_vqrdmulh_lane_s32(int32x2_t a, int32x2_t v) { in test_vqrdmulh_lane_s32()
1733 int32x4_t test_vqrdmulhq_lane_s32(int32x4_t a, int32x2_t v) { in test_vqrdmulhq_lane_s32()
1745 float32x2_t test_vmul_lane_f32(float32x2_t a, float32x2_t v) { in test_vmul_lane_f32()
1761 float64x1_t test_vmul_lane_f64(float64x1_t a, float64x1_t v) { in test_vmul_lane_f64()
1773 float32x4_t test_vmulq_lane_f32(float32x4_t a, float32x2_t v) { in test_vmulq_lane_f32()
1785 float64x2_t test_vmulq_lane_f64(float64x2_t a, float64x1_t v) { in test_vmulq_lane_f64()
1797 float32x2_t test_vmul_laneq_f32(float32x2_t a, float32x4_t v) { in test_vmul_laneq_f32()
1812 float64x1_t test_vmul_laneq_f64(float64x1_t a, float64x2_t v) { in test_vmul_laneq_f64()
1824 float32x4_t test_vmulq_laneq_f32(float32x4_t a, float32x4_t v) { in test_vmulq_laneq_f32()
1836 float64x2_t test_vmulq_laneq_f64(float64x2_t a, float64x2_t v) { in test_vmulq_laneq_f64()
1850 float32x2_t test_vmulx_lane_f32(float32x2_t a, float32x2_t v) { in test_vmulx_lane_f32()
1864 float32x4_t test_vmulxq_lane_f32(float32x4_t a, float32x2_t v) { in test_vmulxq_lane_f32()
1878 float64x2_t test_vmulxq_lane_f64(float64x2_t a, float64x1_t v) { in test_vmulxq_lane_f64()
1892 float32x2_t test_vmulx_laneq_f32(float32x2_t a, float32x4_t v) { in test_vmulx_laneq_f32()
1906 float32x4_t test_vmulxq_laneq_f32(float32x4_t a, float32x4_t v) { in test_vmulxq_laneq_f32()
1920 float64x2_t test_vmulxq_laneq_f64(float64x2_t a, float64x2_t v) { in test_vmulxq_laneq_f64()
1933 int16x4_t test_vmla_lane_s16_0(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16_0()
1946 int16x8_t test_vmlaq_lane_s16_0(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16_0()
1959 int32x2_t test_vmla_lane_s32_0(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32_0()
1972 int32x4_t test_vmlaq_lane_s32_0(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32_0()
1985 int16x4_t test_vmla_laneq_s16_0(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16_0()
1998 int16x8_t test_vmlaq_laneq_s16_0(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16_0()
2011 int32x2_t test_vmla_laneq_s32_0(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32_0()
2024 int32x4_t test_vmlaq_laneq_s32_0(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32_0()
2037 int16x4_t test_vmls_lane_s16_0(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16_0()
2050 int16x8_t test_vmlsq_lane_s16_0(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16_0()
2063 int32x2_t test_vmls_lane_s32_0(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmls_lane_s32_0()
2076 int32x4_t test_vmlsq_lane_s32_0(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlsq_lane_s32_0()
2089 int16x4_t test_vmls_laneq_s16_0(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmls_laneq_s16_0()
2102 int16x8_t test_vmlsq_laneq_s16_0(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlsq_laneq_s16_0()
2115 int32x2_t test_vmls_laneq_s32_0(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmls_laneq_s32_0()
2128 int32x4_t test_vmlsq_laneq_s32_0(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlsq_laneq_s32_0()
2140 int16x4_t test_vmul_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vmul_lane_s16_0()
2152 int16x8_t test_vmulq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vmulq_lane_s16_0()
2164 int32x2_t test_vmul_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vmul_lane_s32_0()
2176 int32x4_t test_vmulq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vmulq_lane_s32_0()
2188 uint16x4_t test_vmul_lane_u16_0(uint16x4_t a, uint16x4_t v) { in test_vmul_lane_u16_0()
2200 uint16x8_t test_vmulq_lane_u16_0(uint16x8_t a, uint16x4_t v) { in test_vmulq_lane_u16_0()
2212 uint32x2_t test_vmul_lane_u32_0(uint32x2_t a, uint32x2_t v) { in test_vmul_lane_u32_0()
2224 uint32x4_t test_vmulq_lane_u32_0(uint32x4_t a, uint32x2_t v) { in test_vmulq_lane_u32_0()
2236 int16x4_t test_vmul_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vmul_laneq_s16_0()
2248 int16x8_t test_vmulq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vmulq_laneq_s16_0()
2260 int32x2_t test_vmul_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vmul_laneq_s32_0()
2272 int32x4_t test_vmulq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vmulq_laneq_s32_0()
2284 uint16x4_t test_vmul_laneq_u16_0(uint16x4_t a, uint16x8_t v) { in test_vmul_laneq_u16_0()
2296 uint16x8_t test_vmulq_laneq_u16_0(uint16x8_t a, uint16x8_t v) { in test_vmulq_laneq_u16_0()
2308 uint32x2_t test_vmul_laneq_u32_0(uint32x2_t a, uint32x4_t v) { in test_vmul_laneq_u32_0()
2320 uint32x4_t test_vmulq_laneq_u32_0(uint32x4_t a, uint32x4_t v) { in test_vmulq_laneq_u32_0()
2336 float32x2_t test_vfma_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfma_lane_f32_0()
2352 float32x4_t test_vfmaq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmaq_lane_f32_0()
2368 float32x2_t test_vfma_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfma_laneq_f32_0()
2384 float32x4_t test_vfmaq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmaq_laneq_f32_0()
2401 float32x2_t test_vfms_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfms_lane_f32_0()
2418 float32x4_t test_vfmsq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmsq_lane_f32_0()
2435 float32x2_t test_vfms_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfms_laneq_f32_0()
2452 float32x4_t test_vfmsq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmsq_laneq_f32_0()
2468 float64x2_t test_vfmaq_laneq_f64_0(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmaq_laneq_f64_0()
2485 float64x2_t test_vfmsq_laneq_f64_0(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmsq_laneq_f64_0()
2500 int32x4_t test_vmlal_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_s16_0()
2515 int64x2_t test_vmlal_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_s32_0()
2530 int32x4_t test_vmlal_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_s16_0()
2545 int64x2_t test_vmlal_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_s32_0()
2561 int32x4_t test_vmlal_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_s16_0()
2577 int64x2_t test_vmlal_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_s32_0()
2593 int32x4_t test_vmlal_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_s16_0()
2609 int64x2_t test_vmlal_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_s32_0()
2624 int32x4_t test_vmlsl_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_s16_0()
2639 int64x2_t test_vmlsl_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_s32_0()
2654 int32x4_t test_vmlsl_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_s16_0()
2669 int64x2_t test_vmlsl_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_s32_0()
2685 int32x4_t test_vmlsl_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_s16_0()
2701 int64x2_t test_vmlsl_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_s32_0()
2717 int32x4_t test_vmlsl_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_s16_0()
2733 int64x2_t test_vmlsl_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_s32_0()
2748 int32x4_t test_vmlal_lane_u16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_u16_0()
2763 int64x2_t test_vmlal_lane_u32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_u32_0()
2778 int32x4_t test_vmlal_laneq_u16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_u16_0()
2793 int64x2_t test_vmlal_laneq_u32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_u32_0()
2809 int32x4_t test_vmlal_high_lane_u16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_u16_0()
2825 int64x2_t test_vmlal_high_lane_u32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_u32_0()
2841 int32x4_t test_vmlal_high_laneq_u16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_u16_0()
2857 int64x2_t test_vmlal_high_laneq_u32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_u32_0()
2872 int32x4_t test_vmlsl_lane_u16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_u16_0()
2887 int64x2_t test_vmlsl_lane_u32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_u32_0()
2902 int32x4_t test_vmlsl_laneq_u16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_u16_0()
2917 int64x2_t test_vmlsl_laneq_u32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_u32_0()
2933 int32x4_t test_vmlsl_high_lane_u16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_u16_0()
2949 int64x2_t test_vmlsl_high_lane_u32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_u32_0()
2965 int32x4_t test_vmlsl_high_laneq_u16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_u16_0()
2981 int64x2_t test_vmlsl_high_laneq_u32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_u32_0()
2995 int32x4_t test_vmull_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vmull_lane_s16_0()
3009 int64x2_t test_vmull_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vmull_lane_s32_0()
3023 uint32x4_t test_vmull_lane_u16_0(uint16x4_t a, uint16x4_t v) { in test_vmull_lane_u16_0()
3037 uint64x2_t test_vmull_lane_u32_0(uint32x2_t a, uint32x2_t v) { in test_vmull_lane_u32_0()
3052 int32x4_t test_vmull_high_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vmull_high_lane_s16_0()
3067 int64x2_t test_vmull_high_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vmull_high_lane_s32_0()
3082 uint32x4_t test_vmull_high_lane_u16_0(uint16x8_t a, uint16x4_t v) { in test_vmull_high_lane_u16_0()
3097 uint64x2_t test_vmull_high_lane_u32_0(uint32x4_t a, uint32x2_t v) { in test_vmull_high_lane_u32_0()
3111 int32x4_t test_vmull_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vmull_laneq_s16_0()
3125 int64x2_t test_vmull_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vmull_laneq_s32_0()
3139 uint32x4_t test_vmull_laneq_u16_0(uint16x4_t a, uint16x8_t v) { in test_vmull_laneq_u16_0()
3153 uint64x2_t test_vmull_laneq_u32_0(uint32x2_t a, uint32x4_t v) { in test_vmull_laneq_u32_0()
3168 int32x4_t test_vmull_high_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vmull_high_laneq_s16_0()
3183 int64x2_t test_vmull_high_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vmull_high_laneq_s32_0()
3198 uint32x4_t test_vmull_high_laneq_u16_0(uint16x8_t a, uint16x8_t v) { in test_vmull_high_laneq_u16_0()
3213 uint64x2_t test_vmull_high_laneq_u32_0(uint32x4_t a, uint32x4_t v) { in test_vmull_high_laneq_u32_0()
3229 int32x4_t test_vqdmlal_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlal_lane_s16_0()
3245 int64x2_t test_vqdmlal_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlal_lane_s32_0()
3262 int32x4_t test_vqdmlal_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlal_high_lane_s16_0()
3279 int64x2_t test_vqdmlal_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlal_high_lane_s32_0()
3295 int32x4_t test_vqdmlsl_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlsl_lane_s16_0()
3311 int64x2_t test_vqdmlsl_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlsl_lane_s32_0()
3328 int32x4_t test_vqdmlsl_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlsl_high_lane_s16_0()
3345 int64x2_t test_vqdmlsl_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlsl_high_lane_s32_0()
3360 int32x4_t test_vqdmull_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqdmull_lane_s16_0()
3375 int64x2_t test_vqdmull_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqdmull_lane_s32_0()
3390 int32x4_t test_vqdmull_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqdmull_laneq_s16_0()
3405 int64x2_t test_vqdmull_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqdmull_laneq_s32_0()
3421 int32x4_t test_vqdmull_high_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqdmull_high_lane_s16_0()
3437 int64x2_t test_vqdmull_high_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqdmull_high_lane_s32_0()
3453 int32x4_t test_vqdmull_high_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqdmull_high_laneq_s16_0()
3469 int64x2_t test_vqdmull_high_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqdmull_high_laneq_s32_0()
3482 int16x4_t test_vqdmulh_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqdmulh_lane_s16_0()
3495 int16x8_t test_vqdmulhq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqdmulhq_lane_s16_0()
3508 int32x2_t test_vqdmulh_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqdmulh_lane_s32_0()
3521 int32x4_t test_vqdmulhq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqdmulhq_lane_s32_0()
3534 int16x4_t test_vqrdmulh_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqrdmulh_lane_s16_0()
3547 int16x8_t test_vqrdmulhq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqrdmulhq_lane_s16_0()
3560 int32x2_t test_vqrdmulh_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqrdmulh_lane_s32_0()
3573 int32x4_t test_vqrdmulhq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqrdmulhq_lane_s32_0()
3585 float32x2_t test_vmul_lane_f32_0(float32x2_t a, float32x2_t v) { in test_vmul_lane_f32_0()
3597 float32x4_t test_vmulq_lane_f32_0(float32x4_t a, float32x2_t v) { in test_vmulq_lane_f32_0()
3609 float32x2_t test_vmul_laneq_f32_0(float32x2_t a, float32x4_t v) { in test_vmul_laneq_f32_0()
3624 float64x1_t test_vmul_laneq_f64_0(float64x1_t a, float64x2_t v) { in test_vmul_laneq_f64_0()
3636 float32x4_t test_vmulq_laneq_f32_0(float32x4_t a, float32x4_t v) { in test_vmulq_laneq_f32_0()
3648 float64x2_t test_vmulq_laneq_f64_0(float64x2_t a, float64x2_t v) { in test_vmulq_laneq_f64_0()
3662 float32x2_t test_vmulx_lane_f32_0(float32x2_t a, float32x2_t v) { in test_vmulx_lane_f32_0()
3676 float32x4_t test_vmulxq_lane_f32_0(float32x4_t a, float32x2_t v) { in test_vmulxq_lane_f32_0()
3690 float64x2_t test_vmulxq_lane_f64_0(float64x2_t a, float64x1_t v) { in test_vmulxq_lane_f64_0()
3704 float32x2_t test_vmulx_laneq_f32_0(float32x2_t a, float32x4_t v) { in test_vmulx_laneq_f32_0()
3718 float32x4_t test_vmulxq_laneq_f32_0(float32x4_t a, float32x4_t v) { in test_vmulxq_laneq_f32_0()
3732 float64x2_t test_vmulxq_laneq_f64_0(float64x2_t a, float64x2_t v) { in test_vmulxq_laneq_f64_0()
4899 uint16x4_t test_vmla_lane_u16_0(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmla_lane_u16_0()
4912 uint16x8_t test_vmlaq_lane_u16_0(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlaq_lane_u16_0()
4925 uint32x2_t test_vmla_lane_u32_0(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmla_lane_u32_0()
4938 uint32x4_t test_vmlaq_lane_u32_0(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlaq_lane_u32_0()
4951 uint16x4_t test_vmla_laneq_u16_0(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmla_laneq_u16_0()
4964 uint16x8_t test_vmlaq_laneq_u16_0(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlaq_laneq_u16_0()
4977 uint32x2_t test_vmla_laneq_u32_0(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmla_laneq_u32_0()
4990 uint32x4_t test_vmlaq_laneq_u32_0(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlaq_laneq_u32_0()
5006 int32x4_t test_vqdmlal_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlal_laneq_s16_0()
5022 int64x2_t test_vqdmlal_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlal_laneq_s32_0()
5039 int32x4_t test_vqdmlal_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlal_high_laneq_s16_0()
5056 int64x2_t test_vqdmlal_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlal_high_laneq_s32_0()
5069 uint16x4_t test_vmls_lane_u16_0(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmls_lane_u16_0()
5082 uint16x8_t test_vmlsq_lane_u16_0(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlsq_lane_u16_0()
5095 uint32x2_t test_vmls_lane_u32_0(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmls_lane_u32_0()
5108 uint32x4_t test_vmlsq_lane_u32_0(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlsq_lane_u32_0()
5121 uint16x4_t test_vmls_laneq_u16_0(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmls_laneq_u16_0()
5134 uint16x8_t test_vmlsq_laneq_u16_0(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlsq_laneq_u16_0()
5147 uint32x2_t test_vmls_laneq_u32_0(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmls_laneq_u32_0()
5160 uint32x4_t test_vmlsq_laneq_u32_0(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlsq_laneq_u32_0()
5176 int32x4_t test_vqdmlsl_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlsl_laneq_s16_0()
5192 int64x2_t test_vqdmlsl_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlsl_laneq_s32_0()
5209 int32x4_t test_vqdmlsl_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlsl_high_laneq_s16_0()
5226 int64x2_t test_vqdmlsl_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlsl_high_laneq_s32_0()
5239 int16x4_t test_vqdmulh_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqdmulh_laneq_s16_0()
5252 int16x8_t test_vqdmulhq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqdmulhq_laneq_s16_0()
5265 int32x2_t test_vqdmulh_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqdmulh_laneq_s32_0()
5278 int32x4_t test_vqdmulhq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqdmulhq_laneq_s32_0()
5291 int16x4_t test_vqrdmulh_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqrdmulh_laneq_s16_0()
5304 int16x8_t test_vqrdmulhq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqrdmulhq_laneq_s16_0()
5317 int32x2_t test_vqrdmulh_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqrdmulh_laneq_s32_0()
5330 int32x4_t test_vqrdmulhq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqrdmulhq_laneq_s32_0()
5343 uint16x4_t test_vmla_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmla_lane_u16()
5356 uint16x8_t test_vmlaq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlaq_lane_u16()
5369 uint32x2_t test_vmla_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmla_lane_u32()
5382 uint32x4_t test_vmlaq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlaq_lane_u32()
5395 uint16x4_t test_vmla_laneq_u16(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmla_laneq_u16()
5408 uint16x8_t test_vmlaq_laneq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlaq_laneq_u16()
5421 uint32x2_t test_vmla_laneq_u32(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmla_laneq_u32()
5434 uint32x4_t test_vmlaq_laneq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlaq_laneq_u32()
5450 int32x4_t test_vqdmlal_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlal_laneq_s16()
5466 int64x2_t test_vqdmlal_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlal_laneq_s32()
5483 int32x4_t test_vqdmlal_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlal_high_laneq_s16()
5500 int64x2_t test_vqdmlal_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlal_high_laneq_s32()
5513 uint16x4_t test_vmls_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmls_lane_u16()
5526 uint16x8_t test_vmlsq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlsq_lane_u16()
5539 uint32x2_t test_vmls_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmls_lane_u32()
5552 uint32x4_t test_vmlsq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlsq_lane_u32()
5565 uint16x4_t test_vmls_laneq_u16(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmls_laneq_u16()
5578 uint16x8_t test_vmlsq_laneq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlsq_laneq_u16()
5591 uint32x2_t test_vmls_laneq_u32(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmls_laneq_u32()
5604 uint32x4_t test_vmlsq_laneq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlsq_laneq_u32()
5620 int32x4_t test_vqdmlsl_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlsl_laneq_s16()
5636 int64x2_t test_vqdmlsl_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlsl_laneq_s32()
5653 int32x4_t test_vqdmlsl_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlsl_high_laneq_s16()
5670 int64x2_t test_vqdmlsl_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlsl_high_laneq_s32()
5683 int16x4_t test_vqdmulh_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqdmulh_laneq_s16()
5696 int16x8_t test_vqdmulhq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqdmulhq_laneq_s16()
5709 int32x2_t test_vqdmulh_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqdmulh_laneq_s32()
5722 int32x4_t test_vqdmulhq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqdmulhq_laneq_s32()
5735 int16x4_t test_vqrdmulh_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqrdmulh_laneq_s16()
5748 int16x8_t test_vqrdmulhq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqrdmulhq_laneq_s16()
5761 int32x2_t test_vqrdmulh_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqrdmulh_laneq_s32()
5774 int32x4_t test_vqrdmulhq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqrdmulhq_laneq_s32()