• Home
  • Raw
  • Download

Lines Matching defs:a

8 int8x8_t test_vuzp1_s8(int8x8_t a, int8x8_t b) {  in test_vuzp1_s8()
14 int8x16_t test_vuzp1q_s8(int8x16_t a, int8x16_t b) { in test_vuzp1q_s8()
20 int16x4_t test_vuzp1_s16(int16x4_t a, int16x4_t b) { in test_vuzp1_s16()
26 int16x8_t test_vuzp1q_s16(int16x8_t a, int16x8_t b) { in test_vuzp1q_s16()
32 int32x2_t test_vuzp1_s32(int32x2_t a, int32x2_t b) { in test_vuzp1_s32()
38 int32x4_t test_vuzp1q_s32(int32x4_t a, int32x4_t b) { in test_vuzp1q_s32()
44 int64x2_t test_vuzp1q_s64(int64x2_t a, int64x2_t b) { in test_vuzp1q_s64()
50 uint8x8_t test_vuzp1_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp1_u8()
56 uint8x16_t test_vuzp1q_u8(uint8x16_t a, uint8x16_t b) { in test_vuzp1q_u8()
62 uint16x4_t test_vuzp1_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp1_u16()
68 uint16x8_t test_vuzp1q_u16(uint16x8_t a, uint16x8_t b) { in test_vuzp1q_u16()
74 uint32x2_t test_vuzp1_u32(uint32x2_t a, uint32x2_t b) { in test_vuzp1_u32()
80 uint32x4_t test_vuzp1q_u32(uint32x4_t a, uint32x4_t b) { in test_vuzp1q_u32()
86 uint64x2_t test_vuzp1q_u64(uint64x2_t a, uint64x2_t b) { in test_vuzp1q_u64()
92 float32x2_t test_vuzp1_f32(float32x2_t a, float32x2_t b) { in test_vuzp1_f32()
98 float32x4_t test_vuzp1q_f32(float32x4_t a, float32x4_t b) { in test_vuzp1q_f32()
104 float64x2_t test_vuzp1q_f64(float64x2_t a, float64x2_t b) { in test_vuzp1q_f64()
110 poly8x8_t test_vuzp1_p8(poly8x8_t a, poly8x8_t b) { in test_vuzp1_p8()
116 poly8x16_t test_vuzp1q_p8(poly8x16_t a, poly8x16_t b) { in test_vuzp1q_p8()
122 poly16x4_t test_vuzp1_p16(poly16x4_t a, poly16x4_t b) { in test_vuzp1_p16()
128 poly16x8_t test_vuzp1q_p16(poly16x8_t a, poly16x8_t b) { in test_vuzp1q_p16()
134 int8x8_t test_vuzp2_s8(int8x8_t a, int8x8_t b) { in test_vuzp2_s8()
140 int8x16_t test_vuzp2q_s8(int8x16_t a, int8x16_t b) { in test_vuzp2q_s8()
146 int16x4_t test_vuzp2_s16(int16x4_t a, int16x4_t b) { in test_vuzp2_s16()
152 int16x8_t test_vuzp2q_s16(int16x8_t a, int16x8_t b) { in test_vuzp2q_s16()
158 int32x2_t test_vuzp2_s32(int32x2_t a, int32x2_t b) { in test_vuzp2_s32()
164 int32x4_t test_vuzp2q_s32(int32x4_t a, int32x4_t b) { in test_vuzp2q_s32()
170 int64x2_t test_vuzp2q_s64(int64x2_t a, int64x2_t b) { in test_vuzp2q_s64()
176 uint8x8_t test_vuzp2_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp2_u8()
182 uint8x16_t test_vuzp2q_u8(uint8x16_t a, uint8x16_t b) { in test_vuzp2q_u8()
188 uint16x4_t test_vuzp2_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp2_u16()
194 uint16x8_t test_vuzp2q_u16(uint16x8_t a, uint16x8_t b) { in test_vuzp2q_u16()
200 uint32x2_t test_vuzp2_u32(uint32x2_t a, uint32x2_t b) { in test_vuzp2_u32()
206 uint32x4_t test_vuzp2q_u32(uint32x4_t a, uint32x4_t b) { in test_vuzp2q_u32()
212 uint64x2_t test_vuzp2q_u64(uint64x2_t a, uint64x2_t b) { in test_vuzp2q_u64()
218 float32x2_t test_vuzp2_f32(float32x2_t a, float32x2_t b) { in test_vuzp2_f32()
224 float32x4_t test_vuzp2q_f32(float32x4_t a, float32x4_t b) { in test_vuzp2q_f32()
230 float64x2_t test_vuzp2q_f64(float64x2_t a, float64x2_t b) { in test_vuzp2q_f64()
236 poly8x8_t test_vuzp2_p8(poly8x8_t a, poly8x8_t b) { in test_vuzp2_p8()
242 poly8x16_t test_vuzp2q_p8(poly8x16_t a, poly8x16_t b) { in test_vuzp2q_p8()
248 poly16x4_t test_vuzp2_p16(poly16x4_t a, poly16x4_t b) { in test_vuzp2_p16()
254 poly16x8_t test_vuzp2q_p16(poly16x8_t a, poly16x8_t b) { in test_vuzp2q_p16()
260 int8x8_t test_vzip1_s8(int8x8_t a, int8x8_t b) { in test_vzip1_s8()
266 int8x16_t test_vzip1q_s8(int8x16_t a, int8x16_t b) { in test_vzip1q_s8()
272 int16x4_t test_vzip1_s16(int16x4_t a, int16x4_t b) { in test_vzip1_s16()
278 int16x8_t test_vzip1q_s16(int16x8_t a, int16x8_t b) { in test_vzip1q_s16()
284 int32x2_t test_vzip1_s32(int32x2_t a, int32x2_t b) { in test_vzip1_s32()
290 int32x4_t test_vzip1q_s32(int32x4_t a, int32x4_t b) { in test_vzip1q_s32()
296 int64x2_t test_vzip1q_s64(int64x2_t a, int64x2_t b) { in test_vzip1q_s64()
302 uint8x8_t test_vzip1_u8(uint8x8_t a, uint8x8_t b) { in test_vzip1_u8()
308 uint8x16_t test_vzip1q_u8(uint8x16_t a, uint8x16_t b) { in test_vzip1q_u8()
314 uint16x4_t test_vzip1_u16(uint16x4_t a, uint16x4_t b) { in test_vzip1_u16()
320 uint16x8_t test_vzip1q_u16(uint16x8_t a, uint16x8_t b) { in test_vzip1q_u16()
326 uint32x2_t test_vzip1_u32(uint32x2_t a, uint32x2_t b) { in test_vzip1_u32()
332 uint32x4_t test_vzip1q_u32(uint32x4_t a, uint32x4_t b) { in test_vzip1q_u32()
338 uint64x2_t test_vzip1q_u64(uint64x2_t a, uint64x2_t b) { in test_vzip1q_u64()
344 float32x2_t test_vzip1_f32(float32x2_t a, float32x2_t b) { in test_vzip1_f32()
350 float32x4_t test_vzip1q_f32(float32x4_t a, float32x4_t b) { in test_vzip1q_f32()
356 float64x2_t test_vzip1q_f64(float64x2_t a, float64x2_t b) { in test_vzip1q_f64()
362 poly8x8_t test_vzip1_p8(poly8x8_t a, poly8x8_t b) { in test_vzip1_p8()
368 poly8x16_t test_vzip1q_p8(poly8x16_t a, poly8x16_t b) { in test_vzip1q_p8()
374 poly16x4_t test_vzip1_p16(poly16x4_t a, poly16x4_t b) { in test_vzip1_p16()
380 poly16x8_t test_vzip1q_p16(poly16x8_t a, poly16x8_t b) { in test_vzip1q_p16()
386 int8x8_t test_vzip2_s8(int8x8_t a, int8x8_t b) { in test_vzip2_s8()
392 int8x16_t test_vzip2q_s8(int8x16_t a, int8x16_t b) { in test_vzip2q_s8()
398 int16x4_t test_vzip2_s16(int16x4_t a, int16x4_t b) { in test_vzip2_s16()
404 int16x8_t test_vzip2q_s16(int16x8_t a, int16x8_t b) { in test_vzip2q_s16()
410 int32x2_t test_vzip2_s32(int32x2_t a, int32x2_t b) { in test_vzip2_s32()
416 int32x4_t test_vzip2q_s32(int32x4_t a, int32x4_t b) { in test_vzip2q_s32()
422 int64x2_t test_vzip2q_s64(int64x2_t a, int64x2_t b) { in test_vzip2q_s64()
428 uint8x8_t test_vzip2_u8(uint8x8_t a, uint8x8_t b) { in test_vzip2_u8()
434 uint8x16_t test_vzip2q_u8(uint8x16_t a, uint8x16_t b) { in test_vzip2q_u8()
440 uint16x4_t test_vzip2_u16(uint16x4_t a, uint16x4_t b) { in test_vzip2_u16()
446 uint16x8_t test_vzip2q_u16(uint16x8_t a, uint16x8_t b) { in test_vzip2q_u16()
452 uint32x2_t test_vzip2_u32(uint32x2_t a, uint32x2_t b) { in test_vzip2_u32()
458 uint32x4_t test_vzip2q_u32(uint32x4_t a, uint32x4_t b) { in test_vzip2q_u32()
464 uint64x2_t test_vzip2q_u64(uint64x2_t a, uint64x2_t b) { in test_vzip2q_u64()
470 float32x2_t test_vzip2_f32(float32x2_t a, float32x2_t b) { in test_vzip2_f32()
476 float32x4_t test_vzip2q_f32(float32x4_t a, float32x4_t b) { in test_vzip2q_f32()
482 float64x2_t test_vzip2q_f64(float64x2_t a, float64x2_t b) { in test_vzip2q_f64()
488 poly8x8_t test_vzip2_p8(poly8x8_t a, poly8x8_t b) { in test_vzip2_p8()
494 poly8x16_t test_vzip2q_p8(poly8x16_t a, poly8x16_t b) { in test_vzip2q_p8()
500 poly16x4_t test_vzip2_p16(poly16x4_t a, poly16x4_t b) { in test_vzip2_p16()
506 poly16x8_t test_vzip2q_p16(poly16x8_t a, poly16x8_t b) { in test_vzip2q_p16()
512 int8x8_t test_vtrn1_s8(int8x8_t a, int8x8_t b) { in test_vtrn1_s8()
518 int8x16_t test_vtrn1q_s8(int8x16_t a, int8x16_t b) { in test_vtrn1q_s8()
524 int16x4_t test_vtrn1_s16(int16x4_t a, int16x4_t b) { in test_vtrn1_s16()
530 int16x8_t test_vtrn1q_s16(int16x8_t a, int16x8_t b) { in test_vtrn1q_s16()
536 int32x2_t test_vtrn1_s32(int32x2_t a, int32x2_t b) { in test_vtrn1_s32()
542 int32x4_t test_vtrn1q_s32(int32x4_t a, int32x4_t b) { in test_vtrn1q_s32()
548 int64x2_t test_vtrn1q_s64(int64x2_t a, int64x2_t b) { in test_vtrn1q_s64()
554 uint8x8_t test_vtrn1_u8(uint8x8_t a, uint8x8_t b) { in test_vtrn1_u8()
560 uint8x16_t test_vtrn1q_u8(uint8x16_t a, uint8x16_t b) { in test_vtrn1q_u8()
566 uint16x4_t test_vtrn1_u16(uint16x4_t a, uint16x4_t b) { in test_vtrn1_u16()
572 uint16x8_t test_vtrn1q_u16(uint16x8_t a, uint16x8_t b) { in test_vtrn1q_u16()
578 uint32x2_t test_vtrn1_u32(uint32x2_t a, uint32x2_t b) { in test_vtrn1_u32()
584 uint32x4_t test_vtrn1q_u32(uint32x4_t a, uint32x4_t b) { in test_vtrn1q_u32()
590 uint64x2_t test_vtrn1q_u64(uint64x2_t a, uint64x2_t b) { in test_vtrn1q_u64()
596 float32x2_t test_vtrn1_f32(float32x2_t a, float32x2_t b) { in test_vtrn1_f32()
602 float32x4_t test_vtrn1q_f32(float32x4_t a, float32x4_t b) { in test_vtrn1q_f32()
608 float64x2_t test_vtrn1q_f64(float64x2_t a, float64x2_t b) { in test_vtrn1q_f64()
614 poly8x8_t test_vtrn1_p8(poly8x8_t a, poly8x8_t b) { in test_vtrn1_p8()
620 poly8x16_t test_vtrn1q_p8(poly8x16_t a, poly8x16_t b) { in test_vtrn1q_p8()
626 poly16x4_t test_vtrn1_p16(poly16x4_t a, poly16x4_t b) { in test_vtrn1_p16()
632 poly16x8_t test_vtrn1q_p16(poly16x8_t a, poly16x8_t b) { in test_vtrn1q_p16()
638 int8x8_t test_vtrn2_s8(int8x8_t a, int8x8_t b) { in test_vtrn2_s8()
644 int8x16_t test_vtrn2q_s8(int8x16_t a, int8x16_t b) { in test_vtrn2q_s8()
650 int16x4_t test_vtrn2_s16(int16x4_t a, int16x4_t b) { in test_vtrn2_s16()
656 int16x8_t test_vtrn2q_s16(int16x8_t a, int16x8_t b) { in test_vtrn2q_s16()
662 int32x2_t test_vtrn2_s32(int32x2_t a, int32x2_t b) { in test_vtrn2_s32()
668 int32x4_t test_vtrn2q_s32(int32x4_t a, int32x4_t b) { in test_vtrn2q_s32()
674 int64x2_t test_vtrn2q_s64(int64x2_t a, int64x2_t b) { in test_vtrn2q_s64()
680 uint8x8_t test_vtrn2_u8(uint8x8_t a, uint8x8_t b) { in test_vtrn2_u8()
686 uint8x16_t test_vtrn2q_u8(uint8x16_t a, uint8x16_t b) { in test_vtrn2q_u8()
692 uint16x4_t test_vtrn2_u16(uint16x4_t a, uint16x4_t b) { in test_vtrn2_u16()
698 uint16x8_t test_vtrn2q_u16(uint16x8_t a, uint16x8_t b) { in test_vtrn2q_u16()
704 uint32x2_t test_vtrn2_u32(uint32x2_t a, uint32x2_t b) { in test_vtrn2_u32()
710 uint32x4_t test_vtrn2q_u32(uint32x4_t a, uint32x4_t b) { in test_vtrn2q_u32()
716 uint64x2_t test_vtrn2q_u64(uint64x2_t a, uint64x2_t b) { in test_vtrn2q_u64()
722 float32x2_t test_vtrn2_f32(float32x2_t a, float32x2_t b) { in test_vtrn2_f32()
728 float32x4_t test_vtrn2q_f32(float32x4_t a, float32x4_t b) { in test_vtrn2q_f32()
734 float64x2_t test_vtrn2q_f64(float64x2_t a, float64x2_t b) { in test_vtrn2q_f64()
740 poly8x8_t test_vtrn2_p8(poly8x8_t a, poly8x8_t b) { in test_vtrn2_p8()
746 poly8x16_t test_vtrn2q_p8(poly8x16_t a, poly8x16_t b) { in test_vtrn2q_p8()
752 poly16x4_t test_vtrn2_p16(poly16x4_t a, poly16x4_t b) { in test_vtrn2_p16()
758 poly16x8_t test_vtrn2q_p16(poly16x8_t a, poly16x8_t b) { in test_vtrn2q_p16()
764 int8x8x2_t test_vuzp_s8(int8x8_t a, int8x8_t b) { in test_vuzp_s8()
771 int16x4x2_t test_vuzp_s16(int16x4_t a, int16x4_t b) { in test_vuzp_s16()
777 int32x2x2_t test_vuzp_s32(int32x2_t a, int32x2_t b) { in test_vuzp_s32()
783 uint8x8x2_t test_vuzp_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp_u8()
789 uint16x4x2_t test_vuzp_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp_u16()
795 uint32x2x2_t test_vuzp_u32(uint32x2_t a, uint32x2_t b) { in test_vuzp_u32()
801 float32x2x2_t test_vuzp_f32(float32x2_t a, float32x2_t b) { in test_vuzp_f32()
807 poly8x8x2_t test_vuzp_p8(poly8x8_t a, poly8x8_t b) { in test_vuzp_p8()
813 poly16x4x2_t test_vuzp_p16(poly16x4_t a, poly16x4_t b) { in test_vuzp_p16()
819 int8x16x2_t test_vuzpq_s8(int8x16_t a, int8x16_t b) { in test_vuzpq_s8()
825 int16x8x2_t test_vuzpq_s16(int16x8_t a, int16x8_t b) { in test_vuzpq_s16()
831 int32x4x2_t test_vuzpq_s32(int32x4_t a, int32x4_t b) { in test_vuzpq_s32()
837 uint8x16x2_t test_vuzpq_u8(uint8x16_t a, uint8x16_t b) { in test_vuzpq_u8()
843 uint16x8x2_t test_vuzpq_u16(uint16x8_t a, uint16x8_t b) { in test_vuzpq_u16()
849 uint32x4x2_t test_vuzpq_u32(uint32x4_t a, uint32x4_t b) { in test_vuzpq_u32()
855 float32x4x2_t test_vuzpq_f32(float32x4_t a, float32x4_t b) { in test_vuzpq_f32()
861 poly8x16x2_t test_vuzpq_p8(poly8x16_t a, poly8x16_t b) { in test_vuzpq_p8()
867 poly16x8x2_t test_vuzpq_p16(poly16x8_t a, poly16x8_t b) { in test_vuzpq_p16()
874 int8x8x2_t test_vzip_s8(int8x8_t a, int8x8_t b) { in test_vzip_s8()
881 int16x4x2_t test_vzip_s16(int16x4_t a, int16x4_t b) { in test_vzip_s16()
887 int32x2x2_t test_vzip_s32(int32x2_t a, int32x2_t b) { in test_vzip_s32()
893 uint8x8x2_t test_vzip_u8(uint8x8_t a, uint8x8_t b) { in test_vzip_u8()
899 uint16x4x2_t test_vzip_u16(uint16x4_t a, uint16x4_t b) { in test_vzip_u16()
905 uint32x2x2_t test_vzip_u32(uint32x2_t a, uint32x2_t b) { in test_vzip_u32()
911 float32x2x2_t test_vzip_f32(float32x2_t a, float32x2_t b) { in test_vzip_f32()
917 poly8x8x2_t test_vzip_p8(poly8x8_t a, poly8x8_t b) { in test_vzip_p8()
923 poly16x4x2_t test_vzip_p16(poly16x4_t a, poly16x4_t b) { in test_vzip_p16()
929 int8x16x2_t test_vzipq_s8(int8x16_t a, int8x16_t b) { in test_vzipq_s8()
935 int16x8x2_t test_vzipq_s16(int16x8_t a, int16x8_t b) { in test_vzipq_s16()
941 int32x4x2_t test_vzipq_s32(int32x4_t a, int32x4_t b) { in test_vzipq_s32()
947 uint8x16x2_t test_vzipq_u8(uint8x16_t a, uint8x16_t b) { in test_vzipq_u8()
953 uint16x8x2_t test_vzipq_u16(uint16x8_t a, uint16x8_t b) { in test_vzipq_u16()
959 uint32x4x2_t test_vzipq_u32(uint32x4_t a, uint32x4_t b) { in test_vzipq_u32()
965 float32x4x2_t test_vzipq_f32(float32x4_t a, float32x4_t b) { in test_vzipq_f32()
971 poly8x16x2_t test_vzipq_p8(poly8x16_t a, poly8x16_t b) { in test_vzipq_p8()
977 poly16x8x2_t test_vzipq_p16(poly16x8_t a, poly16x8_t b) { in test_vzipq_p16()
984 int8x8x2_t test_vtrn_s8(int8x8_t a, int8x8_t b) { in test_vtrn_s8()
991 int16x4x2_t test_vtrn_s16(int16x4_t a, int16x4_t b) { in test_vtrn_s16()
997 int32x2x2_t test_vtrn_s32(int32x2_t a, int32x2_t b) { in test_vtrn_s32()
1003 uint8x8x2_t test_vtrn_u8(uint8x8_t a, uint8x8_t b) { in test_vtrn_u8()
1009 uint16x4x2_t test_vtrn_u16(uint16x4_t a, uint16x4_t b) { in test_vtrn_u16()
1015 uint32x2x2_t test_vtrn_u32(uint32x2_t a, uint32x2_t b) { in test_vtrn_u32()
1021 float32x2x2_t test_vtrn_f32(float32x2_t a, float32x2_t b) { in test_vtrn_f32()
1027 poly8x8x2_t test_vtrn_p8(poly8x8_t a, poly8x8_t b) { in test_vtrn_p8()
1033 poly16x4x2_t test_vtrn_p16(poly16x4_t a, poly16x4_t b) { in test_vtrn_p16()
1039 int8x16x2_t test_vtrnq_s8(int8x16_t a, int8x16_t b) { in test_vtrnq_s8()
1045 int16x8x2_t test_vtrnq_s16(int16x8_t a, int16x8_t b) { in test_vtrnq_s16()
1051 int32x4x2_t test_vtrnq_s32(int32x4_t a, int32x4_t b) { in test_vtrnq_s32()
1057 uint8x16x2_t test_vtrnq_u8(uint8x16_t a, uint8x16_t b) { in test_vtrnq_u8()
1063 uint16x8x2_t test_vtrnq_u16(uint16x8_t a, uint16x8_t b) { in test_vtrnq_u16()
1069 uint32x4x2_t test_vtrnq_u32(uint32x4_t a, uint32x4_t b) { in test_vtrnq_u32()
1075 float32x4x2_t test_vtrnq_f32(float32x4_t a, float32x4_t b) { in test_vtrnq_f32()
1081 poly8x16x2_t test_vtrnq_p8(poly8x16_t a, poly8x16_t b) { in test_vtrnq_p8()
1087 poly16x8x2_t test_vtrnq_p16(poly16x8_t a, poly16x8_t b) { in test_vtrnq_p16()