• Home
  • Raw
  • Download

Lines Matching defs:a

7 uint8x16_t test_vld1q_dup_u8(uint8_t  *a) {  in test_vld1q_dup_u8()
13 uint16x8_t test_vld1q_dup_u16(uint16_t *a) { in test_vld1q_dup_u16()
19 uint32x4_t test_vld1q_dup_u32(uint32_t *a) { in test_vld1q_dup_u32()
25 uint64x2_t test_vld1q_dup_u64(uint64_t *a) { in test_vld1q_dup_u64()
31 int8x16_t test_vld1q_dup_s8(int8_t *a) { in test_vld1q_dup_s8()
37 int16x8_t test_vld1q_dup_s16(int16_t *a) { in test_vld1q_dup_s16()
43 int32x4_t test_vld1q_dup_s32(int32_t *a) { in test_vld1q_dup_s32()
49 int64x2_t test_vld1q_dup_s64(int64_t *a) { in test_vld1q_dup_s64()
55 float16x8_t test_vld1q_dup_f16(float16_t *a) { in test_vld1q_dup_f16()
61 float32x4_t test_vld1q_dup_f32(float32_t *a) { in test_vld1q_dup_f32()
67 float64x2_t test_vld1q_dup_f64(float64_t *a) { in test_vld1q_dup_f64()
73 poly8x16_t test_vld1q_dup_p8(poly8_t *a) { in test_vld1q_dup_p8()
79 poly16x8_t test_vld1q_dup_p16(poly16_t *a) { in test_vld1q_dup_p16()
85 poly64x2_t test_vld1q_dup_p64(poly64_t *a) { in test_vld1q_dup_p64()
91 uint8x8_t test_vld1_dup_u8(uint8_t *a) { in test_vld1_dup_u8()
97 uint16x4_t test_vld1_dup_u16(uint16_t *a) { in test_vld1_dup_u16()
103 uint32x2_t test_vld1_dup_u32(uint32_t *a) { in test_vld1_dup_u32()
109 uint64x1_t test_vld1_dup_u64(uint64_t *a) { in test_vld1_dup_u64()
115 int8x8_t test_vld1_dup_s8(int8_t *a) { in test_vld1_dup_s8()
121 int16x4_t test_vld1_dup_s16(int16_t *a) { in test_vld1_dup_s16()
127 int32x2_t test_vld1_dup_s32(int32_t *a) { in test_vld1_dup_s32()
133 int64x1_t test_vld1_dup_s64(int64_t *a) { in test_vld1_dup_s64()
139 float16x4_t test_vld1_dup_f16(float16_t *a) { in test_vld1_dup_f16()
145 float32x2_t test_vld1_dup_f32(float32_t *a) { in test_vld1_dup_f32()
151 float64x1_t test_vld1_dup_f64(float64_t *a) { in test_vld1_dup_f64()
157 poly8x8_t test_vld1_dup_p8(poly8_t *a) { in test_vld1_dup_p8()
163 poly16x4_t test_vld1_dup_p16(poly16_t *a) { in test_vld1_dup_p16()
169 poly64x1_t test_vld1_dup_p64(poly64_t *a) { in test_vld1_dup_p64()
175 uint8x16x2_t test_vld2q_dup_u8(uint8_t *a) { in test_vld2q_dup_u8()
181 uint16x8x2_t test_vld2q_dup_u16(uint16_t *a) { in test_vld2q_dup_u16()
187 uint32x4x2_t test_vld2q_dup_u32(uint32_t *a) { in test_vld2q_dup_u32()
193 uint64x2x2_t test_vld2q_dup_u64(uint64_t *a) { in test_vld2q_dup_u64()
199 int8x16x2_t test_vld2q_dup_s8(int8_t *a) { in test_vld2q_dup_s8()
205 int16x8x2_t test_vld2q_dup_s16(int16_t *a) { in test_vld2q_dup_s16()
211 int32x4x2_t test_vld2q_dup_s32(int32_t *a) { in test_vld2q_dup_s32()
217 int64x2x2_t test_vld2q_dup_s64(int64_t *a) { in test_vld2q_dup_s64()
223 float16x8x2_t test_vld2q_dup_f16(float16_t *a) { in test_vld2q_dup_f16()
229 float32x4x2_t test_vld2q_dup_f32(float32_t *a) { in test_vld2q_dup_f32()
235 float64x2x2_t test_vld2q_dup_f64(float64_t *a) { in test_vld2q_dup_f64()
241 poly8x16x2_t test_vld2q_dup_p8(poly8_t *a) { in test_vld2q_dup_p8()
247 poly16x8x2_t test_vld2q_dup_p16(poly16_t *a) { in test_vld2q_dup_p16()
253 poly64x2x2_t test_vld2q_dup_p64(poly64_t *a) { in test_vld2q_dup_p64()
259 uint8x8x2_t test_vld2_dup_u8(uint8_t *a) { in test_vld2_dup_u8()
265 uint16x4x2_t test_vld2_dup_u16(uint16_t *a) { in test_vld2_dup_u16()
271 uint32x2x2_t test_vld2_dup_u32(uint32_t *a) { in test_vld2_dup_u32()
277 uint64x1x2_t test_vld2_dup_u64(uint64_t *a) { in test_vld2_dup_u64()
283 int8x8x2_t test_vld2_dup_s8(int8_t *a) { in test_vld2_dup_s8()
289 int16x4x2_t test_vld2_dup_s16(int16_t *a) { in test_vld2_dup_s16()
295 int32x2x2_t test_vld2_dup_s32(int32_t *a) { in test_vld2_dup_s32()
301 int64x1x2_t test_vld2_dup_s64(int64_t *a) { in test_vld2_dup_s64()
307 float16x4x2_t test_vld2_dup_f16(float16_t *a) { in test_vld2_dup_f16()
313 float32x2x2_t test_vld2_dup_f32(float32_t *a) { in test_vld2_dup_f32()
319 float64x1x2_t test_vld2_dup_f64(float64_t *a) { in test_vld2_dup_f64()
325 poly8x8x2_t test_vld2_dup_p8(poly8_t *a) { in test_vld2_dup_p8()
331 poly16x4x2_t test_vld2_dup_p16(poly16_t *a) { in test_vld2_dup_p16()
337 poly64x1x2_t test_vld2_dup_p64(poly64_t *a) { in test_vld2_dup_p64()
343 uint8x16x3_t test_vld3q_dup_u8(uint8_t *a) { in test_vld3q_dup_u8()
350 uint16x8x3_t test_vld3q_dup_u16(uint16_t *a) { in test_vld3q_dup_u16()
357 uint32x4x3_t test_vld3q_dup_u32(uint32_t *a) { in test_vld3q_dup_u32()
364 uint64x2x3_t test_vld3q_dup_u64(uint64_t *a) { in test_vld3q_dup_u64()
371 int8x16x3_t test_vld3q_dup_s8(int8_t *a) { in test_vld3q_dup_s8()
378 int16x8x3_t test_vld3q_dup_s16(int16_t *a) { in test_vld3q_dup_s16()
385 int32x4x3_t test_vld3q_dup_s32(int32_t *a) { in test_vld3q_dup_s32()
392 int64x2x3_t test_vld3q_dup_s64(int64_t *a) { in test_vld3q_dup_s64()
399 float16x8x3_t test_vld3q_dup_f16(float16_t *a) { in test_vld3q_dup_f16()
406 float32x4x3_t test_vld3q_dup_f32(float32_t *a) { in test_vld3q_dup_f32()
413 float64x2x3_t test_vld3q_dup_f64(float64_t *a) { in test_vld3q_dup_f64()
420 poly8x16x3_t test_vld3q_dup_p8(poly8_t *a) { in test_vld3q_dup_p8()
427 poly16x8x3_t test_vld3q_dup_p16(poly16_t *a) { in test_vld3q_dup_p16()
434 poly64x2x3_t test_vld3q_dup_p64(poly64_t *a) { in test_vld3q_dup_p64()
441 uint8x8x3_t test_vld3_dup_u8(uint8_t *a) { in test_vld3_dup_u8()
448 uint16x4x3_t test_vld3_dup_u16(uint16_t *a) { in test_vld3_dup_u16()
455 uint32x2x3_t test_vld3_dup_u32(uint32_t *a) { in test_vld3_dup_u32()
462 uint64x1x3_t test_vld3_dup_u64(uint64_t *a) { in test_vld3_dup_u64()
469 int8x8x3_t test_vld3_dup_s8(int8_t *a) { in test_vld3_dup_s8()
476 int16x4x3_t test_vld3_dup_s16(int16_t *a) { in test_vld3_dup_s16()
483 int32x2x3_t test_vld3_dup_s32(int32_t *a) { in test_vld3_dup_s32()
490 int64x1x3_t test_vld3_dup_s64(int64_t *a) { in test_vld3_dup_s64()
497 float16x4x3_t test_vld3_dup_f16(float16_t *a) { in test_vld3_dup_f16()
504 float32x2x3_t test_vld3_dup_f32(float32_t *a) { in test_vld3_dup_f32()
511 float64x1x3_t test_vld3_dup_f64(float64_t *a) { in test_vld3_dup_f64()
518 poly8x8x3_t test_vld3_dup_p8(poly8_t *a) { in test_vld3_dup_p8()
525 poly16x4x3_t test_vld3_dup_p16(poly16_t *a) { in test_vld3_dup_p16()
532 poly64x1x3_t test_vld3_dup_p64(poly64_t *a) { in test_vld3_dup_p64()
539 uint8x16x4_t test_vld4q_dup_u8(uint8_t *a) { in test_vld4q_dup_u8()
545 uint16x8x4_t test_vld4q_dup_u16(uint16_t *a) { in test_vld4q_dup_u16()
551 uint32x4x4_t test_vld4q_dup_u32(uint32_t *a) { in test_vld4q_dup_u32()
557 uint64x2x4_t test_vld4q_dup_u64(uint64_t *a) { in test_vld4q_dup_u64()
563 int8x16x4_t test_vld4q_dup_s8(int8_t *a) { in test_vld4q_dup_s8()
569 int16x8x4_t test_vld4q_dup_s16(int16_t *a) { in test_vld4q_dup_s16()
575 int32x4x4_t test_vld4q_dup_s32(int32_t *a) { in test_vld4q_dup_s32()
581 int64x2x4_t test_vld4q_dup_s64(int64_t *a) { in test_vld4q_dup_s64()
587 float16x8x4_t test_vld4q_dup_f16(float16_t *a) { in test_vld4q_dup_f16()
593 float32x4x4_t test_vld4q_dup_f32(float32_t *a) { in test_vld4q_dup_f32()
599 float64x2x4_t test_vld4q_dup_f64(float64_t *a) { in test_vld4q_dup_f64()
605 poly8x16x4_t test_vld4q_dup_p8(poly8_t *a) { in test_vld4q_dup_p8()
611 poly16x8x4_t test_vld4q_dup_p16(poly16_t *a) { in test_vld4q_dup_p16()
617 poly64x2x4_t test_vld4q_dup_p64(poly64_t *a) { in test_vld4q_dup_p64()
623 uint8x8x4_t test_vld4_dup_u8(uint8_t *a) { in test_vld4_dup_u8()
629 uint16x4x4_t test_vld4_dup_u16(uint16_t *a) { in test_vld4_dup_u16()
635 uint32x2x4_t test_vld4_dup_u32(uint32_t *a) { in test_vld4_dup_u32()
641 uint64x1x4_t test_vld4_dup_u64(uint64_t *a) { in test_vld4_dup_u64()
647 int8x8x4_t test_vld4_dup_s8(int8_t *a) { in test_vld4_dup_s8()
653 int16x4x4_t test_vld4_dup_s16(int16_t *a) { in test_vld4_dup_s16()
659 int32x2x4_t test_vld4_dup_s32(int32_t *a) { in test_vld4_dup_s32()
665 int64x1x4_t test_vld4_dup_s64(int64_t *a) { in test_vld4_dup_s64()
671 float16x4x4_t test_vld4_dup_f16(float16_t *a) { in test_vld4_dup_f16()
677 float32x2x4_t test_vld4_dup_f32(float32_t *a) { in test_vld4_dup_f32()
683 float64x1x4_t test_vld4_dup_f64(float64_t *a) { in test_vld4_dup_f64()
689 poly8x8x4_t test_vld4_dup_p8(poly8_t *a) { in test_vld4_dup_p8()
695 poly16x4x4_t test_vld4_dup_p16(poly16_t *a) { in test_vld4_dup_p16()
701 poly64x1x4_t test_vld4_dup_p64(poly64_t *a) { in test_vld4_dup_p64()
707 uint8x16_t test_vld1q_lane_u8(uint8_t *a, uint8x16_t b) { in test_vld1q_lane_u8()
713 uint16x8_t test_vld1q_lane_u16(uint16_t *a, uint16x8_t b) { in test_vld1q_lane_u16()
719 uint32x4_t test_vld1q_lane_u32(uint32_t *a, uint32x4_t b) { in test_vld1q_lane_u32()
725 uint64x2_t test_vld1q_lane_u64(uint64_t *a, uint64x2_t b) { in test_vld1q_lane_u64()
731 int8x16_t test_vld1q_lane_s8(int8_t *a, int8x16_t b) { in test_vld1q_lane_s8()
737 int16x8_t test_vld1q_lane_s16(int16_t *a, int16x8_t b) { in test_vld1q_lane_s16()
743 int32x4_t test_vld1q_lane_s32(int32_t *a, int32x4_t b) { in test_vld1q_lane_s32()
749 int64x2_t test_vld1q_lane_s64(int64_t *a, int64x2_t b) { in test_vld1q_lane_s64()
755 float16x8_t test_vld1q_lane_f16(float16_t *a, float16x8_t b) { in test_vld1q_lane_f16()
761 float32x4_t test_vld1q_lane_f32(float32_t *a, float32x4_t b) { in test_vld1q_lane_f32()
767 float64x2_t test_vld1q_lane_f64(float64_t *a, float64x2_t b) { in test_vld1q_lane_f64()
773 poly8x16_t test_vld1q_lane_p8(poly8_t *a, poly8x16_t b) { in test_vld1q_lane_p8()
779 poly16x8_t test_vld1q_lane_p16(poly16_t *a, poly16x8_t b) { in test_vld1q_lane_p16()
785 poly64x2_t test_vld1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vld1q_lane_p64()
791 uint8x8_t test_vld1_lane_u8(uint8_t *a, uint8x8_t b) { in test_vld1_lane_u8()
797 uint16x4_t test_vld1_lane_u16(uint16_t *a, uint16x4_t b) { in test_vld1_lane_u16()
803 uint32x2_t test_vld1_lane_u32(uint32_t *a, uint32x2_t b) { in test_vld1_lane_u32()
809 uint64x1_t test_vld1_lane_u64(uint64_t *a, uint64x1_t b) { in test_vld1_lane_u64()
815 int8x8_t test_vld1_lane_s8(int8_t *a, int8x8_t b) { in test_vld1_lane_s8()
821 int16x4_t test_vld1_lane_s16(int16_t *a, int16x4_t b) { in test_vld1_lane_s16()
827 int32x2_t test_vld1_lane_s32(int32_t *a, int32x2_t b) { in test_vld1_lane_s32()
833 int64x1_t test_vld1_lane_s64(int64_t *a, int64x1_t b) { in test_vld1_lane_s64()
839 float16x4_t test_vld1_lane_f16(float16_t *a, float16x4_t b) { in test_vld1_lane_f16()
845 float32x2_t test_vld1_lane_f32(float32_t *a, float32x2_t b) { in test_vld1_lane_f32()
851 float64x1_t test_vld1_lane_f64(float64_t *a, float64x1_t b) { in test_vld1_lane_f64()
857 poly8x8_t test_vld1_lane_p8(poly8_t *a, poly8x8_t b) { in test_vld1_lane_p8()
863 poly16x4_t test_vld1_lane_p16(poly16_t *a, poly16x4_t b) { in test_vld1_lane_p16()
869 poly64x1_t test_vld1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vld1_lane_p64()
905 uint16x8x2_t test_vld2q_lane_u16(uint16_t *a, uint16x8x2_t b) { in test_vld2q_lane_u16()
911 uint32x4x2_t test_vld2q_lane_u32(uint32_t *a, uint32x4x2_t b) { in test_vld2q_lane_u32()
917 uint64x2x2_t test_vld2q_lane_u64(uint64_t *a, uint64x2x2_t b) { in test_vld2q_lane_u64()
923 int16x8x2_t test_vld2q_lane_s16(int16_t *a, int16x8x2_t b) { in test_vld2q_lane_s16()
929 int32x4x2_t test_vld2q_lane_s32(int32_t *a, int32x4x2_t b) { in test_vld2q_lane_s32()
935 int64x2x2_t test_vld2q_lane_s64(int64_t *a, int64x2x2_t b) { in test_vld2q_lane_s64()
941 float16x8x2_t test_vld2q_lane_f16(float16_t *a, float16x8x2_t b) { in test_vld2q_lane_f16()
947 float32x4x2_t test_vld2q_lane_f32(float32_t *a, float32x4x2_t b) { in test_vld2q_lane_f32()
953 float64x2x2_t test_vld2q_lane_f64(float64_t *a, float64x2x2_t b) { in test_vld2q_lane_f64()
959 poly16x8x2_t test_vld2q_lane_p16(poly16_t *a, poly16x8x2_t b) { in test_vld2q_lane_p16()
965 poly64x2x2_t test_vld2q_lane_p64(poly64_t *a, poly64x2x2_t b) { in test_vld2q_lane_p64()
971 uint8x8x2_t test_vld2_lane_u8(uint8_t *a, uint8x8x2_t b) { in test_vld2_lane_u8()
977 uint16x4x2_t test_vld2_lane_u16(uint16_t *a, uint16x4x2_t b) { in test_vld2_lane_u16()
983 uint32x2x2_t test_vld2_lane_u32(uint32_t *a, uint32x2x2_t b) { in test_vld2_lane_u32()
989 uint64x1x2_t test_vld2_lane_u64(uint64_t *a, uint64x1x2_t b) { in test_vld2_lane_u64()
995 int8x8x2_t test_vld2_lane_s8(int8_t *a, int8x8x2_t b) { in test_vld2_lane_s8()
1001 int16x4x2_t test_vld2_lane_s16(int16_t *a, int16x4x2_t b) { in test_vld2_lane_s16()
1007 int32x2x2_t test_vld2_lane_s32(int32_t *a, int32x2x2_t b) { in test_vld2_lane_s32()
1013 int64x1x2_t test_vld2_lane_s64(int64_t *a, int64x1x2_t b) { in test_vld2_lane_s64()
1019 float16x4x2_t test_vld2_lane_f16(float16_t *a, float16x4x2_t b) { in test_vld2_lane_f16()
1025 float32x2x2_t test_vld2_lane_f32(float32_t *a, float32x2x2_t b) { in test_vld2_lane_f32()
1031 float64x1x2_t test_vld2_lane_f64(float64_t *a, float64x1x2_t b) { in test_vld2_lane_f64()
1037 poly8x8x2_t test_vld2_lane_p8(poly8_t *a, poly8x8x2_t b) { in test_vld2_lane_p8()
1043 poly16x4x2_t test_vld2_lane_p16(poly16_t *a, poly16x4x2_t b) { in test_vld2_lane_p16()
1049 poly64x1x2_t test_vld2_lane_p64(poly64_t *a, poly64x1x2_t b) { in test_vld2_lane_p64()
1055 uint16x8x3_t test_vld3q_lane_u16(uint16_t *a, uint16x8x3_t b) { in test_vld3q_lane_u16()
1061 uint32x4x3_t test_vld3q_lane_u32(uint32_t *a, uint32x4x3_t b) { in test_vld3q_lane_u32()
1067 uint64x2x3_t test_vld3q_lane_u64(uint64_t *a, uint64x2x3_t b) { in test_vld3q_lane_u64()
1073 int16x8x3_t test_vld3q_lane_s16(int16_t *a, int16x8x3_t b) { in test_vld3q_lane_s16()
1079 int32x4x3_t test_vld3q_lane_s32(int32_t *a, int32x4x3_t b) { in test_vld3q_lane_s32()
1085 int64x2x3_t test_vld3q_lane_s64(int64_t *a, int64x2x3_t b) { in test_vld3q_lane_s64()
1091 float16x8x3_t test_vld3q_lane_f16(float16_t *a, float16x8x3_t b) { in test_vld3q_lane_f16()
1097 float32x4x3_t test_vld3q_lane_f32(float32_t *a, float32x4x3_t b) { in test_vld3q_lane_f32()
1103 float64x2x3_t test_vld3q_lane_f64(float64_t *a, float64x2x3_t b) { in test_vld3q_lane_f64()
1109 poly8x16x3_t test_vld3q_lane_p8(poly8_t *a, poly8x16x3_t b) { in test_vld3q_lane_p8()
1115 poly16x8x3_t test_vld3q_lane_p16(poly16_t *a, poly16x8x3_t b) { in test_vld3q_lane_p16()
1121 poly64x2x3_t test_vld3q_lane_p64(poly64_t *a, poly64x2x3_t b) { in test_vld3q_lane_p64()
1127 uint8x8x3_t test_vld3_lane_u8(uint8_t *a, uint8x8x3_t b) { in test_vld3_lane_u8()
1133 uint16x4x3_t test_vld3_lane_u16(uint16_t *a, uint16x4x3_t b) { in test_vld3_lane_u16()
1139 uint32x2x3_t test_vld3_lane_u32(uint32_t *a, uint32x2x3_t b) { in test_vld3_lane_u32()
1145 uint64x1x3_t test_vld3_lane_u64(uint64_t *a, uint64x1x3_t b) { in test_vld3_lane_u64()
1151 int8x8x3_t test_vld3_lane_s8(int8_t *a, int8x8x3_t b) { in test_vld3_lane_s8()
1157 int16x4x3_t test_vld3_lane_s16(int16_t *a, int16x4x3_t b) { in test_vld3_lane_s16()
1163 int32x2x3_t test_vld3_lane_s32(int32_t *a, int32x2x3_t b) { in test_vld3_lane_s32()
1169 int64x1x3_t test_vld3_lane_s64(int64_t *a, int64x1x3_t b) { in test_vld3_lane_s64()
1175 float16x4x3_t test_vld3_lane_f16(float16_t *a, float16x4x3_t b) { in test_vld3_lane_f16()
1181 float32x2x3_t test_vld3_lane_f32(float32_t *a, float32x2x3_t b) { in test_vld3_lane_f32()
1187 float64x1x3_t test_vld3_lane_f64(float64_t *a, float64x1x3_t b) { in test_vld3_lane_f64()
1193 poly8x8x3_t test_vld3_lane_p8(poly8_t *a, poly8x8x3_t b) { in test_vld3_lane_p8()
1199 poly16x4x3_t test_vld3_lane_p16(poly16_t *a, poly16x4x3_t b) { in test_vld3_lane_p16()
1205 poly64x1x3_t test_vld3_lane_p64(poly64_t *a, poly64x1x3_t b) { in test_vld3_lane_p64()
1211 uint8x16x4_t test_vld4q_lane_u8(uint8_t *a, uint8x16x4_t b) { in test_vld4q_lane_u8()
1217 uint16x8x4_t test_vld4q_lane_u16(uint16_t *a, uint16x8x4_t b) { in test_vld4q_lane_u16()
1223 uint32x4x4_t test_vld4q_lane_u32(uint32_t *a, uint32x4x4_t b) { in test_vld4q_lane_u32()
1229 uint64x2x4_t test_vld4q_lane_u64(uint64_t *a, uint64x2x4_t b) { in test_vld4q_lane_u64()
1235 int8x16x4_t test_vld4q_lane_s8(int8_t *a, int8x16x4_t b) { in test_vld4q_lane_s8()
1241 int16x8x4_t test_vld4q_lane_s16(int16_t *a, int16x8x4_t b) { in test_vld4q_lane_s16()
1247 int32x4x4_t test_vld4q_lane_s32(int32_t *a, int32x4x4_t b) { in test_vld4q_lane_s32()
1253 int64x2x4_t test_vld4q_lane_s64(int64_t *a, int64x2x4_t b) { in test_vld4q_lane_s64()
1259 float16x8x4_t test_vld4q_lane_f16(float16_t *a, float16x8x4_t b) { in test_vld4q_lane_f16()
1265 float32x4x4_t test_vld4q_lane_f32(float32_t *a, float32x4x4_t b) { in test_vld4q_lane_f32()
1271 float64x2x4_t test_vld4q_lane_f64(float64_t *a, float64x2x4_t b) { in test_vld4q_lane_f64()
1277 poly8x16x4_t test_vld4q_lane_p8(poly8_t *a, poly8x16x4_t b) { in test_vld4q_lane_p8()
1283 poly16x8x4_t test_vld4q_lane_p16(poly16_t *a, poly16x8x4_t b) { in test_vld4q_lane_p16()
1289 poly64x2x4_t test_vld4q_lane_p64(poly64_t *a, poly64x2x4_t b) { in test_vld4q_lane_p64()
1295 uint8x8x4_t test_vld4_lane_u8(uint8_t *a, uint8x8x4_t b) { in test_vld4_lane_u8()
1301 uint16x4x4_t test_vld4_lane_u16(uint16_t *a, uint16x4x4_t b) { in test_vld4_lane_u16()
1307 uint32x2x4_t test_vld4_lane_u32(uint32_t *a, uint32x2x4_t b) { in test_vld4_lane_u32()
1313 uint64x1x4_t test_vld4_lane_u64(uint64_t *a, uint64x1x4_t b) { in test_vld4_lane_u64()
1319 int8x8x4_t test_vld4_lane_s8(int8_t *a, int8x8x4_t b) { in test_vld4_lane_s8()
1325 int16x4x4_t test_vld4_lane_s16(int16_t *a, int16x4x4_t b) { in test_vld4_lane_s16()
1331 int32x2x4_t test_vld4_lane_s32(int32_t *a, int32x2x4_t b) { in test_vld4_lane_s32()
1337 int64x1x4_t test_vld4_lane_s64(int64_t *a, int64x1x4_t b) { in test_vld4_lane_s64()
1343 float16x4x4_t test_vld4_lane_f16(float16_t *a, float16x4x4_t b) { in test_vld4_lane_f16()
1349 float32x2x4_t test_vld4_lane_f32(float32_t *a, float32x2x4_t b) { in test_vld4_lane_f32()
1355 float64x1x4_t test_vld4_lane_f64(float64_t *a, float64x1x4_t b) { in test_vld4_lane_f64()
1361 poly8x8x4_t test_vld4_lane_p8(poly8_t *a, poly8x8x4_t b) { in test_vld4_lane_p8()
1367 poly16x4x4_t test_vld4_lane_p16(poly16_t *a, poly16x4x4_t b) { in test_vld4_lane_p16()
1373 poly64x1x4_t test_vld4_lane_p64(poly64_t *a, poly64x1x4_t b) { in test_vld4_lane_p64()
1379 void test_vst1q_lane_u8(uint8_t *a, uint8x16_t b) { in test_vst1q_lane_u8()
1385 void test_vst1q_lane_u16(uint16_t *a, uint16x8_t b) { in test_vst1q_lane_u16()
1391 void test_vst1q_lane_u32(uint32_t *a, uint32x4_t b) { in test_vst1q_lane_u32()
1397 void test_vst1q_lane_u64(uint64_t *a, uint64x2_t b) { in test_vst1q_lane_u64()
1403 void test_vst1q_lane_s8(int8_t *a, int8x16_t b) { in test_vst1q_lane_s8()
1409 void test_vst1q_lane_s16(int16_t *a, int16x8_t b) { in test_vst1q_lane_s16()
1415 void test_vst1q_lane_s32(int32_t *a, int32x4_t b) { in test_vst1q_lane_s32()
1421 void test_vst1q_lane_s64(int64_t *a, int64x2_t b) { in test_vst1q_lane_s64()
1427 void test_vst1q_lane_f16(float16_t *a, float16x8_t b) { in test_vst1q_lane_f16()
1433 void test_vst1q_lane_f32(float32_t *a, float32x4_t b) { in test_vst1q_lane_f32()
1439 void test_vst1q_lane_f64(float64_t *a, float64x2_t b) { in test_vst1q_lane_f64()
1445 void test_vst1q_lane_p8(poly8_t *a, poly8x16_t b) { in test_vst1q_lane_p8()
1451 void test_vst1q_lane_p16(poly16_t *a, poly16x8_t b) { in test_vst1q_lane_p16()
1457 void test_vst1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vst1q_lane_p64()
1463 void test_vst1_lane_u8(uint8_t *a, uint8x8_t b) { in test_vst1_lane_u8()
1469 void test_vst1_lane_u16(uint16_t *a, uint16x4_t b) { in test_vst1_lane_u16()
1475 void test_vst1_lane_u32(uint32_t *a, uint32x2_t b) { in test_vst1_lane_u32()
1481 void test_vst1_lane_u64(uint64_t *a, uint64x1_t b) { in test_vst1_lane_u64()
1487 void test_vst1_lane_s8(int8_t *a, int8x8_t b) { in test_vst1_lane_s8()
1493 void test_vst1_lane_s16(int16_t *a, int16x4_t b) { in test_vst1_lane_s16()
1499 void test_vst1_lane_s32(int32_t *a, int32x2_t b) { in test_vst1_lane_s32()
1505 void test_vst1_lane_s64(int64_t *a, int64x1_t b) { in test_vst1_lane_s64()
1511 void test_vst1_lane_f16(float16_t *a, float16x4_t b) { in test_vst1_lane_f16()
1517 void test_vst1_lane_f32(float32_t *a, float32x2_t b) { in test_vst1_lane_f32()
1523 void test_vst1_lane_f64(float64_t *a, float64x1_t b) { in test_vst1_lane_f64()
1529 void test_vst1_lane_p8(poly8_t *a, poly8x8_t b) { in test_vst1_lane_p8()
1535 void test_vst1_lane_p16(poly16_t *a, poly16x4_t b) { in test_vst1_lane_p16()
1541 void test_vst1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vst1_lane_p64()
1547 void test_vst2q_lane_u8(uint8_t *a, uint8x16x2_t b) { in test_vst2q_lane_u8()
1553 void test_vst2q_lane_u16(uint16_t *a, uint16x8x2_t b) { in test_vst2q_lane_u16()
1559 void test_vst2q_lane_u32(uint32_t *a, uint32x4x2_t b) { in test_vst2q_lane_u32()
1565 void test_vst2q_lane_u64(uint64_t *a, uint64x2x2_t b) { in test_vst2q_lane_u64()
1571 void test_vst2q_lane_s8(int8_t *a, int8x16x2_t b) { in test_vst2q_lane_s8()
1577 void test_vst2q_lane_s16(int16_t *a, int16x8x2_t b) { in test_vst2q_lane_s16()
1583 void test_vst2q_lane_s32(int32_t *a, int32x4x2_t b) { in test_vst2q_lane_s32()
1589 void test_vst2q_lane_s64(int64_t *a, int64x2x2_t b) { in test_vst2q_lane_s64()
1595 void test_vst2q_lane_f16(float16_t *a, float16x8x2_t b) { in test_vst2q_lane_f16()
1601 void test_vst2q_lane_f32(float32_t *a, float32x4x2_t b) { in test_vst2q_lane_f32()
1607 void test_vst2q_lane_f64(float64_t *a, float64x2x2_t b) { in test_vst2q_lane_f64()
1613 void test_vst2q_lane_p8(poly8_t *a, poly8x16x2_t b) { in test_vst2q_lane_p8()
1619 void test_vst2q_lane_p16(poly16_t *a, poly16x8x2_t b) { in test_vst2q_lane_p16()
1625 void test_vst2q_lane_p64(poly64_t *a, poly64x2x2_t b) { in test_vst2q_lane_p64()
1631 void test_vst2_lane_u8(uint8_t *a, uint8x8x2_t b) { in test_vst2_lane_u8()
1637 void test_vst2_lane_u16(uint16_t *a, uint16x4x2_t b) { in test_vst2_lane_u16()
1643 void test_vst2_lane_u32(uint32_t *a, uint32x2x2_t b) { in test_vst2_lane_u32()
1649 void test_vst2_lane_u64(uint64_t *a, uint64x1x2_t b) { in test_vst2_lane_u64()
1655 void test_vst2_lane_s8(int8_t *a, int8x8x2_t b) { in test_vst2_lane_s8()
1661 void test_vst2_lane_s16(int16_t *a, int16x4x2_t b) { in test_vst2_lane_s16()
1667 void test_vst2_lane_s32(int32_t *a, int32x2x2_t b) { in test_vst2_lane_s32()
1673 void test_vst2_lane_s64(int64_t *a, int64x1x2_t b) { in test_vst2_lane_s64()
1679 void test_vst2_lane_f16(float16_t *a, float16x4x2_t b) { in test_vst2_lane_f16()
1685 void test_vst2_lane_f32(float32_t *a, float32x2x2_t b) { in test_vst2_lane_f32()
1691 void test_vst2_lane_f64(float64_t *a, float64x1x2_t b) { in test_vst2_lane_f64()
1697 void test_vst2_lane_p8(poly8_t *a, poly8x8x2_t b) { in test_vst2_lane_p8()
1703 void test_vst2_lane_p16(poly16_t *a, poly16x4x2_t b) { in test_vst2_lane_p16()
1709 void test_vst2_lane_p64(poly64_t *a, poly64x1x2_t b) { in test_vst2_lane_p64()
1715 void test_vst3q_lane_u8(uint8_t *a, uint8x16x3_t b) { in test_vst3q_lane_u8()
1721 void test_vst3q_lane_u16(uint16_t *a, uint16x8x3_t b) { in test_vst3q_lane_u16()
1727 void test_vst3q_lane_u32(uint32_t *a, uint32x4x3_t b) { in test_vst3q_lane_u32()
1733 void test_vst3q_lane_u64(uint64_t *a, uint64x2x3_t b) { in test_vst3q_lane_u64()
1739 void test_vst3q_lane_s8(int8_t *a, int8x16x3_t b) { in test_vst3q_lane_s8()
1745 void test_vst3q_lane_s16(int16_t *a, int16x8x3_t b) { in test_vst3q_lane_s16()
1751 void test_vst3q_lane_s32(int32_t *a, int32x4x3_t b) { in test_vst3q_lane_s32()
1757 void test_vst3q_lane_s64(int64_t *a, int64x2x3_t b) { in test_vst3q_lane_s64()
1763 void test_vst3q_lane_f16(float16_t *a, float16x8x3_t b) { in test_vst3q_lane_f16()
1769 void test_vst3q_lane_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_lane_f32()
1775 void test_vst3q_lane_f64(float64_t *a, float64x2x3_t b) { in test_vst3q_lane_f64()
1781 void test_vst3q_lane_p8(poly8_t *a, poly8x16x3_t b) { in test_vst3q_lane_p8()
1787 void test_vst3q_lane_p16(poly16_t *a, poly16x8x3_t b) { in test_vst3q_lane_p16()
1793 void test_vst3q_lane_p64(poly64_t *a, poly64x2x3_t b) { in test_vst3q_lane_p64()
1799 void test_vst3_lane_u8(uint8_t *a, uint8x8x3_t b) { in test_vst3_lane_u8()
1805 void test_vst3_lane_u16(uint16_t *a, uint16x4x3_t b) { in test_vst3_lane_u16()
1811 void test_vst3_lane_u32(uint32_t *a, uint32x2x3_t b) { in test_vst3_lane_u32()
1817 void test_vst3_lane_u64(uint64_t *a, uint64x1x3_t b) { in test_vst3_lane_u64()
1823 void test_vst3_lane_s8(int8_t *a, int8x8x3_t b) { in test_vst3_lane_s8()
1829 void test_vst3_lane_s16(int16_t *a, int16x4x3_t b) { in test_vst3_lane_s16()
1835 void test_vst3_lane_s32(int32_t *a, int32x2x3_t b) { in test_vst3_lane_s32()
1841 void test_vst3_lane_s64(int64_t *a, int64x1x3_t b) { in test_vst3_lane_s64()
1847 void test_vst3_lane_f16(float16_t *a, float16x4x3_t b) { in test_vst3_lane_f16()
1853 void test_vst3_lane_f32(float32_t *a, float32x2x3_t b) { in test_vst3_lane_f32()
1859 void test_vst3_lane_f64(float64_t *a, float64x1x3_t b) { in test_vst3_lane_f64()
1865 void test_vst3_lane_p8(poly8_t *a, poly8x8x3_t b) { in test_vst3_lane_p8()
1871 void test_vst3_lane_p16(poly16_t *a, poly16x4x3_t b) { in test_vst3_lane_p16()
1877 void test_vst3_lane_p64(poly64_t *a, poly64x1x3_t b) { in test_vst3_lane_p64()
1883 void test_vst4q_lane_u8(uint8_t *a, uint8x16x4_t b) { in test_vst4q_lane_u8()
1889 void test_vst4q_lane_u16(uint16_t *a, uint16x8x4_t b) { in test_vst4q_lane_u16()
1895 void test_vst4q_lane_u32(uint32_t *a, uint32x4x4_t b) { in test_vst4q_lane_u32()
1901 void test_vst4q_lane_u64(uint64_t *a, uint64x2x4_t b) { in test_vst4q_lane_u64()
1907 void test_vst4q_lane_s8(int8_t *a, int8x16x4_t b) { in test_vst4q_lane_s8()
1913 void test_vst4q_lane_s16(int16_t *a, int16x8x4_t b) { in test_vst4q_lane_s16()
1919 void test_vst4q_lane_s32(int32_t *a, int32x4x4_t b) { in test_vst4q_lane_s32()
1925 void test_vst4q_lane_s64(int64_t *a, int64x2x4_t b) { in test_vst4q_lane_s64()
1931 void test_vst4q_lane_f16(float16_t *a, float16x8x4_t b) { in test_vst4q_lane_f16()
1937 void test_vst4q_lane_f32(float32_t *a, float32x4x4_t b) { in test_vst4q_lane_f32()
1943 void test_vst4q_lane_f64(float64_t *a, float64x2x4_t b) { in test_vst4q_lane_f64()
1949 void test_vst4q_lane_p8(poly8_t *a, poly8x16x4_t b) { in test_vst4q_lane_p8()
1955 void test_vst4q_lane_p16(poly16_t *a, poly16x8x4_t b) { in test_vst4q_lane_p16()
1961 void test_vst4q_lane_p64(poly64_t *a, poly64x2x4_t b) { in test_vst4q_lane_p64()
1967 void test_vst4_lane_u8(uint8_t *a, uint8x8x4_t b) { in test_vst4_lane_u8()
1973 void test_vst4_lane_u16(uint16_t *a, uint16x4x4_t b) { in test_vst4_lane_u16()
1979 void test_vst4_lane_u32(uint32_t *a, uint32x2x4_t b) { in test_vst4_lane_u32()
1985 void test_vst4_lane_u64(uint64_t *a, uint64x1x4_t b) { in test_vst4_lane_u64()
1991 void test_vst4_lane_s8(int8_t *a, int8x8x4_t b) { in test_vst4_lane_s8()
1997 void test_vst4_lane_s16(int16_t *a, int16x4x4_t b) { in test_vst4_lane_s16()
2003 void test_vst4_lane_s32(int32_t *a, int32x2x4_t b) { in test_vst4_lane_s32()
2009 void test_vst4_lane_s64(int64_t *a, int64x1x4_t b) { in test_vst4_lane_s64()
2015 void test_vst4_lane_f16(float16_t *a, float16x4x4_t b) { in test_vst4_lane_f16()
2021 void test_vst4_lane_f32(float32_t *a, float32x2x4_t b) { in test_vst4_lane_f32()
2027 void test_vst4_lane_f64(float64_t *a, float64x1x4_t b) { in test_vst4_lane_f64()
2033 void test_vst4_lane_p8(poly8_t *a, poly8x8x4_t b) { in test_vst4_lane_p8()
2039 void test_vst4_lane_p16(poly16_t *a, poly16x4x4_t b) { in test_vst4_lane_p16()
2045 void test_vst4_lane_p64(poly64_t *a, poly64x1x4_t b) { in test_vst4_lane_p64()