Lines Matching defs:v

8 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) {  in test_vmla_lane_s16()
14 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16()
20 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32()
26 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32()
32 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16()
38 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16()
44 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32()
50 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32()
56 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16()
62 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16()
68 int32x2_t test_vmls_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmls_lane_s32()
74 int32x4_t test_vmlsq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlsq_lane_s32()
80 int16x4_t test_vmls_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmls_laneq_s16()
86 int16x8_t test_vmlsq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlsq_laneq_s16()
92 int32x2_t test_vmls_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmls_laneq_s32()
98 int32x4_t test_vmlsq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlsq_laneq_s32()
104 int16x4_t test_vmul_lane_s16(int16x4_t a, int16x4_t v) { in test_vmul_lane_s16()
110 int16x8_t test_vmulq_lane_s16(int16x8_t a, int16x4_t v) { in test_vmulq_lane_s16()
116 int32x2_t test_vmul_lane_s32(int32x2_t a, int32x2_t v) { in test_vmul_lane_s32()
122 int32x4_t test_vmulq_lane_s32(int32x4_t a, int32x2_t v) { in test_vmulq_lane_s32()
128 uint16x4_t test_vmul_lane_u16(uint16x4_t a, uint16x4_t v) { in test_vmul_lane_u16()
134 uint16x8_t test_vmulq_lane_u16(uint16x8_t a, uint16x4_t v) { in test_vmulq_lane_u16()
140 uint32x2_t test_vmul_lane_u32(uint32x2_t a, uint32x2_t v) { in test_vmul_lane_u32()
146 uint32x4_t test_vmulq_lane_u32(uint32x4_t a, uint32x2_t v) { in test_vmulq_lane_u32()
152 int16x4_t test_vmul_laneq_s16(int16x4_t a, int16x8_t v) { in test_vmul_laneq_s16()
158 int16x8_t test_vmulq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vmulq_laneq_s16()
164 int32x2_t test_vmul_laneq_s32(int32x2_t a, int32x4_t v) { in test_vmul_laneq_s32()
170 int32x4_t test_vmulq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vmulq_laneq_s32()
176 uint16x4_t test_vmul_laneq_u16(uint16x4_t a, uint16x8_t v) { in test_vmul_laneq_u16()
182 uint16x8_t test_vmulq_laneq_u16(uint16x8_t a, uint16x8_t v) { in test_vmulq_laneq_u16()
188 uint32x2_t test_vmul_laneq_u32(uint32x2_t a, uint32x4_t v) { in test_vmul_laneq_u32()
194 uint32x4_t test_vmulq_laneq_u32(uint32x4_t a, uint32x4_t v) { in test_vmulq_laneq_u32()
200 float32x2_t test_vfma_lane_f32(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfma_lane_f32()
206 float32x4_t test_vfmaq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmaq_lane_f32()
212 float32x2_t test_vfma_laneq_f32(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfma_laneq_f32()
218 float32x4_t test_vfmaq_laneq_f32(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmaq_laneq_f32()
224 float32x2_t test_vfms_lane_f32(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfms_lane_f32()
230 float32x4_t test_vfmsq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmsq_lane_f32()
236 float32x2_t test_vfms_laneq_f32(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfms_laneq_f32()
242 float32x4_t test_vfmsq_laneq_f32(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmsq_laneq_f32()
248 float64x2_t test_vfmaq_lane_f64(float64x2_t a, float64x2_t b, float64x1_t v) { in test_vfmaq_lane_f64()
254 float64x2_t test_vfmaq_laneq_f64(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmaq_laneq_f64()
260 float64x2_t test_vfmsq_lane_f64(float64x2_t a, float64x2_t b, float64x1_t v) { in test_vfmsq_lane_f64()
266 float64x2_t test_vfmsq_laneq_f64(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmsq_laneq_f64()
272 float32_t test_vfmas_laneq_f32(float32_t a, float32_t b, float32x4_t v) { in test_vfmas_laneq_f32()
278 float64_t test_vfmsd_lane_f64(float64_t a, float64_t b, float64x1_t v) { in test_vfmsd_lane_f64()
284 float32_t test_vfmss_laneq_f32(float32_t a, float32_t b, float32x4_t v) { in test_vfmss_laneq_f32()
290 float64_t test_vfmsd_laneq_f64(float64_t a, float64_t b, float64x2_t v) { in test_vfmsd_laneq_f64()
296 int32x4_t test_vmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_s16()
302 int64x2_t test_vmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_s32()
308 int32x4_t test_vmlal_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_s16()
314 int64x2_t test_vmlal_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_s32()
320 int32x4_t test_vmlal_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_s16()
326 int64x2_t test_vmlal_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_s32()
332 int32x4_t test_vmlal_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_s16()
338 int64x2_t test_vmlal_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_s32()
344 int32x4_t test_vmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_s16()
350 int64x2_t test_vmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_s32()
356 int32x4_t test_vmlsl_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_s16()
362 int64x2_t test_vmlsl_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_s32()
368 int32x4_t test_vmlsl_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_s16()
374 int64x2_t test_vmlsl_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_s32()
380 int32x4_t test_vmlsl_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_s16()
386 int64x2_t test_vmlsl_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_s32()
392 int32x4_t test_vmlal_lane_u16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_u16()
398 int64x2_t test_vmlal_lane_u32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_u32()
404 int32x4_t test_vmlal_laneq_u16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_u16()
410 int64x2_t test_vmlal_laneq_u32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_u32()
416 int32x4_t test_vmlal_high_lane_u16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_u16()
422 int64x2_t test_vmlal_high_lane_u32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_u32()
428 int32x4_t test_vmlal_high_laneq_u16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_u16()
434 int64x2_t test_vmlal_high_laneq_u32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_u32()
440 int32x4_t test_vmlsl_lane_u16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_u16()
446 int64x2_t test_vmlsl_lane_u32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_u32()
452 int32x4_t test_vmlsl_laneq_u16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_u16()
458 int64x2_t test_vmlsl_laneq_u32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_u32()
464 int32x4_t test_vmlsl_high_lane_u16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_u16()
470 int64x2_t test_vmlsl_high_lane_u32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_u32()
476 int32x4_t test_vmlsl_high_laneq_u16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_u16()
482 int64x2_t test_vmlsl_high_laneq_u32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_u32()
488 int32x4_t test_vmull_lane_s16(int16x4_t a, int16x4_t v) { in test_vmull_lane_s16()
494 int64x2_t test_vmull_lane_s32(int32x2_t a, int32x2_t v) { in test_vmull_lane_s32()
500 uint32x4_t test_vmull_lane_u16(uint16x4_t a, uint16x4_t v) { in test_vmull_lane_u16()
506 uint64x2_t test_vmull_lane_u32(uint32x2_t a, uint32x2_t v) { in test_vmull_lane_u32()
512 int32x4_t test_vmull_high_lane_s16(int16x8_t a, int16x4_t v) { in test_vmull_high_lane_s16()
518 int64x2_t test_vmull_high_lane_s32(int32x4_t a, int32x2_t v) { in test_vmull_high_lane_s32()
524 uint32x4_t test_vmull_high_lane_u16(uint16x8_t a, uint16x4_t v) { in test_vmull_high_lane_u16()
530 uint64x2_t test_vmull_high_lane_u32(uint32x4_t a, uint32x2_t v) { in test_vmull_high_lane_u32()
536 int32x4_t test_vmull_laneq_s16(int16x4_t a, int16x8_t v) { in test_vmull_laneq_s16()
542 int64x2_t test_vmull_laneq_s32(int32x2_t a, int32x4_t v) { in test_vmull_laneq_s32()
548 uint32x4_t test_vmull_laneq_u16(uint16x4_t a, uint16x8_t v) { in test_vmull_laneq_u16()
554 uint64x2_t test_vmull_laneq_u32(uint32x2_t a, uint32x4_t v) { in test_vmull_laneq_u32()
560 int32x4_t test_vmull_high_laneq_s16(int16x8_t a, int16x8_t v) { in test_vmull_high_laneq_s16()
566 int64x2_t test_vmull_high_laneq_s32(int32x4_t a, int32x4_t v) { in test_vmull_high_laneq_s32()
572 uint32x4_t test_vmull_high_laneq_u16(uint16x8_t a, uint16x8_t v) { in test_vmull_high_laneq_u16()
578 uint64x2_t test_vmull_high_laneq_u32(uint32x4_t a, uint32x4_t v) { in test_vmull_high_laneq_u32()
584 int32x4_t test_vqdmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlal_lane_s16()
590 int64x2_t test_vqdmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlal_lane_s32()
596 int32x4_t test_vqdmlal_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlal_high_lane_s16()
602 int64x2_t test_vqdmlal_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlal_high_lane_s32()
608 int32x4_t test_vqdmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlsl_lane_s16()
614 int64x2_t test_vqdmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlsl_lane_s32()
620 int32x4_t test_vqdmlsl_high_lane_s16(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlsl_high_lane_s16()
626 int64x2_t test_vqdmlsl_high_lane_s32(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlsl_high_lane_s32()
632 int32x4_t test_vqdmull_lane_s16(int16x4_t a, int16x4_t v) { in test_vqdmull_lane_s16()
638 int64x2_t test_vqdmull_lane_s32(int32x2_t a, int32x2_t v) { in test_vqdmull_lane_s32()
644 int32x4_t test_vqdmull_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqdmull_laneq_s16()
650 int64x2_t test_vqdmull_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqdmull_laneq_s32()
656 int32x4_t test_vqdmull_high_lane_s16(int16x8_t a, int16x4_t v) { in test_vqdmull_high_lane_s16()
662 int64x2_t test_vqdmull_high_lane_s32(int32x4_t a, int32x2_t v) { in test_vqdmull_high_lane_s32()
668 int32x4_t test_vqdmull_high_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqdmull_high_laneq_s16()
674 int64x2_t test_vqdmull_high_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqdmull_high_laneq_s32()
680 int16x4_t test_vqdmulh_lane_s16(int16x4_t a, int16x4_t v) { in test_vqdmulh_lane_s16()
686 int16x8_t test_vqdmulhq_lane_s16(int16x8_t a, int16x4_t v) { in test_vqdmulhq_lane_s16()
692 int32x2_t test_vqdmulh_lane_s32(int32x2_t a, int32x2_t v) { in test_vqdmulh_lane_s32()
698 int32x4_t test_vqdmulhq_lane_s32(int32x4_t a, int32x2_t v) { in test_vqdmulhq_lane_s32()
704 int16x4_t test_vqrdmulh_lane_s16(int16x4_t a, int16x4_t v) { in test_vqrdmulh_lane_s16()
710 int16x8_t test_vqrdmulhq_lane_s16(int16x8_t a, int16x4_t v) { in test_vqrdmulhq_lane_s16()
716 int32x2_t test_vqrdmulh_lane_s32(int32x2_t a, int32x2_t v) { in test_vqrdmulh_lane_s32()
722 int32x4_t test_vqrdmulhq_lane_s32(int32x4_t a, int32x2_t v) { in test_vqrdmulhq_lane_s32()
728 float32x2_t test_vmul_lane_f32(float32x2_t a, float32x2_t v) { in test_vmul_lane_f32()
735 float64x1_t test_vmul_lane_f64(float64x1_t a, float64x1_t v) { in test_vmul_lane_f64()
742 float32x4_t test_vmulq_lane_f32(float32x4_t a, float32x2_t v) { in test_vmulq_lane_f32()
748 float64x2_t test_vmulq_lane_f64(float64x2_t a, float64x1_t v) { in test_vmulq_lane_f64()
754 float32x2_t test_vmul_laneq_f32(float32x2_t a, float32x4_t v) { in test_vmul_laneq_f32()
760 float64x1_t test_vmul_laneq_f64(float64x1_t a, float64x2_t v) { in test_vmul_laneq_f64()
767 float32x4_t test_vmulq_laneq_f32(float32x4_t a, float32x4_t v) { in test_vmulq_laneq_f32()
773 float64x2_t test_vmulq_laneq_f64(float64x2_t a, float64x2_t v) { in test_vmulq_laneq_f64()
779 float32x2_t test_vmulx_lane_f32(float32x2_t a, float32x2_t v) { in test_vmulx_lane_f32()
785 float32x4_t test_vmulxq_lane_f32(float32x4_t a, float32x2_t v) { in test_vmulxq_lane_f32()
791 float64x2_t test_vmulxq_lane_f64(float64x2_t a, float64x1_t v) { in test_vmulxq_lane_f64()
797 float32x2_t test_vmulx_laneq_f32(float32x2_t a, float32x4_t v) { in test_vmulx_laneq_f32()
803 float32x4_t test_vmulxq_laneq_f32(float32x4_t a, float32x4_t v) { in test_vmulxq_laneq_f32()
809 float64x2_t test_vmulxq_laneq_f64(float64x2_t a, float64x2_t v) { in test_vmulxq_laneq_f64()
815 int16x4_t test_vmla_lane_s16_0(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16_0()
821 int16x8_t test_vmlaq_lane_s16_0(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16_0()
827 int32x2_t test_vmla_lane_s32_0(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32_0()
833 int32x4_t test_vmlaq_lane_s32_0(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32_0()
839 int16x4_t test_vmla_laneq_s16_0(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16_0()
845 int16x8_t test_vmlaq_laneq_s16_0(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16_0()
851 int32x2_t test_vmla_laneq_s32_0(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32_0()
857 int32x4_t test_vmlaq_laneq_s32_0(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32_0()
863 int16x4_t test_vmls_lane_s16_0(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16_0()
869 int16x8_t test_vmlsq_lane_s16_0(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16_0()
875 int32x2_t test_vmls_lane_s32_0(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmls_lane_s32_0()
881 int32x4_t test_vmlsq_lane_s32_0(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlsq_lane_s32_0()
887 int16x4_t test_vmls_laneq_s16_0(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmls_laneq_s16_0()
893 int16x8_t test_vmlsq_laneq_s16_0(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlsq_laneq_s16_0()
899 int32x2_t test_vmls_laneq_s32_0(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmls_laneq_s32_0()
905 int32x4_t test_vmlsq_laneq_s32_0(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlsq_laneq_s32_0()
911 int16x4_t test_vmul_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vmul_lane_s16_0()
917 int16x8_t test_vmulq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vmulq_lane_s16_0()
923 int32x2_t test_vmul_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vmul_lane_s32_0()
929 int32x4_t test_vmulq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vmulq_lane_s32_0()
935 uint16x4_t test_vmul_lane_u16_0(uint16x4_t a, uint16x4_t v) { in test_vmul_lane_u16_0()
941 uint16x8_t test_vmulq_lane_u16_0(uint16x8_t a, uint16x4_t v) { in test_vmulq_lane_u16_0()
947 uint32x2_t test_vmul_lane_u32_0(uint32x2_t a, uint32x2_t v) { in test_vmul_lane_u32_0()
953 uint32x4_t test_vmulq_lane_u32_0(uint32x4_t a, uint32x2_t v) { in test_vmulq_lane_u32_0()
959 int16x4_t test_vmul_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vmul_laneq_s16_0()
965 int16x8_t test_vmulq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vmulq_laneq_s16_0()
971 int32x2_t test_vmul_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vmul_laneq_s32_0()
977 int32x4_t test_vmulq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vmulq_laneq_s32_0()
983 uint16x4_t test_vmul_laneq_u16_0(uint16x4_t a, uint16x8_t v) { in test_vmul_laneq_u16_0()
989 uint16x8_t test_vmulq_laneq_u16_0(uint16x8_t a, uint16x8_t v) { in test_vmulq_laneq_u16_0()
995 uint32x2_t test_vmul_laneq_u32_0(uint32x2_t a, uint32x4_t v) { in test_vmul_laneq_u32_0()
1001 uint32x4_t test_vmulq_laneq_u32_0(uint32x4_t a, uint32x4_t v) { in test_vmulq_laneq_u32_0()
1007 float32x2_t test_vfma_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfma_lane_f32_0()
1013 float32x4_t test_vfmaq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmaq_lane_f32_0()
1019 float32x2_t test_vfma_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfma_laneq_f32_0()
1025 float32x4_t test_vfmaq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmaq_laneq_f32_0()
1031 float32x2_t test_vfms_lane_f32_0(float32x2_t a, float32x2_t b, float32x2_t v) { in test_vfms_lane_f32_0()
1037 float32x4_t test_vfmsq_lane_f32_0(float32x4_t a, float32x4_t b, float32x2_t v) { in test_vfmsq_lane_f32_0()
1043 float32x2_t test_vfms_laneq_f32_0(float32x2_t a, float32x2_t b, float32x4_t v) { in test_vfms_laneq_f32_0()
1049 float32x4_t test_vfmsq_laneq_f32_0(float32x4_t a, float32x4_t b, float32x4_t v) { in test_vfmsq_laneq_f32_0()
1055 float64x2_t test_vfmaq_laneq_f64_0(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmaq_laneq_f64_0()
1061 float64x2_t test_vfmsq_laneq_f64_0(float64x2_t a, float64x2_t b, float64x2_t v) { in test_vfmsq_laneq_f64_0()
1067 int32x4_t test_vmlal_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_s16_0()
1073 int64x2_t test_vmlal_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_s32_0()
1079 int32x4_t test_vmlal_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_s16_0()
1085 int64x2_t test_vmlal_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_s32_0()
1091 int32x4_t test_vmlal_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_s16_0()
1097 int64x2_t test_vmlal_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_s32_0()
1103 int32x4_t test_vmlal_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_s16_0()
1109 int64x2_t test_vmlal_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_s32_0()
1115 int32x4_t test_vmlsl_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_s16_0()
1121 int64x2_t test_vmlsl_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_s32_0()
1127 int32x4_t test_vmlsl_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_s16_0()
1133 int64x2_t test_vmlsl_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_s32_0()
1139 int32x4_t test_vmlsl_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_s16_0()
1145 int64x2_t test_vmlsl_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_s32_0()
1151 int32x4_t test_vmlsl_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_s16_0()
1157 int64x2_t test_vmlsl_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_s32_0()
1163 int32x4_t test_vmlal_lane_u16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlal_lane_u16_0()
1169 int64x2_t test_vmlal_lane_u32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlal_lane_u32_0()
1175 int32x4_t test_vmlal_laneq_u16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlal_laneq_u16_0()
1181 int64x2_t test_vmlal_laneq_u32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlal_laneq_u32_0()
1187 int32x4_t test_vmlal_high_lane_u16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlal_high_lane_u16_0()
1193 int64x2_t test_vmlal_high_lane_u32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlal_high_lane_u32_0()
1199 int32x4_t test_vmlal_high_laneq_u16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlal_high_laneq_u16_0()
1205 int64x2_t test_vmlal_high_laneq_u32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlal_high_laneq_u32_0()
1211 int32x4_t test_vmlsl_lane_u16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vmlsl_lane_u16_0()
1217 int64x2_t test_vmlsl_lane_u32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vmlsl_lane_u32_0()
1223 int32x4_t test_vmlsl_laneq_u16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vmlsl_laneq_u16_0()
1229 int64x2_t test_vmlsl_laneq_u32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vmlsl_laneq_u32_0()
1235 int32x4_t test_vmlsl_high_lane_u16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vmlsl_high_lane_u16_0()
1241 int64x2_t test_vmlsl_high_lane_u32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vmlsl_high_lane_u32_0()
1247 int32x4_t test_vmlsl_high_laneq_u16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vmlsl_high_laneq_u16_0()
1253 int64x2_t test_vmlsl_high_laneq_u32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vmlsl_high_laneq_u32_0()
1259 int32x4_t test_vmull_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vmull_lane_s16_0()
1265 int64x2_t test_vmull_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vmull_lane_s32_0()
1271 uint32x4_t test_vmull_lane_u16_0(uint16x4_t a, uint16x4_t v) { in test_vmull_lane_u16_0()
1277 uint64x2_t test_vmull_lane_u32_0(uint32x2_t a, uint32x2_t v) { in test_vmull_lane_u32_0()
1283 int32x4_t test_vmull_high_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vmull_high_lane_s16_0()
1289 int64x2_t test_vmull_high_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vmull_high_lane_s32_0()
1295 uint32x4_t test_vmull_high_lane_u16_0(uint16x8_t a, uint16x4_t v) { in test_vmull_high_lane_u16_0()
1301 uint64x2_t test_vmull_high_lane_u32_0(uint32x4_t a, uint32x2_t v) { in test_vmull_high_lane_u32_0()
1307 int32x4_t test_vmull_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vmull_laneq_s16_0()
1313 int64x2_t test_vmull_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vmull_laneq_s32_0()
1319 uint32x4_t test_vmull_laneq_u16_0(uint16x4_t a, uint16x8_t v) { in test_vmull_laneq_u16_0()
1325 uint64x2_t test_vmull_laneq_u32_0(uint32x2_t a, uint32x4_t v) { in test_vmull_laneq_u32_0()
1331 int32x4_t test_vmull_high_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vmull_high_laneq_s16_0()
1337 int64x2_t test_vmull_high_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vmull_high_laneq_s32_0()
1343 uint32x4_t test_vmull_high_laneq_u16_0(uint16x8_t a, uint16x8_t v) { in test_vmull_high_laneq_u16_0()
1349 uint64x2_t test_vmull_high_laneq_u32_0(uint32x4_t a, uint32x4_t v) { in test_vmull_high_laneq_u32_0()
1355 int32x4_t test_vqdmlal_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlal_lane_s16_0()
1361 int64x2_t test_vqdmlal_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlal_lane_s32_0()
1367 int32x4_t test_vqdmlal_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlal_high_lane_s16_0()
1373 int64x2_t test_vqdmlal_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlal_high_lane_s32_0()
1379 int32x4_t test_vqdmlsl_lane_s16_0(int32x4_t a, int16x4_t b, int16x4_t v) { in test_vqdmlsl_lane_s16_0()
1385 int64x2_t test_vqdmlsl_lane_s32_0(int64x2_t a, int32x2_t b, int32x2_t v) { in test_vqdmlsl_lane_s32_0()
1391 int32x4_t test_vqdmlsl_high_lane_s16_0(int32x4_t a, int16x8_t b, int16x4_t v) { in test_vqdmlsl_high_lane_s16_0()
1397 int64x2_t test_vqdmlsl_high_lane_s32_0(int64x2_t a, int32x4_t b, int32x2_t v) { in test_vqdmlsl_high_lane_s32_0()
1403 int32x4_t test_vqdmull_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqdmull_lane_s16_0()
1409 int64x2_t test_vqdmull_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqdmull_lane_s32_0()
1415 int32x4_t test_vqdmull_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqdmull_laneq_s16_0()
1421 int64x2_t test_vqdmull_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqdmull_laneq_s32_0()
1427 int32x4_t test_vqdmull_high_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqdmull_high_lane_s16_0()
1433 int64x2_t test_vqdmull_high_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqdmull_high_lane_s32_0()
1439 int32x4_t test_vqdmull_high_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqdmull_high_laneq_s16_0()
1445 int64x2_t test_vqdmull_high_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqdmull_high_laneq_s32_0()
1451 int16x4_t test_vqdmulh_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqdmulh_lane_s16_0()
1457 int16x8_t test_vqdmulhq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqdmulhq_lane_s16_0()
1463 int32x2_t test_vqdmulh_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqdmulh_lane_s32_0()
1469 int32x4_t test_vqdmulhq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqdmulhq_lane_s32_0()
1475 int16x4_t test_vqrdmulh_lane_s16_0(int16x4_t a, int16x4_t v) { in test_vqrdmulh_lane_s16_0()
1481 int16x8_t test_vqrdmulhq_lane_s16_0(int16x8_t a, int16x4_t v) { in test_vqrdmulhq_lane_s16_0()
1487 int32x2_t test_vqrdmulh_lane_s32_0(int32x2_t a, int32x2_t v) { in test_vqrdmulh_lane_s32_0()
1493 int32x4_t test_vqrdmulhq_lane_s32_0(int32x4_t a, int32x2_t v) { in test_vqrdmulhq_lane_s32_0()
1499 float32x2_t test_vmul_lane_f32_0(float32x2_t a, float32x2_t v) { in test_vmul_lane_f32_0()
1505 float32x4_t test_vmulq_lane_f32_0(float32x4_t a, float32x2_t v) { in test_vmulq_lane_f32_0()
1511 float32x2_t test_vmul_laneq_f32_0(float32x2_t a, float32x4_t v) { in test_vmul_laneq_f32_0()
1517 float64x1_t test_vmul_laneq_f64_0(float64x1_t a, float64x2_t v) { in test_vmul_laneq_f64_0()
1523 float32x4_t test_vmulq_laneq_f32_0(float32x4_t a, float32x4_t v) { in test_vmulq_laneq_f32_0()
1529 float64x2_t test_vmulq_laneq_f64_0(float64x2_t a, float64x2_t v) { in test_vmulq_laneq_f64_0()
1535 float32x2_t test_vmulx_lane_f32_0(float32x2_t a, float32x2_t v) { in test_vmulx_lane_f32_0()
1541 float32x4_t test_vmulxq_lane_f32_0(float32x4_t a, float32x2_t v) { in test_vmulxq_lane_f32_0()
1547 float64x2_t test_vmulxq_lane_f64_0(float64x2_t a, float64x1_t v) { in test_vmulxq_lane_f64_0()
1553 float32x2_t test_vmulx_laneq_f32_0(float32x2_t a, float32x4_t v) { in test_vmulx_laneq_f32_0()
1559 float32x4_t test_vmulxq_laneq_f32_0(float32x4_t a, float32x4_t v) { in test_vmulxq_laneq_f32_0()
1565 float64x2_t test_vmulxq_laneq_f64_0(float64x2_t a, float64x2_t v) { in test_vmulxq_laneq_f64_0()
2069 uint16x4_t test_vmla_lane_u16_0(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmla_lane_u16_0()
2075 uint16x8_t test_vmlaq_lane_u16_0(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlaq_lane_u16_0()
2081 uint32x2_t test_vmla_lane_u32_0(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmla_lane_u32_0()
2087 uint32x4_t test_vmlaq_lane_u32_0(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlaq_lane_u32_0()
2093 uint16x4_t test_vmla_laneq_u16_0(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmla_laneq_u16_0()
2099 uint16x8_t test_vmlaq_laneq_u16_0(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlaq_laneq_u16_0()
2105 uint32x2_t test_vmla_laneq_u32_0(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmla_laneq_u32_0()
2111 uint32x4_t test_vmlaq_laneq_u32_0(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlaq_laneq_u32_0()
2117 int32x4_t test_vqdmlal_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlal_laneq_s16_0()
2123 int64x2_t test_vqdmlal_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlal_laneq_s32_0()
2129 int32x4_t test_vqdmlal_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlal_high_laneq_s16_0()
2135 int64x2_t test_vqdmlal_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlal_high_laneq_s32_0()
2141 uint16x4_t test_vmls_lane_u16_0(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmls_lane_u16_0()
2147 uint16x8_t test_vmlsq_lane_u16_0(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlsq_lane_u16_0()
2153 uint32x2_t test_vmls_lane_u32_0(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmls_lane_u32_0()
2159 uint32x4_t test_vmlsq_lane_u32_0(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlsq_lane_u32_0()
2165 uint16x4_t test_vmls_laneq_u16_0(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmls_laneq_u16_0()
2171 uint16x8_t test_vmlsq_laneq_u16_0(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlsq_laneq_u16_0()
2177 uint32x2_t test_vmls_laneq_u32_0(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmls_laneq_u32_0()
2183 uint32x4_t test_vmlsq_laneq_u32_0(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlsq_laneq_u32_0()
2189 int32x4_t test_vqdmlsl_laneq_s16_0(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlsl_laneq_s16_0()
2195 int64x2_t test_vqdmlsl_laneq_s32_0(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlsl_laneq_s32_0()
2201 int32x4_t test_vqdmlsl_high_laneq_s16_0(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlsl_high_laneq_s16_0()
2207 int64x2_t test_vqdmlsl_high_laneq_s32_0(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlsl_high_laneq_s32_0()
2213 int16x4_t test_vqdmulh_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqdmulh_laneq_s16_0()
2219 int16x8_t test_vqdmulhq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqdmulhq_laneq_s16_0()
2225 int32x2_t test_vqdmulh_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqdmulh_laneq_s32_0()
2231 int32x4_t test_vqdmulhq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqdmulhq_laneq_s32_0()
2237 int16x4_t test_vqrdmulh_laneq_s16_0(int16x4_t a, int16x8_t v) { in test_vqrdmulh_laneq_s16_0()
2243 int16x8_t test_vqrdmulhq_laneq_s16_0(int16x8_t a, int16x8_t v) { in test_vqrdmulhq_laneq_s16_0()
2249 int32x2_t test_vqrdmulh_laneq_s32_0(int32x2_t a, int32x4_t v) { in test_vqrdmulh_laneq_s32_0()
2255 int32x4_t test_vqrdmulhq_laneq_s32_0(int32x4_t a, int32x4_t v) { in test_vqrdmulhq_laneq_s32_0()
2261 uint16x4_t test_vmla_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmla_lane_u16()
2267 uint16x8_t test_vmlaq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlaq_lane_u16()
2273 uint32x2_t test_vmla_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmla_lane_u32()
2279 uint32x4_t test_vmlaq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlaq_lane_u32()
2285 uint16x4_t test_vmla_laneq_u16(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmla_laneq_u16()
2291 uint16x8_t test_vmlaq_laneq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlaq_laneq_u16()
2297 uint32x2_t test_vmla_laneq_u32(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmla_laneq_u32()
2303 uint32x4_t test_vmlaq_laneq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlaq_laneq_u32()
2309 int32x4_t test_vqdmlal_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlal_laneq_s16()
2315 int64x2_t test_vqdmlal_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlal_laneq_s32()
2321 int32x4_t test_vqdmlal_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlal_high_laneq_s16()
2327 int64x2_t test_vqdmlal_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlal_high_laneq_s32()
2333 uint16x4_t test_vmls_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t v) { in test_vmls_lane_u16()
2339 uint16x8_t test_vmlsq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t v) { in test_vmlsq_lane_u16()
2345 uint32x2_t test_vmls_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t v) { in test_vmls_lane_u32()
2351 uint32x4_t test_vmlsq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t v) { in test_vmlsq_lane_u32()
2357 uint16x4_t test_vmls_laneq_u16(uint16x4_t a, uint16x4_t b, uint16x8_t v) { in test_vmls_laneq_u16()
2363 uint16x8_t test_vmlsq_laneq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t v) { in test_vmlsq_laneq_u16()
2369 uint32x2_t test_vmls_laneq_u32(uint32x2_t a, uint32x2_t b, uint32x4_t v) { in test_vmls_laneq_u32()
2375 uint32x4_t test_vmlsq_laneq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t v) { in test_vmlsq_laneq_u32()
2381 int32x4_t test_vqdmlsl_laneq_s16(int32x4_t a, int16x4_t b, int16x8_t v) { in test_vqdmlsl_laneq_s16()
2387 int64x2_t test_vqdmlsl_laneq_s32(int64x2_t a, int32x2_t b, int32x4_t v) { in test_vqdmlsl_laneq_s32()
2393 int32x4_t test_vqdmlsl_high_laneq_s16(int32x4_t a, int16x8_t b, int16x8_t v) { in test_vqdmlsl_high_laneq_s16()
2399 int64x2_t test_vqdmlsl_high_laneq_s32(int64x2_t a, int32x4_t b, int32x4_t v) { in test_vqdmlsl_high_laneq_s32()
2405 int16x4_t test_vqdmulh_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqdmulh_laneq_s16()
2411 int16x8_t test_vqdmulhq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqdmulhq_laneq_s16()
2417 int32x2_t test_vqdmulh_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqdmulh_laneq_s32()
2423 int32x4_t test_vqdmulhq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqdmulhq_laneq_s32()
2429 int16x4_t test_vqrdmulh_laneq_s16(int16x4_t a, int16x8_t v) { in test_vqrdmulh_laneq_s16()
2435 int16x8_t test_vqrdmulhq_laneq_s16(int16x8_t a, int16x8_t v) { in test_vqrdmulhq_laneq_s16()
2441 int32x2_t test_vqrdmulh_laneq_s32(int32x2_t a, int32x4_t v) { in test_vqrdmulh_laneq_s32()
2447 int32x4_t test_vqrdmulhq_laneq_s32(int32x4_t a, int32x4_t v) { in test_vqrdmulhq_laneq_s32()