Lines Matching defs:b
14 int8x8_t test_vaba_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vaba_s8()
20 int16x4_t test_vaba_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vaba_s16()
26 int32x2_t test_vaba_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vaba_s32()
32 uint8x8_t test_vaba_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vaba_u8()
38 uint16x4_t test_vaba_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vaba_u16()
44 uint32x2_t test_vaba_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vaba_u32()
50 int8x16_t test_vabaq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vabaq_s8()
56 int16x8_t test_vabaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vabaq_s16()
62 int32x4_t test_vabaq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vabaq_s32()
68 uint8x16_t test_vabaq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vabaq_u8()
74 uint16x8_t test_vabaq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vabaq_u16()
80 uint32x4_t test_vabaq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vabaq_u32()
87 int16x8_t test_vabal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vabal_s8()
93 int32x4_t test_vabal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vabal_s16()
99 int64x2_t test_vabal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vabal_s32()
105 uint16x8_t test_vabal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vabal_u8()
111 uint32x4_t test_vabal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vabal_u16()
117 uint64x2_t test_vabal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vabal_u32()
124 int8x8_t test_vabd_s8(int8x8_t a, int8x8_t b) { in test_vabd_s8()
130 int16x4_t test_vabd_s16(int16x4_t a, int16x4_t b) { in test_vabd_s16()
136 int32x2_t test_vabd_s32(int32x2_t a, int32x2_t b) { in test_vabd_s32()
142 uint8x8_t test_vabd_u8(uint8x8_t a, uint8x8_t b) { in test_vabd_u8()
148 uint16x4_t test_vabd_u16(uint16x4_t a, uint16x4_t b) { in test_vabd_u16()
154 uint32x2_t test_vabd_u32(uint32x2_t a, uint32x2_t b) { in test_vabd_u32()
160 float32x2_t test_vabd_f32(float32x2_t a, float32x2_t b) { in test_vabd_f32()
166 int8x16_t test_vabdq_s8(int8x16_t a, int8x16_t b) { in test_vabdq_s8()
172 int16x8_t test_vabdq_s16(int16x8_t a, int16x8_t b) { in test_vabdq_s16()
178 int32x4_t test_vabdq_s32(int32x4_t a, int32x4_t b) { in test_vabdq_s32()
184 uint8x16_t test_vabdq_u8(uint8x16_t a, uint8x16_t b) { in test_vabdq_u8()
190 uint16x8_t test_vabdq_u16(uint16x8_t a, uint16x8_t b) { in test_vabdq_u16()
196 uint32x4_t test_vabdq_u32(uint32x4_t a, uint32x4_t b) { in test_vabdq_u32()
202 float32x4_t test_vabdq_f32(float32x4_t a, float32x4_t b) { in test_vabdq_f32()
209 int16x8_t test_vabdl_s8(int8x8_t a, int8x8_t b) { in test_vabdl_s8()
215 int32x4_t test_vabdl_s16(int16x4_t a, int16x4_t b) { in test_vabdl_s16()
221 int64x2_t test_vabdl_s32(int32x2_t a, int32x2_t b) { in test_vabdl_s32()
227 uint16x8_t test_vabdl_u8(uint8x8_t a, uint8x8_t b) { in test_vabdl_u8()
233 uint32x4_t test_vabdl_u16(uint16x4_t a, uint16x4_t b) { in test_vabdl_u16()
239 uint64x2_t test_vabdl_u32(uint32x2_t a, uint32x2_t b) { in test_vabdl_u32()
295 int8x8_t test_vadd_s8(int8x8_t a, int8x8_t b) { in test_vadd_s8()
301 int16x4_t test_vadd_s16(int16x4_t a, int16x4_t b) { in test_vadd_s16()
307 int32x2_t test_vadd_s32(int32x2_t a, int32x2_t b) { in test_vadd_s32()
313 int64x1_t test_vadd_s64(int64x1_t a, int64x1_t b) { in test_vadd_s64()
319 float32x2_t test_vadd_f32(float32x2_t a, float32x2_t b) { in test_vadd_f32()
325 uint8x8_t test_vadd_u8(uint8x8_t a, uint8x8_t b) { in test_vadd_u8()
331 uint16x4_t test_vadd_u16(uint16x4_t a, uint16x4_t b) { in test_vadd_u16()
337 uint32x2_t test_vadd_u32(uint32x2_t a, uint32x2_t b) { in test_vadd_u32()
343 uint64x1_t test_vadd_u64(uint64x1_t a, uint64x1_t b) { in test_vadd_u64()
349 int8x16_t test_vaddq_s8(int8x16_t a, int8x16_t b) { in test_vaddq_s8()
355 int16x8_t test_vaddq_s16(int16x8_t a, int16x8_t b) { in test_vaddq_s16()
361 int32x4_t test_vaddq_s32(int32x4_t a, int32x4_t b) { in test_vaddq_s32()
367 int64x2_t test_vaddq_s64(int64x2_t a, int64x2_t b) { in test_vaddq_s64()
373 float32x4_t test_vaddq_f32(float32x4_t a, float32x4_t b) { in test_vaddq_f32()
379 uint8x16_t test_vaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vaddq_u8()
385 uint16x8_t test_vaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vaddq_u16()
391 uint32x4_t test_vaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vaddq_u32()
397 uint64x2_t test_vaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vaddq_u64()
404 int8x8_t test_vaddhn_s16(int16x8_t a, int16x8_t b) { in test_vaddhn_s16()
410 int16x4_t test_vaddhn_s32(int32x4_t a, int32x4_t b) { in test_vaddhn_s32()
416 int32x2_t test_vaddhn_s64(int64x2_t a, int64x2_t b) { in test_vaddhn_s64()
422 uint8x8_t test_vaddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vaddhn_u16()
428 uint16x4_t test_vaddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vaddhn_u32()
434 uint32x2_t test_vaddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vaddhn_u64()
441 int16x8_t test_vaddl_s8(int8x8_t a, int8x8_t b) { in test_vaddl_s8()
447 int32x4_t test_vaddl_s16(int16x4_t a, int16x4_t b) { in test_vaddl_s16()
453 int64x2_t test_vaddl_s32(int32x2_t a, int32x2_t b) { in test_vaddl_s32()
459 uint16x8_t test_vaddl_u8(uint8x8_t a, uint8x8_t b) { in test_vaddl_u8()
465 uint32x4_t test_vaddl_u16(uint16x4_t a, uint16x4_t b) { in test_vaddl_u16()
471 uint64x2_t test_vaddl_u32(uint32x2_t a, uint32x2_t b) { in test_vaddl_u32()
478 int16x8_t test_vaddw_s8(int16x8_t a, int8x8_t b) { in test_vaddw_s8()
484 int32x4_t test_vaddw_s16(int32x4_t a, int16x4_t b) { in test_vaddw_s16()
490 int64x2_t test_vaddw_s32(int64x2_t a, int32x2_t b) { in test_vaddw_s32()
496 uint16x8_t test_vaddw_u8(uint16x8_t a, uint8x8_t b) { in test_vaddw_u8()
502 uint32x4_t test_vaddw_u16(uint32x4_t a, uint16x4_t b) { in test_vaddw_u16()
508 uint64x2_t test_vaddw_u32(uint64x2_t a, uint32x2_t b) { in test_vaddw_u32()
515 int8x8_t test_vand_s8(int8x8_t a, int8x8_t b) { in test_vand_s8()
521 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16()
527 int32x2_t test_vand_s32(int32x2_t a, int32x2_t b) { in test_vand_s32()
533 int64x1_t test_vand_s64(int64x1_t a, int64x1_t b) { in test_vand_s64()
539 uint8x8_t test_vand_u8(uint8x8_t a, uint8x8_t b) { in test_vand_u8()
545 uint16x4_t test_vand_u16(uint16x4_t a, uint16x4_t b) { in test_vand_u16()
551 uint32x2_t test_vand_u32(uint32x2_t a, uint32x2_t b) { in test_vand_u32()
557 uint64x1_t test_vand_u64(uint64x1_t a, uint64x1_t b) { in test_vand_u64()
563 int8x16_t test_vandq_s8(int8x16_t a, int8x16_t b) { in test_vandq_s8()
569 int16x8_t test_vandq_s16(int16x8_t a, int16x8_t b) { in test_vandq_s16()
575 int32x4_t test_vandq_s32(int32x4_t a, int32x4_t b) { in test_vandq_s32()
581 int64x2_t test_vandq_s64(int64x2_t a, int64x2_t b) { in test_vandq_s64()
587 uint8x16_t test_vandq_u8(uint8x16_t a, uint8x16_t b) { in test_vandq_u8()
593 uint16x8_t test_vandq_u16(uint16x8_t a, uint16x8_t b) { in test_vandq_u16()
599 uint32x4_t test_vandq_u32(uint32x4_t a, uint32x4_t b) { in test_vandq_u32()
605 uint64x2_t test_vandq_u64(uint64x2_t a, uint64x2_t b) { in test_vandq_u64()
612 int8x8_t test_vbic_s8(int8x8_t a, int8x8_t b) { in test_vbic_s8()
618 int16x4_t test_vbic_s16(int16x4_t a, int16x4_t b) { in test_vbic_s16()
624 int32x2_t test_vbic_s32(int32x2_t a, int32x2_t b) { in test_vbic_s32()
630 int64x1_t test_vbic_s64(int64x1_t a, int64x1_t b) { in test_vbic_s64()
636 uint8x8_t test_vbic_u8(uint8x8_t a, uint8x8_t b) { in test_vbic_u8()
642 uint16x4_t test_vbic_u16(uint16x4_t a, uint16x4_t b) { in test_vbic_u16()
648 uint32x2_t test_vbic_u32(uint32x2_t a, uint32x2_t b) { in test_vbic_u32()
654 uint64x1_t test_vbic_u64(uint64x1_t a, uint64x1_t b) { in test_vbic_u64()
660 int8x16_t test_vbicq_s8(int8x16_t a, int8x16_t b) { in test_vbicq_s8()
666 int16x8_t test_vbicq_s16(int16x8_t a, int16x8_t b) { in test_vbicq_s16()
672 int32x4_t test_vbicq_s32(int32x4_t a, int32x4_t b) { in test_vbicq_s32()
678 int64x2_t test_vbicq_s64(int64x2_t a, int64x2_t b) { in test_vbicq_s64()
684 uint8x16_t test_vbicq_u8(uint8x16_t a, uint8x16_t b) { in test_vbicq_u8()
690 uint16x8_t test_vbicq_u16(uint16x8_t a, uint16x8_t b) { in test_vbicq_u16()
696 uint32x4_t test_vbicq_u32(uint32x4_t a, uint32x4_t b) { in test_vbicq_u32()
702 uint64x2_t test_vbicq_u64(uint64x2_t a, uint64x2_t b) { in test_vbicq_u64()
709 int8x8_t test_vbsl_s8(uint8x8_t a, int8x8_t b, int8x8_t c) { in test_vbsl_s8()
715 int16x4_t test_vbsl_s16(uint16x4_t a, int16x4_t b, int16x4_t c) { in test_vbsl_s16()
721 int32x2_t test_vbsl_s32(uint32x2_t a, int32x2_t b, int32x2_t c) { in test_vbsl_s32()
727 int64x1_t test_vbsl_s64(uint64x1_t a, int64x1_t b, int64x1_t c) { in test_vbsl_s64()
733 uint8x8_t test_vbsl_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vbsl_u8()
739 uint16x4_t test_vbsl_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vbsl_u16()
745 uint32x2_t test_vbsl_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vbsl_u32()
751 uint64x1_t test_vbsl_u64(uint64x1_t a, uint64x1_t b, uint64x1_t c) { in test_vbsl_u64()
757 float32x2_t test_vbsl_f32(uint32x2_t a, float32x2_t b, float32x2_t c) { in test_vbsl_f32()
763 poly8x8_t test_vbsl_p8(uint8x8_t a, poly8x8_t b, poly8x8_t c) { in test_vbsl_p8()
769 poly16x4_t test_vbsl_p16(uint16x4_t a, poly16x4_t b, poly16x4_t c) { in test_vbsl_p16()
775 int8x16_t test_vbslq_s8(uint8x16_t a, int8x16_t b, int8x16_t c) { in test_vbslq_s8()
781 int16x8_t test_vbslq_s16(uint16x8_t a, int16x8_t b, int16x8_t c) { in test_vbslq_s16()
787 int32x4_t test_vbslq_s32(uint32x4_t a, int32x4_t b, int32x4_t c) { in test_vbslq_s32()
793 int64x2_t test_vbslq_s64(uint64x2_t a, int64x2_t b, int64x2_t c) { in test_vbslq_s64()
799 uint8x16_t test_vbslq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vbslq_u8()
805 uint16x8_t test_vbslq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vbslq_u16()
811 uint32x4_t test_vbslq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vbslq_u32()
817 uint64x2_t test_vbslq_u64(uint64x2_t a, uint64x2_t b, uint64x2_t c) { in test_vbslq_u64()
823 float32x4_t test_vbslq_f32(uint32x4_t a, float32x4_t b, float32x4_t c) { in test_vbslq_f32()
829 poly8x16_t test_vbslq_p8(uint8x16_t a, poly8x16_t b, poly8x16_t c) { in test_vbslq_p8()
835 poly16x8_t test_vbslq_p16(uint16x8_t a, poly16x8_t b, poly16x8_t c) { in test_vbslq_p16()
842 uint32x2_t test_vcage_f32(float32x2_t a, float32x2_t b) { in test_vcage_f32()
848 uint32x4_t test_vcageq_f32(float32x4_t a, float32x4_t b) { in test_vcageq_f32()
855 uint32x2_t test_vcagt_f32(float32x2_t a, float32x2_t b) { in test_vcagt_f32()
861 uint32x4_t test_vcagtq_f32(float32x4_t a, float32x4_t b) { in test_vcagtq_f32()
868 uint32x2_t test_vcale_f32(float32x2_t a, float32x2_t b) { in test_vcale_f32()
874 uint32x4_t test_vcaleq_f32(float32x4_t a, float32x4_t b) { in test_vcaleq_f32()
881 uint32x2_t test_vcalt_f32(float32x2_t a, float32x2_t b) { in test_vcalt_f32()
887 uint32x4_t test_vcaltq_f32(float32x4_t a, float32x4_t b) { in test_vcaltq_f32()
894 uint8x8_t test_vceq_s8(int8x8_t a, int8x8_t b) { in test_vceq_s8()
900 uint16x4_t test_vceq_s16(int16x4_t a, int16x4_t b) { in test_vceq_s16()
906 uint32x2_t test_vceq_s32(int32x2_t a, int32x2_t b) { in test_vceq_s32()
912 uint32x2_t test_vceq_f32(float32x2_t a, float32x2_t b) { in test_vceq_f32()
918 uint8x8_t test_vceq_u8(uint8x8_t a, uint8x8_t b) { in test_vceq_u8()
924 uint16x4_t test_vceq_u16(uint16x4_t a, uint16x4_t b) { in test_vceq_u16()
930 uint32x2_t test_vceq_u32(uint32x2_t a, uint32x2_t b) { in test_vceq_u32()
936 uint8x8_t test_vceq_p8(poly8x8_t a, poly8x8_t b) { in test_vceq_p8()
942 uint8x16_t test_vceqq_s8(int8x16_t a, int8x16_t b) { in test_vceqq_s8()
948 uint16x8_t test_vceqq_s16(int16x8_t a, int16x8_t b) { in test_vceqq_s16()
954 uint32x4_t test_vceqq_s32(int32x4_t a, int32x4_t b) { in test_vceqq_s32()
960 uint32x4_t test_vceqq_f32(float32x4_t a, float32x4_t b) { in test_vceqq_f32()
966 uint8x16_t test_vceqq_u8(uint8x16_t a, uint8x16_t b) { in test_vceqq_u8()
972 uint16x8_t test_vceqq_u16(uint16x8_t a, uint16x8_t b) { in test_vceqq_u16()
978 uint32x4_t test_vceqq_u32(uint32x4_t a, uint32x4_t b) { in test_vceqq_u32()
984 uint8x16_t test_vceqq_p8(poly8x16_t a, poly8x16_t b) { in test_vceqq_p8()
991 uint8x8_t test_vcge_s8(int8x8_t a, int8x8_t b) { in test_vcge_s8()
997 uint16x4_t test_vcge_s16(int16x4_t a, int16x4_t b) { in test_vcge_s16()
1003 uint32x2_t test_vcge_s32(int32x2_t a, int32x2_t b) { in test_vcge_s32()
1009 uint32x2_t test_vcge_f32(float32x2_t a, float32x2_t b) { in test_vcge_f32()
1015 uint8x8_t test_vcge_u8(uint8x8_t a, uint8x8_t b) { in test_vcge_u8()
1021 uint16x4_t test_vcge_u16(uint16x4_t a, uint16x4_t b) { in test_vcge_u16()
1027 uint32x2_t test_vcge_u32(uint32x2_t a, uint32x2_t b) { in test_vcge_u32()
1033 uint8x16_t test_vcgeq_s8(int8x16_t a, int8x16_t b) { in test_vcgeq_s8()
1039 uint16x8_t test_vcgeq_s16(int16x8_t a, int16x8_t b) { in test_vcgeq_s16()
1045 uint32x4_t test_vcgeq_s32(int32x4_t a, int32x4_t b) { in test_vcgeq_s32()
1051 uint32x4_t test_vcgeq_f32(float32x4_t a, float32x4_t b) { in test_vcgeq_f32()
1057 uint8x16_t test_vcgeq_u8(uint8x16_t a, uint8x16_t b) { in test_vcgeq_u8()
1063 uint16x8_t test_vcgeq_u16(uint16x8_t a, uint16x8_t b) { in test_vcgeq_u16()
1069 uint32x4_t test_vcgeq_u32(uint32x4_t a, uint32x4_t b) { in test_vcgeq_u32()
1076 uint8x8_t test_vcgt_s8(int8x8_t a, int8x8_t b) { in test_vcgt_s8()
1082 uint16x4_t test_vcgt_s16(int16x4_t a, int16x4_t b) { in test_vcgt_s16()
1088 uint32x2_t test_vcgt_s32(int32x2_t a, int32x2_t b) { in test_vcgt_s32()
1094 uint32x2_t test_vcgt_f32(float32x2_t a, float32x2_t b) { in test_vcgt_f32()
1100 uint8x8_t test_vcgt_u8(uint8x8_t a, uint8x8_t b) { in test_vcgt_u8()
1106 uint16x4_t test_vcgt_u16(uint16x4_t a, uint16x4_t b) { in test_vcgt_u16()
1112 uint32x2_t test_vcgt_u32(uint32x2_t a, uint32x2_t b) { in test_vcgt_u32()
1118 uint8x16_t test_vcgtq_s8(int8x16_t a, int8x16_t b) { in test_vcgtq_s8()
1124 uint16x8_t test_vcgtq_s16(int16x8_t a, int16x8_t b) { in test_vcgtq_s16()
1130 uint32x4_t test_vcgtq_s32(int32x4_t a, int32x4_t b) { in test_vcgtq_s32()
1136 uint32x4_t test_vcgtq_f32(float32x4_t a, float32x4_t b) { in test_vcgtq_f32()
1142 uint8x16_t test_vcgtq_u8(uint8x16_t a, uint8x16_t b) { in test_vcgtq_u8()
1148 uint16x8_t test_vcgtq_u16(uint16x8_t a, uint16x8_t b) { in test_vcgtq_u16()
1154 uint32x4_t test_vcgtq_u32(uint32x4_t a, uint32x4_t b) { in test_vcgtq_u32()
1161 uint8x8_t test_vcle_s8(int8x8_t a, int8x8_t b) { in test_vcle_s8()
1167 uint16x4_t test_vcle_s16(int16x4_t a, int16x4_t b) { in test_vcle_s16()
1173 uint32x2_t test_vcle_s32(int32x2_t a, int32x2_t b) { in test_vcle_s32()
1179 uint32x2_t test_vcle_f32(float32x2_t a, float32x2_t b) { in test_vcle_f32()
1185 uint8x8_t test_vcle_u8(uint8x8_t a, uint8x8_t b) { in test_vcle_u8()
1191 uint16x4_t test_vcle_u16(uint16x4_t a, uint16x4_t b) { in test_vcle_u16()
1197 uint32x2_t test_vcle_u32(uint32x2_t a, uint32x2_t b) { in test_vcle_u32()
1203 uint8x16_t test_vcleq_s8(int8x16_t a, int8x16_t b) { in test_vcleq_s8()
1209 uint16x8_t test_vcleq_s16(int16x8_t a, int16x8_t b) { in test_vcleq_s16()
1215 uint32x4_t test_vcleq_s32(int32x4_t a, int32x4_t b) { in test_vcleq_s32()
1221 uint32x4_t test_vcleq_f32(float32x4_t a, float32x4_t b) { in test_vcleq_f32()
1227 uint8x16_t test_vcleq_u8(uint8x16_t a, uint8x16_t b) { in test_vcleq_u8()
1233 uint16x8_t test_vcleq_u16(uint16x8_t a, uint16x8_t b) { in test_vcleq_u16()
1239 uint32x4_t test_vcleq_u32(uint32x4_t a, uint32x4_t b) { in test_vcleq_u32()
1283 uint8x8_t test_vclt_s8(int8x8_t a, int8x8_t b) { in test_vclt_s8()
1289 uint16x4_t test_vclt_s16(int16x4_t a, int16x4_t b) { in test_vclt_s16()
1295 uint32x2_t test_vclt_s32(int32x2_t a, int32x2_t b) { in test_vclt_s32()
1301 uint32x2_t test_vclt_f32(float32x2_t a, float32x2_t b) { in test_vclt_f32()
1307 uint8x8_t test_vclt_u8(uint8x8_t a, uint8x8_t b) { in test_vclt_u8()
1313 uint16x4_t test_vclt_u16(uint16x4_t a, uint16x4_t b) { in test_vclt_u16()
1319 uint32x2_t test_vclt_u32(uint32x2_t a, uint32x2_t b) { in test_vclt_u32()
1325 uint8x16_t test_vcltq_s8(int8x16_t a, int8x16_t b) { in test_vcltq_s8()
1331 uint16x8_t test_vcltq_s16(int16x8_t a, int16x8_t b) { in test_vcltq_s16()
1337 uint32x4_t test_vcltq_s32(int32x4_t a, int32x4_t b) { in test_vcltq_s32()
1343 uint32x4_t test_vcltq_f32(float32x4_t a, float32x4_t b) { in test_vcltq_f32()
1349 uint8x16_t test_vcltq_u8(uint8x16_t a, uint8x16_t b) { in test_vcltq_u8()
1355 uint16x8_t test_vcltq_u16(uint16x8_t a, uint16x8_t b) { in test_vcltq_u16()
1361 uint32x4_t test_vcltq_u32(uint32x4_t a, uint32x4_t b) { in test_vcltq_u32()
1479 int8x16_t test_vcombine_s8(int8x8_t a, int8x8_t b) { in test_vcombine_s8()
1486 int16x8_t test_vcombine_s16(int16x4_t a, int16x4_t b) { in test_vcombine_s16()
1493 int32x4_t test_vcombine_s32(int32x2_t a, int32x2_t b) { in test_vcombine_s32()
1500 int64x2_t test_vcombine_s64(int64x1_t a, int64x1_t b) { in test_vcombine_s64()
1507 float16x8_t test_vcombine_f16(float16x4_t a, float16x4_t b) { in test_vcombine_f16()
1514 float32x4_t test_vcombine_f32(float32x2_t a, float32x2_t b) { in test_vcombine_f32()
1521 uint8x16_t test_vcombine_u8(uint8x8_t a, uint8x8_t b) { in test_vcombine_u8()
1528 uint16x8_t test_vcombine_u16(uint16x4_t a, uint16x4_t b) { in test_vcombine_u16()
1535 uint32x4_t test_vcombine_u32(uint32x2_t a, uint32x2_t b) { in test_vcombine_u32()
1542 uint64x2_t test_vcombine_u64(uint64x1_t a, uint64x1_t b) { in test_vcombine_u64()
1549 poly8x16_t test_vcombine_p8(poly8x8_t a, poly8x8_t b) { in test_vcombine_p8()
1556 poly16x8_t test_vcombine_p16(poly16x4_t a, poly16x4_t b) { in test_vcombine_p16()
2048 int8x8_t test_veor_s8(int8x8_t a, int8x8_t b) { in test_veor_s8()
2054 int16x4_t test_veor_s16(int16x4_t a, int16x4_t b) { in test_veor_s16()
2060 int32x2_t test_veor_s32(int32x2_t a, int32x2_t b) { in test_veor_s32()
2066 int64x1_t test_veor_s64(int64x1_t a, int64x1_t b) { in test_veor_s64()
2072 uint8x8_t test_veor_u8(uint8x8_t a, uint8x8_t b) { in test_veor_u8()
2078 uint16x4_t test_veor_u16(uint16x4_t a, uint16x4_t b) { in test_veor_u16()
2084 uint32x2_t test_veor_u32(uint32x2_t a, uint32x2_t b) { in test_veor_u32()
2090 uint64x1_t test_veor_u64(uint64x1_t a, uint64x1_t b) { in test_veor_u64()
2096 int8x16_t test_veorq_s8(int8x16_t a, int8x16_t b) { in test_veorq_s8()
2102 int16x8_t test_veorq_s16(int16x8_t a, int16x8_t b) { in test_veorq_s16()
2108 int32x4_t test_veorq_s32(int32x4_t a, int32x4_t b) { in test_veorq_s32()
2114 int64x2_t test_veorq_s64(int64x2_t a, int64x2_t b) { in test_veorq_s64()
2120 uint8x16_t test_veorq_u8(uint8x16_t a, uint8x16_t b) { in test_veorq_u8()
2126 uint16x8_t test_veorq_u16(uint16x8_t a, uint16x8_t b) { in test_veorq_u16()
2132 uint32x4_t test_veorq_u32(uint32x4_t a, uint32x4_t b) { in test_veorq_u32()
2138 uint64x2_t test_veorq_u64(uint64x2_t a, uint64x2_t b) { in test_veorq_u64()
2145 int8x8_t test_vext_s8(int8x8_t a, int8x8_t b) { in test_vext_s8()
2151 uint8x8_t test_vext_u8(uint8x8_t a, uint8x8_t b) { in test_vext_u8()
2157 poly8x8_t test_vext_p8(poly8x8_t a, poly8x8_t b) { in test_vext_p8()
2163 int16x4_t test_vext_s16(int16x4_t a, int16x4_t b) { in test_vext_s16()
2169 uint16x4_t test_vext_u16(uint16x4_t a, uint16x4_t b) { in test_vext_u16()
2175 poly16x4_t test_vext_p16(poly16x4_t a, poly16x4_t b) { in test_vext_p16()
2181 int32x2_t test_vext_s32(int32x2_t a, int32x2_t b) { in test_vext_s32()
2187 uint32x2_t test_vext_u32(uint32x2_t a, uint32x2_t b) { in test_vext_u32()
2192 int64x1_t test_vext_s64(int64x1_t a, int64x1_t b) { in test_vext_s64()
2197 uint64x1_t test_vext_u64(uint64x1_t a, uint64x1_t b) { in test_vext_u64()
2203 float32x2_t test_vext_f32(float32x2_t a, float32x2_t b) { in test_vext_f32()
2209 int8x16_t test_vextq_s8(int8x16_t a, int8x16_t b) { in test_vextq_s8()
2215 uint8x16_t test_vextq_u8(uint8x16_t a, uint8x16_t b) { in test_vextq_u8()
2221 poly8x16_t test_vextq_p8(poly8x16_t a, poly8x16_t b) { in test_vextq_p8()
2227 int16x8_t test_vextq_s16(int16x8_t a, int16x8_t b) { in test_vextq_s16()
2233 uint16x8_t test_vextq_u16(uint16x8_t a, uint16x8_t b) { in test_vextq_u16()
2239 poly16x8_t test_vextq_p16(poly16x8_t a, poly16x8_t b) { in test_vextq_p16()
2245 int32x4_t test_vextq_s32(int32x4_t a, int32x4_t b) { in test_vextq_s32()
2251 uint32x4_t test_vextq_u32(uint32x4_t a, uint32x4_t b) { in test_vextq_u32()
2257 int64x2_t test_vextq_s64(int64x2_t a, int64x2_t b) { in test_vextq_s64()
2263 uint64x2_t test_vextq_u64(uint64x2_t a, uint64x2_t b) { in test_vextq_u64()
2269 float32x4_t test_vextq_f32(float32x4_t a, float32x4_t b) { in test_vextq_f32()
2276 float32x2_t test_vfma_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vfma_f32()
2282 float32x4_t test_vfmaq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vfmaq_f32()
2544 int8x8_t test_vhadd_s8(int8x8_t a, int8x8_t b) { in test_vhadd_s8()
2550 int16x4_t test_vhadd_s16(int16x4_t a, int16x4_t b) { in test_vhadd_s16()
2556 int32x2_t test_vhadd_s32(int32x2_t a, int32x2_t b) { in test_vhadd_s32()
2562 uint8x8_t test_vhadd_u8(uint8x8_t a, uint8x8_t b) { in test_vhadd_u8()
2568 uint16x4_t test_vhadd_u16(uint16x4_t a, uint16x4_t b) { in test_vhadd_u16()
2574 uint32x2_t test_vhadd_u32(uint32x2_t a, uint32x2_t b) { in test_vhadd_u32()
2580 int8x16_t test_vhaddq_s8(int8x16_t a, int8x16_t b) { in test_vhaddq_s8()
2586 int16x8_t test_vhaddq_s16(int16x8_t a, int16x8_t b) { in test_vhaddq_s16()
2592 int32x4_t test_vhaddq_s32(int32x4_t a, int32x4_t b) { in test_vhaddq_s32()
2598 uint8x16_t test_vhaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vhaddq_u8()
2604 uint16x8_t test_vhaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vhaddq_u16()
2610 uint32x4_t test_vhaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vhaddq_u32()
2617 int8x8_t test_vhsub_s8(int8x8_t a, int8x8_t b) { in test_vhsub_s8()
2623 int16x4_t test_vhsub_s16(int16x4_t a, int16x4_t b) { in test_vhsub_s16()
2629 int32x2_t test_vhsub_s32(int32x2_t a, int32x2_t b) { in test_vhsub_s32()
2635 uint8x8_t test_vhsub_u8(uint8x8_t a, uint8x8_t b) { in test_vhsub_u8()
2641 uint16x4_t test_vhsub_u16(uint16x4_t a, uint16x4_t b) { in test_vhsub_u16()
2647 uint32x2_t test_vhsub_u32(uint32x2_t a, uint32x2_t b) { in test_vhsub_u32()
2653 int8x16_t test_vhsubq_s8(int8x16_t a, int8x16_t b) { in test_vhsubq_s8()
2659 int16x8_t test_vhsubq_s16(int16x8_t a, int16x8_t b) { in test_vhsubq_s16()
2665 int32x4_t test_vhsubq_s32(int32x4_t a, int32x4_t b) { in test_vhsubq_s32()
2671 uint8x16_t test_vhsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vhsubq_u8()
2677 uint16x8_t test_vhsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vhsubq_u16()
2683 uint32x4_t test_vhsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vhsubq_u32()
2980 uint8x16_t test_vld1q_lane_u8(uint8_t const * a, uint8x16_t b) { in test_vld1q_lane_u8()
2986 uint16x8_t test_vld1q_lane_u16(uint16_t const * a, uint16x8_t b) { in test_vld1q_lane_u16()
2992 uint32x4_t test_vld1q_lane_u32(uint32_t const * a, uint32x4_t b) { in test_vld1q_lane_u32()
2998 uint64x2_t test_vld1q_lane_u64(uint64_t const * a, uint64x2_t b) { in test_vld1q_lane_u64()
3004 int8x16_t test_vld1q_lane_s8(int8_t const * a, int8x16_t b) { in test_vld1q_lane_s8()
3010 int16x8_t test_vld1q_lane_s16(int16_t const * a, int16x8_t b) { in test_vld1q_lane_s16()
3016 int32x4_t test_vld1q_lane_s32(int32_t const * a, int32x4_t b) { in test_vld1q_lane_s32()
3022 int64x2_t test_vld1q_lane_s64(int64_t const * a, int64x2_t b) { in test_vld1q_lane_s64()
3028 float16x8_t test_vld1q_lane_f16(float16_t const * a, float16x8_t b) { in test_vld1q_lane_f16()
3034 float32x4_t test_vld1q_lane_f32(float32_t const * a, float32x4_t b) { in test_vld1q_lane_f32()
3040 poly8x16_t test_vld1q_lane_p8(poly8_t const * a, poly8x16_t b) { in test_vld1q_lane_p8()
3046 poly16x8_t test_vld1q_lane_p16(poly16_t const * a, poly16x8_t b) { in test_vld1q_lane_p16()
3052 uint8x8_t test_vld1_lane_u8(uint8_t const * a, uint8x8_t b) { in test_vld1_lane_u8()
3058 uint16x4_t test_vld1_lane_u16(uint16_t const * a, uint16x4_t b) { in test_vld1_lane_u16()
3064 uint32x2_t test_vld1_lane_u32(uint32_t const * a, uint32x2_t b) { in test_vld1_lane_u32()
3070 uint64x1_t test_vld1_lane_u64(uint64_t const * a, uint64x1_t b) { in test_vld1_lane_u64()
3076 int8x8_t test_vld1_lane_s8(int8_t const * a, int8x8_t b) { in test_vld1_lane_s8()
3082 int16x4_t test_vld1_lane_s16(int16_t const * a, int16x4_t b) { in test_vld1_lane_s16()
3088 int32x2_t test_vld1_lane_s32(int32_t const * a, int32x2_t b) { in test_vld1_lane_s32()
3094 int64x1_t test_vld1_lane_s64(int64_t const * a, int64x1_t b) { in test_vld1_lane_s64()
3100 float16x4_t test_vld1_lane_f16(float16_t const * a, float16x4_t b) { in test_vld1_lane_f16()
3106 float32x2_t test_vld1_lane_f32(float32_t const * a, float32x2_t b) { in test_vld1_lane_f32()
3112 poly8x8_t test_vld1_lane_p8(poly8_t const * a, poly8x8_t b) { in test_vld1_lane_p8()
3118 poly16x4_t test_vld1_lane_p16(poly16_t const * a, poly16x4_t b) { in test_vld1_lane_p16()
3331 uint16x8x2_t test_vld2q_lane_u16(uint16_t const * a, uint16x8x2_t b) { in test_vld2q_lane_u16()
3337 uint32x4x2_t test_vld2q_lane_u32(uint32_t const * a, uint32x4x2_t b) { in test_vld2q_lane_u32()
3343 int16x8x2_t test_vld2q_lane_s16(int16_t const * a, int16x8x2_t b) { in test_vld2q_lane_s16()
3349 int32x4x2_t test_vld2q_lane_s32(int32_t const * a, int32x4x2_t b) { in test_vld2q_lane_s32()
3355 float16x8x2_t test_vld2q_lane_f16(float16_t const * a, float16x8x2_t b) { in test_vld2q_lane_f16()
3361 float32x4x2_t test_vld2q_lane_f32(float32_t const * a, float32x4x2_t b) { in test_vld2q_lane_f32()
3367 poly16x8x2_t test_vld2q_lane_p16(poly16_t const * a, poly16x8x2_t b) { in test_vld2q_lane_p16()
3373 uint8x8x2_t test_vld2_lane_u8(uint8_t const * a, uint8x8x2_t b) { in test_vld2_lane_u8()
3379 uint16x4x2_t test_vld2_lane_u16(uint16_t const * a, uint16x4x2_t b) { in test_vld2_lane_u16()
3385 uint32x2x2_t test_vld2_lane_u32(uint32_t const * a, uint32x2x2_t b) { in test_vld2_lane_u32()
3391 int8x8x2_t test_vld2_lane_s8(int8_t const * a, int8x8x2_t b) { in test_vld2_lane_s8()
3397 int16x4x2_t test_vld2_lane_s16(int16_t const * a, int16x4x2_t b) { in test_vld2_lane_s16()
3403 int32x2x2_t test_vld2_lane_s32(int32_t const * a, int32x2x2_t b) { in test_vld2_lane_s32()
3409 float16x4x2_t test_vld2_lane_f16(float16_t const * a, float16x4x2_t b) { in test_vld2_lane_f16()
3415 float32x2x2_t test_vld2_lane_f32(float32_t const * a, float32x2x2_t b) { in test_vld2_lane_f32()
3421 poly8x8x2_t test_vld2_lane_p8(poly8_t const * a, poly8x8x2_t b) { in test_vld2_lane_p8()
3427 poly16x4x2_t test_vld2_lane_p16(poly16_t const * a, poly16x4x2_t b) { in test_vld2_lane_p16()
3640 uint16x8x3_t test_vld3q_lane_u16(uint16_t const * a, uint16x8x3_t b) { in test_vld3q_lane_u16()
3646 uint32x4x3_t test_vld3q_lane_u32(uint32_t const * a, uint32x4x3_t b) { in test_vld3q_lane_u32()
3652 int16x8x3_t test_vld3q_lane_s16(int16_t const * a, int16x8x3_t b) { in test_vld3q_lane_s16()
3658 int32x4x3_t test_vld3q_lane_s32(int32_t const * a, int32x4x3_t b) { in test_vld3q_lane_s32()
3664 float16x8x3_t test_vld3q_lane_f16(float16_t const * a, float16x8x3_t b) { in test_vld3q_lane_f16()
3670 float32x4x3_t test_vld3q_lane_f32(float32_t const * a, float32x4x3_t b) { in test_vld3q_lane_f32()
3676 poly16x8x3_t test_vld3q_lane_p16(poly16_t const * a, poly16x8x3_t b) { in test_vld3q_lane_p16()
3682 uint8x8x3_t test_vld3_lane_u8(uint8_t const * a, uint8x8x3_t b) { in test_vld3_lane_u8()
3688 uint16x4x3_t test_vld3_lane_u16(uint16_t const * a, uint16x4x3_t b) { in test_vld3_lane_u16()
3694 uint32x2x3_t test_vld3_lane_u32(uint32_t const * a, uint32x2x3_t b) { in test_vld3_lane_u32()
3700 int8x8x3_t test_vld3_lane_s8(int8_t const * a, int8x8x3_t b) { in test_vld3_lane_s8()
3706 int16x4x3_t test_vld3_lane_s16(int16_t const * a, int16x4x3_t b) { in test_vld3_lane_s16()
3712 int32x2x3_t test_vld3_lane_s32(int32_t const * a, int32x2x3_t b) { in test_vld3_lane_s32()
3718 float16x4x3_t test_vld3_lane_f16(float16_t const * a, float16x4x3_t b) { in test_vld3_lane_f16()
3724 float32x2x3_t test_vld3_lane_f32(float32_t const * a, float32x2x3_t b) { in test_vld3_lane_f32()
3730 poly8x8x3_t test_vld3_lane_p8(poly8_t const * a, poly8x8x3_t b) { in test_vld3_lane_p8()
3736 poly16x4x3_t test_vld3_lane_p16(poly16_t const * a, poly16x4x3_t b) { in test_vld3_lane_p16()
3949 uint16x8x4_t test_vld4q_lane_u16(uint16_t const * a, uint16x8x4_t b) { in test_vld4q_lane_u16()
3955 uint32x4x4_t test_vld4q_lane_u32(uint32_t const * a, uint32x4x4_t b) { in test_vld4q_lane_u32()
3961 int16x8x4_t test_vld4q_lane_s16(int16_t const * a, int16x8x4_t b) { in test_vld4q_lane_s16()
3967 int32x4x4_t test_vld4q_lane_s32(int32_t const * a, int32x4x4_t b) { in test_vld4q_lane_s32()
3973 float16x8x4_t test_vld4q_lane_f16(float16_t const * a, float16x8x4_t b) { in test_vld4q_lane_f16()
3979 float32x4x4_t test_vld4q_lane_f32(float32_t const * a, float32x4x4_t b) { in test_vld4q_lane_f32()
3985 poly16x8x4_t test_vld4q_lane_p16(poly16_t const * a, poly16x8x4_t b) { in test_vld4q_lane_p16()
3991 uint8x8x4_t test_vld4_lane_u8(uint8_t const * a, uint8x8x4_t b) { in test_vld4_lane_u8()
3997 uint16x4x4_t test_vld4_lane_u16(uint16_t const * a, uint16x4x4_t b) { in test_vld4_lane_u16()
4003 uint32x2x4_t test_vld4_lane_u32(uint32_t const * a, uint32x2x4_t b) { in test_vld4_lane_u32()
4009 int8x8x4_t test_vld4_lane_s8(int8_t const * a, int8x8x4_t b) { in test_vld4_lane_s8()
4015 int16x4x4_t test_vld4_lane_s16(int16_t const * a, int16x4x4_t b) { in test_vld4_lane_s16()
4021 int32x2x4_t test_vld4_lane_s32(int32_t const * a, int32x2x4_t b) { in test_vld4_lane_s32()
4027 float16x4x4_t test_vld4_lane_f16(float16_t const * a, float16x4x4_t b) { in test_vld4_lane_f16()
4033 float32x2x4_t test_vld4_lane_f32(float32_t const * a, float32x2x4_t b) { in test_vld4_lane_f32()
4039 poly8x8x4_t test_vld4_lane_p8(poly8_t const * a, poly8x8x4_t b) { in test_vld4_lane_p8()
4045 poly16x4x4_t test_vld4_lane_p16(poly16_t const * a, poly16x4x4_t b) { in test_vld4_lane_p16()
4052 int8x8_t test_vmax_s8(int8x8_t a, int8x8_t b) { in test_vmax_s8()
4058 int16x4_t test_vmax_s16(int16x4_t a, int16x4_t b) { in test_vmax_s16()
4064 int32x2_t test_vmax_s32(int32x2_t a, int32x2_t b) { in test_vmax_s32()
4070 uint8x8_t test_vmax_u8(uint8x8_t a, uint8x8_t b) { in test_vmax_u8()
4076 uint16x4_t test_vmax_u16(uint16x4_t a, uint16x4_t b) { in test_vmax_u16()
4082 uint32x2_t test_vmax_u32(uint32x2_t a, uint32x2_t b) { in test_vmax_u32()
4088 float32x2_t test_vmax_f32(float32x2_t a, float32x2_t b) { in test_vmax_f32()
4094 int8x16_t test_vmaxq_s8(int8x16_t a, int8x16_t b) { in test_vmaxq_s8()
4100 int16x8_t test_vmaxq_s16(int16x8_t a, int16x8_t b) { in test_vmaxq_s16()
4106 int32x4_t test_vmaxq_s32(int32x4_t a, int32x4_t b) { in test_vmaxq_s32()
4112 uint8x16_t test_vmaxq_u8(uint8x16_t a, uint8x16_t b) { in test_vmaxq_u8()
4118 uint16x8_t test_vmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vmaxq_u16()
4124 uint32x4_t test_vmaxq_u32(uint32x4_t a, uint32x4_t b) { in test_vmaxq_u32()
4130 float32x4_t test_vmaxq_f32(float32x4_t a, float32x4_t b) { in test_vmaxq_f32()
4137 int8x8_t test_vmin_s8(int8x8_t a, int8x8_t b) { in test_vmin_s8()
4143 int16x4_t test_vmin_s16(int16x4_t a, int16x4_t b) { in test_vmin_s16()
4149 int32x2_t test_vmin_s32(int32x2_t a, int32x2_t b) { in test_vmin_s32()
4155 uint8x8_t test_vmin_u8(uint8x8_t a, uint8x8_t b) { in test_vmin_u8()
4161 uint16x4_t test_vmin_u16(uint16x4_t a, uint16x4_t b) { in test_vmin_u16()
4167 uint32x2_t test_vmin_u32(uint32x2_t a, uint32x2_t b) { in test_vmin_u32()
4173 float32x2_t test_vmin_f32(float32x2_t a, float32x2_t b) { in test_vmin_f32()
4179 int8x16_t test_vminq_s8(int8x16_t a, int8x16_t b) { in test_vminq_s8()
4185 int16x8_t test_vminq_s16(int16x8_t a, int16x8_t b) { in test_vminq_s16()
4191 int32x4_t test_vminq_s32(int32x4_t a, int32x4_t b) { in test_vminq_s32()
4197 uint8x16_t test_vminq_u8(uint8x16_t a, uint8x16_t b) { in test_vminq_u8()
4203 uint16x8_t test_vminq_u16(uint16x8_t a, uint16x8_t b) { in test_vminq_u16()
4209 uint32x4_t test_vminq_u32(uint32x4_t a, uint32x4_t b) { in test_vminq_u32()
4215 float32x4_t test_vminq_f32(float32x4_t a, float32x4_t b) { in test_vminq_f32()
4222 int8x8_t test_vmla_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vmla_s8()
4228 int16x4_t test_vmla_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmla_s16()
4234 int32x2_t test_vmla_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmla_s32()
4242 float32x2_t test_vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmla_f32()
4248 uint8x8_t test_vmla_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmla_u8()
4254 uint16x4_t test_vmla_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmla_u16()
4260 uint32x2_t test_vmla_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmla_u32()
4266 int8x16_t test_vmlaq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vmlaq_s8()
4272 int16x8_t test_vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vmlaq_s16()
4278 int32x4_t test_vmlaq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vmlaq_s32()
4286 float32x4_t test_vmlaq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vmlaq_f32()
4292 uint8x16_t test_vmlaq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vmlaq_u8()
4298 uint16x8_t test_vmlaq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vmlaq_u16()
4304 uint32x4_t test_vmlaq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vmlaq_u32()
4311 int16x8_t test_vmlal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlal_s8()
4317 int32x4_t test_vmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_s16()
4323 int64x2_t test_vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_s32()
4329 uint16x8_t test_vmlal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlal_u8()
4335 uint32x4_t test_vmlal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_u16()
4341 uint64x2_t test_vmlal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_u32()
4348 int32x4_t test_vmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_lane_s16()
4354 int64x2_t test_vmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_lane_s32()
4360 uint32x4_t test_vmlal_lane_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_lane_u16()
4366 uint64x2_t test_vmlal_lane_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_lane_u32()
4373 int32x4_t test_vmlal_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vmlal_n_s16()
4379 int64x2_t test_vmlal_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vmlal_n_s32()
4385 uint32x4_t test_vmlal_n_u16(uint32x4_t a, uint16x4_t b, uint16_t c) { in test_vmlal_n_u16()
4391 uint64x2_t test_vmlal_n_u32(uint64x2_t a, uint32x2_t b, uint32_t c) { in test_vmlal_n_u32()
4398 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmla_lane_s16()
4404 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmla_lane_s32()
4410 uint16x4_t test_vmla_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmla_lane_u16()
4416 uint32x2_t test_vmla_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmla_lane_u32()
4424 float32x2_t test_vmla_lane_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmla_lane_f32()
4430 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t c) { in test_vmlaq_lane_s16()
4436 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t c) { in test_vmlaq_lane_s32()
4442 uint16x8_t test_vmlaq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t c) { in test_vmlaq_lane_u16()
4448 uint32x4_t test_vmlaq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t c) { in test_vmlaq_lane_u32()
4456 float32x4_t test_vmlaq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t c) { in test_vmlaq_lane_f32()
4463 int16x4_t test_vmla_n_s16(int16x4_t a, int16x4_t b, int16_t c) { in test_vmla_n_s16()
4469 int32x2_t test_vmla_n_s32(int32x2_t a, int32x2_t b, int32_t c) { in test_vmla_n_s32()
4475 uint16x4_t test_vmla_n_u16(uint16x4_t a, uint16x4_t b, uint16_t c) { in test_vmla_n_u16()
4481 uint32x2_t test_vmla_n_u32(uint32x2_t a, uint32x2_t b, uint32_t c) { in test_vmla_n_u32()
4489 float32x2_t test_vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmla_n_f32()
4495 int16x8_t test_vmlaq_n_s16(int16x8_t a, int16x8_t b, int16_t c) { in test_vmlaq_n_s16()
4501 int32x4_t test_vmlaq_n_s32(int32x4_t a, int32x4_t b, int32_t c) { in test_vmlaq_n_s32()
4507 uint16x8_t test_vmlaq_n_u16(uint16x8_t a, uint16x8_t b, uint16_t c) { in test_vmlaq_n_u16()
4513 uint32x4_t test_vmlaq_n_u32(uint32x4_t a, uint32x4_t b, uint32_t c) { in test_vmlaq_n_u32()
4522 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlaq_n_f32()
4529 int8x8_t test_vmls_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vmls_s8()
4535 int16x4_t test_vmls_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmls_s16()
4541 int32x2_t test_vmls_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmls_s32()
4549 float32x2_t test_vmls_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmls_f32()
4555 uint8x8_t test_vmls_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmls_u8()
4561 uint16x4_t test_vmls_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmls_u16()
4567 uint32x2_t test_vmls_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmls_u32()
4573 int8x16_t test_vmlsq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vmlsq_s8()
4579 int16x8_t test_vmlsq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vmlsq_s16()
4585 int32x4_t test_vmlsq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vmlsq_s32()
4593 float32x4_t test_vmlsq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vmlsq_f32()
4599 uint8x16_t test_vmlsq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vmlsq_u8()
4605 uint16x8_t test_vmlsq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vmlsq_u16()
4611 uint32x4_t test_vmlsq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vmlsq_u32()
4618 int16x8_t test_vmlsl_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlsl_s8()
4624 int32x4_t test_vmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_s16()
4630 int64x2_t test_vmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_s32()
4636 uint16x8_t test_vmlsl_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlsl_u8()
4642 uint32x4_t test_vmlsl_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_u16()
4648 uint64x2_t test_vmlsl_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_u32()
4655 int32x4_t test_vmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_lane_s16()
4661 int64x2_t test_vmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_lane_s32()
4667 uint32x4_t test_vmlsl_lane_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_lane_u16()
4673 uint64x2_t test_vmlsl_lane_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_lane_u32()
4680 int32x4_t test_vmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vmlsl_n_s16()
4686 int64x2_t test_vmlsl_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vmlsl_n_s32()
4692 uint32x4_t test_vmlsl_n_u16(uint32x4_t a, uint16x4_t b, uint16_t c) { in test_vmlsl_n_u16()
4698 uint64x2_t test_vmlsl_n_u32(uint64x2_t a, uint32x2_t b, uint32_t c) { in test_vmlsl_n_u32()
4705 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmls_lane_s16()
4711 int32x2_t test_vmls_lane_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmls_lane_s32()
4717 uint16x4_t test_vmls_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmls_lane_u16()
4723 uint32x2_t test_vmls_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmls_lane_u32()
4731 float32x2_t test_vmls_lane_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmls_lane_f32()
4737 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t c) { in test_vmlsq_lane_s16()
4743 int32x4_t test_vmlsq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t c) { in test_vmlsq_lane_s32()
4749 uint16x8_t test_vmlsq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t c) { in test_vmlsq_lane_u16()
4755 uint32x4_t test_vmlsq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t c) { in test_vmlsq_lane_u32()
4763 float32x4_t test_vmlsq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t c) { in test_vmlsq_lane_f32()
4770 int16x4_t test_vmls_n_s16(int16x4_t a, int16x4_t b, int16_t c) { in test_vmls_n_s16()
4776 int32x2_t test_vmls_n_s32(int32x2_t a, int32x2_t b, int32_t c) { in test_vmls_n_s32()
4782 uint16x4_t test_vmls_n_u16(uint16x4_t a, uint16x4_t b, uint16_t c) { in test_vmls_n_u16()
4788 uint32x2_t test_vmls_n_u32(uint32x2_t a, uint32x2_t b, uint32_t c) { in test_vmls_n_u32()
4796 float32x2_t test_vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmls_n_f32()
4802 int16x8_t test_vmlsq_n_s16(int16x8_t a, int16x8_t b, int16_t c) { in test_vmlsq_n_s16()
4808 int32x4_t test_vmlsq_n_s32(int32x4_t a, int32x4_t b, int32_t c) { in test_vmlsq_n_s32()
4814 uint16x8_t test_vmlsq_n_u16(uint16x8_t a, uint16x8_t b, uint16_t c) { in test_vmlsq_n_u16()
4820 uint32x4_t test_vmlsq_n_u32(uint32x4_t a, uint32x4_t b, uint32_t c) { in test_vmlsq_n_u32()
4828 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlsq_n_f32()
5058 int8x8_t test_vmul_s8(int8x8_t a, int8x8_t b) { in test_vmul_s8()
5064 int16x4_t test_vmul_s16(int16x4_t a, int16x4_t b) { in test_vmul_s16()
5070 int32x2_t test_vmul_s32(int32x2_t a, int32x2_t b) { in test_vmul_s32()
5076 float32x2_t test_vmul_f32(float32x2_t a, float32x2_t b) { in test_vmul_f32()
5082 uint8x8_t test_vmul_u8(uint8x8_t a, uint8x8_t b) { in test_vmul_u8()
5088 uint16x4_t test_vmul_u16(uint16x4_t a, uint16x4_t b) { in test_vmul_u16()
5094 uint32x2_t test_vmul_u32(uint32x2_t a, uint32x2_t b) { in test_vmul_u32()
5100 int8x16_t test_vmulq_s8(int8x16_t a, int8x16_t b) { in test_vmulq_s8()
5106 int16x8_t test_vmulq_s16(int16x8_t a, int16x8_t b) { in test_vmulq_s16()
5112 int32x4_t test_vmulq_s32(int32x4_t a, int32x4_t b) { in test_vmulq_s32()
5118 float32x4_t test_vmulq_f32(float32x4_t a, float32x4_t b) { in test_vmulq_f32()
5124 uint8x16_t test_vmulq_u8(uint8x16_t a, uint8x16_t b) { in test_vmulq_u8()
5130 uint16x8_t test_vmulq_u16(uint16x8_t a, uint16x8_t b) { in test_vmulq_u16()
5136 uint32x4_t test_vmulq_u32(uint32x4_t a, uint32x4_t b) { in test_vmulq_u32()
5143 int16x8_t test_vmull_s8(int8x8_t a, int8x8_t b) { in test_vmull_s8()
5149 int32x4_t test_vmull_s16(int16x4_t a, int16x4_t b) { in test_vmull_s16()
5155 int64x2_t test_vmull_s32(int32x2_t a, int32x2_t b) { in test_vmull_s32()
5161 uint16x8_t test_vmull_u8(uint8x8_t a, uint8x8_t b) { in test_vmull_u8()
5167 uint32x4_t test_vmull_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_u16()
5173 uint64x2_t test_vmull_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_u32()
5179 poly16x8_t test_vmull_p8(poly8x8_t a, poly8x8_t b) { in test_vmull_p8()
5186 int32x4_t test_vmull_lane_s16(int16x4_t a, int16x4_t b) { in test_vmull_lane_s16()
5192 int64x2_t test_vmull_lane_s32(int32x2_t a, int32x2_t b) { in test_vmull_lane_s32()
5198 uint32x4_t test_vmull_lane_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_lane_u16()
5204 uint64x2_t test_vmull_lane_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_lane_u32()
5211 int32x4_t test_vmull_n_s16(int16x4_t a, int16_t b) { in test_vmull_n_s16()
5217 int64x2_t test_vmull_n_s32(int32x2_t a, int32_t b) { in test_vmull_n_s32()
5223 uint32x4_t test_vmull_n_u16(uint16x4_t a, uint16_t b) { in test_vmull_n_u16()
5229 uint64x2_t test_vmull_n_u32(uint32x2_t a, uint32_t b) { in test_vmull_n_u32()
5236 poly8x8_t test_vmul_p8(poly8x8_t a, poly8x8_t b) { in test_vmul_p8()
5242 poly8x16_t test_vmulq_p8(poly8x16_t a, poly8x16_t b) { in test_vmulq_p8()
5249 int16x4_t test_vmul_lane_s16(int16x4_t a, int16x4_t b) { in test_vmul_lane_s16()
5255 int32x2_t test_vmul_lane_s32(int32x2_t a, int32x2_t b) { in test_vmul_lane_s32()
5261 float32x2_t test_vmul_lane_f32(float32x2_t a, float32x2_t b) { in test_vmul_lane_f32()
5267 uint16x4_t test_vmul_lane_u16(uint16x4_t a, uint16x4_t b) { in test_vmul_lane_u16()
5273 uint32x2_t test_vmul_lane_u32(uint32x2_t a, uint32x2_t b) { in test_vmul_lane_u32()
5279 int16x8_t test_vmulq_lane_s16(int16x8_t a, int16x4_t b) { in test_vmulq_lane_s16()
5285 int32x4_t test_vmulq_lane_s32(int32x4_t a, int32x2_t b) { in test_vmulq_lane_s32()
5291 float32x4_t test_vmulq_lane_f32(float32x4_t a, float32x2_t b) { in test_vmulq_lane_f32()
5297 uint16x8_t test_vmulq_lane_u16(uint16x8_t a, uint16x4_t b) { in test_vmulq_lane_u16()
5303 uint32x4_t test_vmulq_lane_u32(uint32x4_t a, uint32x2_t b) { in test_vmulq_lane_u32()
5310 int16x4_t test_vmul_n_s16(int16x4_t a, int16_t b) { in test_vmul_n_s16()
5316 int32x2_t test_vmul_n_s32(int32x2_t a, int32_t b) { in test_vmul_n_s32()
5322 float32x2_t test_vmul_n_f32(float32x2_t a, float32_t b) { in test_vmul_n_f32()
5328 uint16x4_t test_vmul_n_u16(uint16x4_t a, uint16_t b) { in test_vmul_n_u16()
5334 uint32x2_t test_vmul_n_u32(uint32x2_t a, uint32_t b) { in test_vmul_n_u32()
5340 int16x8_t test_vmulq_n_s16(int16x8_t a, int16_t b) { in test_vmulq_n_s16()
5346 int32x4_t test_vmulq_n_s32(int32x4_t a, int32_t b) { in test_vmulq_n_s32()
5352 float32x4_t test_vmulq_n_f32(float32x4_t a, float32_t b) { in test_vmulq_n_f32()
5358 uint16x8_t test_vmulq_n_u16(uint16x8_t a, uint16_t b) { in test_vmulq_n_u16()
5364 uint32x4_t test_vmulq_n_u32(uint32x4_t a, uint32_t b) { in test_vmulq_n_u32()
5505 int8x8_t test_vorn_s8(int8x8_t a, int8x8_t b) { in test_vorn_s8()
5511 int16x4_t test_vorn_s16(int16x4_t a, int16x4_t b) { in test_vorn_s16()
5517 int32x2_t test_vorn_s32(int32x2_t a, int32x2_t b) { in test_vorn_s32()
5523 int64x1_t test_vorn_s64(int64x1_t a, int64x1_t b) { in test_vorn_s64()
5529 uint8x8_t test_vorn_u8(uint8x8_t a, uint8x8_t b) { in test_vorn_u8()
5535 uint16x4_t test_vorn_u16(uint16x4_t a, uint16x4_t b) { in test_vorn_u16()
5541 uint32x2_t test_vorn_u32(uint32x2_t a, uint32x2_t b) { in test_vorn_u32()
5547 uint64x1_t test_vorn_u64(uint64x1_t a, uint64x1_t b) { in test_vorn_u64()
5553 int8x16_t test_vornq_s8(int8x16_t a, int8x16_t b) { in test_vornq_s8()
5559 int16x8_t test_vornq_s16(int16x8_t a, int16x8_t b) { in test_vornq_s16()
5565 int32x4_t test_vornq_s32(int32x4_t a, int32x4_t b) { in test_vornq_s32()
5571 int64x2_t test_vornq_s64(int64x2_t a, int64x2_t b) { in test_vornq_s64()
5577 uint8x16_t test_vornq_u8(uint8x16_t a, uint8x16_t b) { in test_vornq_u8()
5583 uint16x8_t test_vornq_u16(uint16x8_t a, uint16x8_t b) { in test_vornq_u16()
5589 uint32x4_t test_vornq_u32(uint32x4_t a, uint32x4_t b) { in test_vornq_u32()
5595 uint64x2_t test_vornq_u64(uint64x2_t a, uint64x2_t b) { in test_vornq_u64()
5602 int8x8_t test_vorr_s8(int8x8_t a, int8x8_t b) { in test_vorr_s8()
5608 int16x4_t test_vorr_s16(int16x4_t a, int16x4_t b) { in test_vorr_s16()
5614 int32x2_t test_vorr_s32(int32x2_t a, int32x2_t b) { in test_vorr_s32()
5620 int64x1_t test_vorr_s64(int64x1_t a, int64x1_t b) { in test_vorr_s64()
5626 uint8x8_t test_vorr_u8(uint8x8_t a, uint8x8_t b) { in test_vorr_u8()
5632 uint16x4_t test_vorr_u16(uint16x4_t a, uint16x4_t b) { in test_vorr_u16()
5638 uint32x2_t test_vorr_u32(uint32x2_t a, uint32x2_t b) { in test_vorr_u32()
5644 uint64x1_t test_vorr_u64(uint64x1_t a, uint64x1_t b) { in test_vorr_u64()
5650 int8x16_t test_vorrq_s8(int8x16_t a, int8x16_t b) { in test_vorrq_s8()
5656 int16x8_t test_vorrq_s16(int16x8_t a, int16x8_t b) { in test_vorrq_s16()
5662 int32x4_t test_vorrq_s32(int32x4_t a, int32x4_t b) { in test_vorrq_s32()
5668 int64x2_t test_vorrq_s64(int64x2_t a, int64x2_t b) { in test_vorrq_s64()
5674 uint8x16_t test_vorrq_u8(uint8x16_t a, uint8x16_t b) { in test_vorrq_u8()
5680 uint16x8_t test_vorrq_u16(uint16x8_t a, uint16x8_t b) { in test_vorrq_u16()
5686 uint32x4_t test_vorrq_u32(uint32x4_t a, uint32x4_t b) { in test_vorrq_u32()
5692 uint64x2_t test_vorrq_u64(uint64x2_t a, uint64x2_t b) { in test_vorrq_u64()
5699 int16x4_t test_vpadal_s8(int16x4_t a, int8x8_t b) { in test_vpadal_s8()
5705 int32x2_t test_vpadal_s16(int32x2_t a, int16x4_t b) { in test_vpadal_s16()
5711 int64x1_t test_vpadal_s32(int64x1_t a, int32x2_t b) { in test_vpadal_s32()
5717 uint16x4_t test_vpadal_u8(uint16x4_t a, uint8x8_t b) { in test_vpadal_u8()
5723 uint32x2_t test_vpadal_u16(uint32x2_t a, uint16x4_t b) { in test_vpadal_u16()
5729 uint64x1_t test_vpadal_u32(uint64x1_t a, uint32x2_t b) { in test_vpadal_u32()
5735 int16x8_t test_vpadalq_s8(int16x8_t a, int8x16_t b) { in test_vpadalq_s8()
5741 int32x4_t test_vpadalq_s16(int32x4_t a, int16x8_t b) { in test_vpadalq_s16()
5747 int64x2_t test_vpadalq_s32(int64x2_t a, int32x4_t b) { in test_vpadalq_s32()
5753 uint16x8_t test_vpadalq_u8(uint16x8_t a, uint8x16_t b) { in test_vpadalq_u8()
5759 uint32x4_t test_vpadalq_u16(uint32x4_t a, uint16x8_t b) { in test_vpadalq_u16()
5765 uint64x2_t test_vpadalq_u32(uint64x2_t a, uint32x4_t b) { in test_vpadalq_u32()
5772 int8x8_t test_vpadd_s8(int8x8_t a, int8x8_t b) { in test_vpadd_s8()
5778 int16x4_t test_vpadd_s16(int16x4_t a, int16x4_t b) { in test_vpadd_s16()
5784 int32x2_t test_vpadd_s32(int32x2_t a, int32x2_t b) { in test_vpadd_s32()
5790 uint8x8_t test_vpadd_u8(uint8x8_t a, uint8x8_t b) { in test_vpadd_u8()
5796 uint16x4_t test_vpadd_u16(uint16x4_t a, uint16x4_t b) { in test_vpadd_u16()
5802 uint32x2_t test_vpadd_u32(uint32x2_t a, uint32x2_t b) { in test_vpadd_u32()
5808 float32x2_t test_vpadd_f32(float32x2_t a, float32x2_t b) { in test_vpadd_f32()
5888 int8x8_t test_vpmax_s8(int8x8_t a, int8x8_t b) { in test_vpmax_s8()
5894 int16x4_t test_vpmax_s16(int16x4_t a, int16x4_t b) { in test_vpmax_s16()
5900 int32x2_t test_vpmax_s32(int32x2_t a, int32x2_t b) { in test_vpmax_s32()
5906 uint8x8_t test_vpmax_u8(uint8x8_t a, uint8x8_t b) { in test_vpmax_u8()
5912 uint16x4_t test_vpmax_u16(uint16x4_t a, uint16x4_t b) { in test_vpmax_u16()
5918 uint32x2_t test_vpmax_u32(uint32x2_t a, uint32x2_t b) { in test_vpmax_u32()
5924 float32x2_t test_vpmax_f32(float32x2_t a, float32x2_t b) { in test_vpmax_f32()
5931 int8x8_t test_vpmin_s8(int8x8_t a, int8x8_t b) { in test_vpmin_s8()
5937 int16x4_t test_vpmin_s16(int16x4_t a, int16x4_t b) { in test_vpmin_s16()
5943 int32x2_t test_vpmin_s32(int32x2_t a, int32x2_t b) { in test_vpmin_s32()
5949 uint8x8_t test_vpmin_u8(uint8x8_t a, uint8x8_t b) { in test_vpmin_u8()
5955 uint16x4_t test_vpmin_u16(uint16x4_t a, uint16x4_t b) { in test_vpmin_u16()
5961 uint32x2_t test_vpmin_u32(uint32x2_t a, uint32x2_t b) { in test_vpmin_u32()
5967 float32x2_t test_vpmin_f32(float32x2_t a, float32x2_t b) { in test_vpmin_f32()
6011 int8x8_t test_vqadd_s8(int8x8_t a, int8x8_t b) { in test_vqadd_s8()
6017 int16x4_t test_vqadd_s16(int16x4_t a, int16x4_t b) { in test_vqadd_s16()
6023 int32x2_t test_vqadd_s32(int32x2_t a, int32x2_t b) { in test_vqadd_s32()
6029 int64x1_t test_vqadd_s64(int64x1_t a, int64x1_t b) { in test_vqadd_s64()
6035 uint8x8_t test_vqadd_u8(uint8x8_t a, uint8x8_t b) { in test_vqadd_u8()
6041 uint16x4_t test_vqadd_u16(uint16x4_t a, uint16x4_t b) { in test_vqadd_u16()
6047 uint32x2_t test_vqadd_u32(uint32x2_t a, uint32x2_t b) { in test_vqadd_u32()
6053 uint64x1_t test_vqadd_u64(uint64x1_t a, uint64x1_t b) { in test_vqadd_u64()
6059 int8x16_t test_vqaddq_s8(int8x16_t a, int8x16_t b) { in test_vqaddq_s8()
6065 int16x8_t test_vqaddq_s16(int16x8_t a, int16x8_t b) { in test_vqaddq_s16()
6071 int32x4_t test_vqaddq_s32(int32x4_t a, int32x4_t b) { in test_vqaddq_s32()
6077 int64x2_t test_vqaddq_s64(int64x2_t a, int64x2_t b) { in test_vqaddq_s64()
6083 uint8x16_t test_vqaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vqaddq_u8()
6089 uint16x8_t test_vqaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vqaddq_u16()
6095 uint32x4_t test_vqaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vqaddq_u32()
6101 uint64x2_t test_vqaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vqaddq_u64()
6108 int32x4_t test_vqdmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_s16()
6114 int64x2_t test_vqdmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_s32()
6121 int32x4_t test_vqdmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_lane_s16()
6127 int64x2_t test_vqdmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_lane_s32()
6134 int32x4_t test_vqdmlal_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vqdmlal_n_s16()
6140 int64x2_t test_vqdmlal_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vqdmlal_n_s32()
6147 int32x4_t test_vqdmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_s16()
6153 int64x2_t test_vqdmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_s32()
6160 int32x4_t test_vqdmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_lane_s16()
6166 int64x2_t test_vqdmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_lane_s32()
6173 int32x4_t test_vqdmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vqdmlsl_n_s16()
6179 int64x2_t test_vqdmlsl_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vqdmlsl_n_s32()
6186 int16x4_t test_vqdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_s16()
6192 int32x2_t test_vqdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_s32()
6198 int16x8_t test_vqdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqdmulhq_s16()
6204 int32x4_t test_vqdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqdmulhq_s32()
6211 int16x4_t test_vqdmulh_lane_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_lane_s16()
6217 int32x2_t test_vqdmulh_lane_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_lane_s32()
6223 int16x8_t test_vqdmulhq_lane_s16(int16x8_t a, int16x4_t b) { in test_vqdmulhq_lane_s16()
6229 int32x4_t test_vqdmulhq_lane_s32(int32x4_t a, int32x2_t b) { in test_vqdmulhq_lane_s32()
6236 int16x4_t test_vqdmulh_n_s16(int16x4_t a, int16_t b) { in test_vqdmulh_n_s16()
6242 int32x2_t test_vqdmulh_n_s32(int32x2_t a, int32_t b) { in test_vqdmulh_n_s32()
6248 int16x8_t test_vqdmulhq_n_s16(int16x8_t a, int16_t b) { in test_vqdmulhq_n_s16()
6254 int32x4_t test_vqdmulhq_n_s32(int32x4_t a, int32_t b) { in test_vqdmulhq_n_s32()
6261 int32x4_t test_vqdmull_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_s16()
6267 int64x2_t test_vqdmull_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_s32()
6274 int32x4_t test_vqdmull_lane_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_lane_s16()
6280 int64x2_t test_vqdmull_lane_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_lane_s32()
6287 int32x4_t test_vqdmull_n_s16(int16x4_t a, int16_t b) { in test_vqdmull_n_s16()
6293 int64x2_t test_vqdmull_n_s32(int32x2_t a, int32_t b) { in test_vqdmull_n_s32()
6393 int16x4_t test_vqrdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_s16()
6399 int32x2_t test_vqrdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_s32()
6405 int16x8_t test_vqrdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqrdmulhq_s16()
6411 int32x4_t test_vqrdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqrdmulhq_s32()
6418 int16x4_t test_vqrdmulh_lane_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_lane_s16()
6424 int32x2_t test_vqrdmulh_lane_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_lane_s32()
6430 int16x8_t test_vqrdmulhq_lane_s16(int16x8_t a, int16x4_t b) { in test_vqrdmulhq_lane_s16()
6436 int32x4_t test_vqrdmulhq_lane_s32(int32x4_t a, int32x2_t b) { in test_vqrdmulhq_lane_s32()
6443 int16x4_t test_vqrdmulh_n_s16(int16x4_t a, int16_t b) { in test_vqrdmulh_n_s16()
6449 int32x2_t test_vqrdmulh_n_s32(int32x2_t a, int32_t b) { in test_vqrdmulh_n_s32()
6455 int16x8_t test_vqrdmulhq_n_s16(int16x8_t a, int16_t b) { in test_vqrdmulhq_n_s16()
6461 int32x4_t test_vqrdmulhq_n_s32(int32x4_t a, int32_t b) { in test_vqrdmulhq_n_s32()
6468 int8x8_t test_vqrshl_s8(int8x8_t a, int8x8_t b) { in test_vqrshl_s8()
6474 int16x4_t test_vqrshl_s16(int16x4_t a, int16x4_t b) { in test_vqrshl_s16()
6480 int32x2_t test_vqrshl_s32(int32x2_t a, int32x2_t b) { in test_vqrshl_s32()
6486 int64x1_t test_vqrshl_s64(int64x1_t a, int64x1_t b) { in test_vqrshl_s64()
6492 uint8x8_t test_vqrshl_u8(uint8x8_t a, int8x8_t b) { in test_vqrshl_u8()
6498 uint16x4_t test_vqrshl_u16(uint16x4_t a, int16x4_t b) { in test_vqrshl_u16()
6504 uint32x2_t test_vqrshl_u32(uint32x2_t a, int32x2_t b) { in test_vqrshl_u32()
6510 uint64x1_t test_vqrshl_u64(uint64x1_t a, int64x1_t b) { in test_vqrshl_u64()
6516 int8x16_t test_vqrshlq_s8(int8x16_t a, int8x16_t b) { in test_vqrshlq_s8()
6522 int16x8_t test_vqrshlq_s16(int16x8_t a, int16x8_t b) { in test_vqrshlq_s16()
6528 int32x4_t test_vqrshlq_s32(int32x4_t a, int32x4_t b) { in test_vqrshlq_s32()
6534 int64x2_t test_vqrshlq_s64(int64x2_t a, int64x2_t b) { in test_vqrshlq_s64()
6540 uint8x16_t test_vqrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqrshlq_u8()
6546 uint16x8_t test_vqrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqrshlq_u16()
6552 uint32x4_t test_vqrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqrshlq_u32()
6558 uint64x2_t test_vqrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqrshlq_u64()
6621 int8x8_t test_vqshl_s8(int8x8_t a, int8x8_t b) { in test_vqshl_s8()
6627 int16x4_t test_vqshl_s16(int16x4_t a, int16x4_t b) { in test_vqshl_s16()
6633 int32x2_t test_vqshl_s32(int32x2_t a, int32x2_t b) { in test_vqshl_s32()
6639 int64x1_t test_vqshl_s64(int64x1_t a, int64x1_t b) { in test_vqshl_s64()
6645 uint8x8_t test_vqshl_u8(uint8x8_t a, int8x8_t b) { in test_vqshl_u8()
6651 uint16x4_t test_vqshl_u16(uint16x4_t a, int16x4_t b) { in test_vqshl_u16()
6657 uint32x2_t test_vqshl_u32(uint32x2_t a, int32x2_t b) { in test_vqshl_u32()
6663 uint64x1_t test_vqshl_u64(uint64x1_t a, int64x1_t b) { in test_vqshl_u64()
6669 int8x16_t test_vqshlq_s8(int8x16_t a, int8x16_t b) { in test_vqshlq_s8()
6675 int16x8_t test_vqshlq_s16(int16x8_t a, int16x8_t b) { in test_vqshlq_s16()
6681 int32x4_t test_vqshlq_s32(int32x4_t a, int32x4_t b) { in test_vqshlq_s32()
6687 int64x2_t test_vqshlq_s64(int64x2_t a, int64x2_t b) { in test_vqshlq_s64()
6693 uint8x16_t test_vqshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqshlq_u8()
6699 uint16x8_t test_vqshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqshlq_u16()
6705 uint32x4_t test_vqshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqshlq_u32()
6711 uint64x2_t test_vqshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqshlq_u64()
6920 int8x8_t test_vqsub_s8(int8x8_t a, int8x8_t b) { in test_vqsub_s8()
6926 int16x4_t test_vqsub_s16(int16x4_t a, int16x4_t b) { in test_vqsub_s16()
6932 int32x2_t test_vqsub_s32(int32x2_t a, int32x2_t b) { in test_vqsub_s32()
6938 int64x1_t test_vqsub_s64(int64x1_t a, int64x1_t b) { in test_vqsub_s64()
6944 uint8x8_t test_vqsub_u8(uint8x8_t a, uint8x8_t b) { in test_vqsub_u8()
6950 uint16x4_t test_vqsub_u16(uint16x4_t a, uint16x4_t b) { in test_vqsub_u16()
6956 uint32x2_t test_vqsub_u32(uint32x2_t a, uint32x2_t b) { in test_vqsub_u32()
6962 uint64x1_t test_vqsub_u64(uint64x1_t a, uint64x1_t b) { in test_vqsub_u64()
6968 int8x16_t test_vqsubq_s8(int8x16_t a, int8x16_t b) { in test_vqsubq_s8()
6974 int16x8_t test_vqsubq_s16(int16x8_t a, int16x8_t b) { in test_vqsubq_s16()
6980 int32x4_t test_vqsubq_s32(int32x4_t a, int32x4_t b) { in test_vqsubq_s32()
6986 int64x2_t test_vqsubq_s64(int64x2_t a, int64x2_t b) { in test_vqsubq_s64()
6992 uint8x16_t test_vqsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vqsubq_u8()
6998 uint16x8_t test_vqsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vqsubq_u16()
7004 uint32x4_t test_vqsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vqsubq_u32()
7010 uint64x2_t test_vqsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vqsubq_u64()
7017 int8x8_t test_vraddhn_s16(int16x8_t a, int16x8_t b) { in test_vraddhn_s16()
7023 int16x4_t test_vraddhn_s32(int32x4_t a, int32x4_t b) { in test_vraddhn_s32()
7029 int32x2_t test_vraddhn_s64(int64x2_t a, int64x2_t b) { in test_vraddhn_s64()
7035 uint8x8_t test_vraddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vraddhn_u16()
7041 uint16x4_t test_vraddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vraddhn_u32()
7047 uint32x2_t test_vraddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vraddhn_u64()
7079 float32x2_t test_vrecps_f32(float32x2_t a, float32x2_t b) { in test_vrecps_f32()
7085 float32x4_t test_vrecpsq_f32(float32x4_t a, float32x4_t b) { in test_vrecpsq_f32()
8632 int8x8_t test_vrhadd_s8(int8x8_t a, int8x8_t b) { in test_vrhadd_s8()
8638 int16x4_t test_vrhadd_s16(int16x4_t a, int16x4_t b) { in test_vrhadd_s16()
8644 int32x2_t test_vrhadd_s32(int32x2_t a, int32x2_t b) { in test_vrhadd_s32()
8650 uint8x8_t test_vrhadd_u8(uint8x8_t a, uint8x8_t b) { in test_vrhadd_u8()
8656 uint16x4_t test_vrhadd_u16(uint16x4_t a, uint16x4_t b) { in test_vrhadd_u16()
8662 uint32x2_t test_vrhadd_u32(uint32x2_t a, uint32x2_t b) { in test_vrhadd_u32()
8668 int8x16_t test_vrhaddq_s8(int8x16_t a, int8x16_t b) { in test_vrhaddq_s8()
8674 int16x8_t test_vrhaddq_s16(int16x8_t a, int16x8_t b) { in test_vrhaddq_s16()
8680 int32x4_t test_vrhaddq_s32(int32x4_t a, int32x4_t b) { in test_vrhaddq_s32()
8686 uint8x16_t test_vrhaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vrhaddq_u8()
8692 uint16x8_t test_vrhaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vrhaddq_u16()
8698 uint32x4_t test_vrhaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vrhaddq_u32()
8705 int8x8_t test_vrshl_s8(int8x8_t a, int8x8_t b) { in test_vrshl_s8()
8711 int16x4_t test_vrshl_s16(int16x4_t a, int16x4_t b) { in test_vrshl_s16()
8717 int32x2_t test_vrshl_s32(int32x2_t a, int32x2_t b) { in test_vrshl_s32()
8723 int64x1_t test_vrshl_s64(int64x1_t a, int64x1_t b) { in test_vrshl_s64()
8729 uint8x8_t test_vrshl_u8(uint8x8_t a, int8x8_t b) { in test_vrshl_u8()
8735 uint16x4_t test_vrshl_u16(uint16x4_t a, int16x4_t b) { in test_vrshl_u16()
8741 uint32x2_t test_vrshl_u32(uint32x2_t a, int32x2_t b) { in test_vrshl_u32()
8747 uint64x1_t test_vrshl_u64(uint64x1_t a, int64x1_t b) { in test_vrshl_u64()
8753 int8x16_t test_vrshlq_s8(int8x16_t a, int8x16_t b) { in test_vrshlq_s8()
8759 int16x8_t test_vrshlq_s16(int16x8_t a, int16x8_t b) { in test_vrshlq_s16()
8765 int32x4_t test_vrshlq_s32(int32x4_t a, int32x4_t b) { in test_vrshlq_s32()
8771 int64x2_t test_vrshlq_s64(int64x2_t a, int64x2_t b) { in test_vrshlq_s64()
8777 uint8x16_t test_vrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vrshlq_u8()
8783 uint16x8_t test_vrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vrshlq_u16()
8789 uint32x4_t test_vrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vrshlq_u32()
8795 uint64x2_t test_vrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vrshlq_u64()
8961 float32x2_t test_vrsqrts_f32(float32x2_t a, float32x2_t b) { in test_vrsqrts_f32()
8967 float32x4_t test_vrsqrtsq_f32(float32x4_t a, float32x4_t b) { in test_vrsqrtsq_f32()
8974 int8x8_t test_vrsra_n_s8(int8x8_t a, int8x8_t b) { in test_vrsra_n_s8()
8980 int16x4_t test_vrsra_n_s16(int16x4_t a, int16x4_t b) { in test_vrsra_n_s16()
8986 int32x2_t test_vrsra_n_s32(int32x2_t a, int32x2_t b) { in test_vrsra_n_s32()
8992 int64x1_t test_vrsra_n_s64(int64x1_t a, int64x1_t b) { in test_vrsra_n_s64()
8998 uint8x8_t test_vrsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vrsra_n_u8()
9004 uint16x4_t test_vrsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vrsra_n_u16()
9010 uint32x2_t test_vrsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vrsra_n_u32()
9016 uint64x1_t test_vrsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vrsra_n_u64()
9022 int8x16_t test_vrsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vrsraq_n_s8()
9028 int16x8_t test_vrsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vrsraq_n_s16()
9034 int32x4_t test_vrsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vrsraq_n_s32()
9040 int64x2_t test_vrsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vrsraq_n_s64()
9046 uint8x16_t test_vrsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vrsraq_n_u8()
9052 uint16x8_t test_vrsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vrsraq_n_u16()
9058 uint32x4_t test_vrsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vrsraq_n_u32()
9064 uint64x2_t test_vrsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vrsraq_n_u64()
9071 int8x8_t test_vrsubhn_s16(int16x8_t a, int16x8_t b) { in test_vrsubhn_s16()
9077 int16x4_t test_vrsubhn_s32(int32x4_t a, int32x4_t b) { in test_vrsubhn_s32()
9083 int32x2_t test_vrsubhn_s64(int64x2_t a, int64x2_t b) { in test_vrsubhn_s64()
9089 uint8x8_t test_vrsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vrsubhn_u16()
9095 uint16x4_t test_vrsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vrsubhn_u32()
9101 uint32x2_t test_vrsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vrsubhn_u64()
9108 uint8x8_t test_vset_lane_u8(uint8_t a, uint8x8_t b) { in test_vset_lane_u8()
9114 uint16x4_t test_vset_lane_u16(uint16_t a, uint16x4_t b) { in test_vset_lane_u16()
9120 uint32x2_t test_vset_lane_u32(uint32_t a, uint32x2_t b) { in test_vset_lane_u32()
9126 int8x8_t test_vset_lane_s8(int8_t a, int8x8_t b) { in test_vset_lane_s8()
9132 int16x4_t test_vset_lane_s16(int16_t a, int16x4_t b) { in test_vset_lane_s16()
9138 int32x2_t test_vset_lane_s32(int32_t a, int32x2_t b) { in test_vset_lane_s32()
9144 poly8x8_t test_vset_lane_p8(poly8_t a, poly8x8_t b) { in test_vset_lane_p8()
9150 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) { in test_vset_lane_p16()
9156 float32x2_t test_vset_lane_f32(float32_t a, float32x2_t b) { in test_vset_lane_f32()
9162 uint8x16_t test_vsetq_lane_u8(uint8_t a, uint8x16_t b) { in test_vsetq_lane_u8()
9168 uint16x8_t test_vsetq_lane_u16(uint16_t a, uint16x8_t b) { in test_vsetq_lane_u16()
9174 uint32x4_t test_vsetq_lane_u32(uint32_t a, uint32x4_t b) { in test_vsetq_lane_u32()
9180 int8x16_t test_vsetq_lane_s8(int8_t a, int8x16_t b) { in test_vsetq_lane_s8()
9186 int16x8_t test_vsetq_lane_s16(int16_t a, int16x8_t b) { in test_vsetq_lane_s16()
9192 int32x4_t test_vsetq_lane_s32(int32_t a, int32x4_t b) { in test_vsetq_lane_s32()
9198 poly8x16_t test_vsetq_lane_p8(poly8_t a, poly8x16_t b) { in test_vsetq_lane_p8()
9204 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) { in test_vsetq_lane_p16()
9210 float32x4_t test_vsetq_lane_f32(float32_t a, float32x4_t b) { in test_vsetq_lane_f32()
9216 int64x1_t test_vset_lane_s64(int64_t a, int64x1_t b) { in test_vset_lane_s64()
9222 uint64x1_t test_vset_lane_u64(uint64_t a, uint64x1_t b) { in test_vset_lane_u64()
9228 int64x2_t test_vsetq_lane_s64(int64_t a, int64x2_t b) { in test_vsetq_lane_s64()
9234 uint64x2_t test_vsetq_lane_u64(uint64_t a, uint64x2_t b) { in test_vsetq_lane_u64()
9241 int8x8_t test_vshl_s8(int8x8_t a, int8x8_t b) { in test_vshl_s8()
9247 int16x4_t test_vshl_s16(int16x4_t a, int16x4_t b) { in test_vshl_s16()
9253 int32x2_t test_vshl_s32(int32x2_t a, int32x2_t b) { in test_vshl_s32()
9259 int64x1_t test_vshl_s64(int64x1_t a, int64x1_t b) { in test_vshl_s64()
9265 uint8x8_t test_vshl_u8(uint8x8_t a, int8x8_t b) { in test_vshl_u8()
9271 uint16x4_t test_vshl_u16(uint16x4_t a, int16x4_t b) { in test_vshl_u16()
9277 uint32x2_t test_vshl_u32(uint32x2_t a, int32x2_t b) { in test_vshl_u32()
9283 uint64x1_t test_vshl_u64(uint64x1_t a, int64x1_t b) { in test_vshl_u64()
9289 int8x16_t test_vshlq_s8(int8x16_t a, int8x16_t b) { in test_vshlq_s8()
9295 int16x8_t test_vshlq_s16(int16x8_t a, int16x8_t b) { in test_vshlq_s16()
9301 int32x4_t test_vshlq_s32(int32x4_t a, int32x4_t b) { in test_vshlq_s32()
9307 int64x2_t test_vshlq_s64(int64x2_t a, int64x2_t b) { in test_vshlq_s64()
9313 uint8x16_t test_vshlq_u8(uint8x16_t a, int8x16_t b) { in test_vshlq_u8()
9319 uint16x8_t test_vshlq_u16(uint16x8_t a, int16x8_t b) { in test_vshlq_u16()
9325 uint32x4_t test_vshlq_u32(uint32x4_t a, int32x4_t b) { in test_vshlq_u32()
9331 uint64x2_t test_vshlq_u64(uint64x2_t a, int64x2_t b) { in test_vshlq_u64()
9606 int8x8_t test_vsli_n_s8(int8x8_t a, int8x8_t b) { in test_vsli_n_s8()
9612 int16x4_t test_vsli_n_s16(int16x4_t a, int16x4_t b) { in test_vsli_n_s16()
9618 int32x2_t test_vsli_n_s32(int32x2_t a, int32x2_t b) { in test_vsli_n_s32()
9624 int64x1_t test_vsli_n_s64(int64x1_t a, int64x1_t b) { in test_vsli_n_s64()
9630 uint8x8_t test_vsli_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsli_n_u8()
9636 uint16x4_t test_vsli_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsli_n_u16()
9642 uint32x2_t test_vsli_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsli_n_u32()
9648 uint64x1_t test_vsli_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsli_n_u64()
9654 poly8x8_t test_vsli_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsli_n_p8()
9660 poly16x4_t test_vsli_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsli_n_p16()
9666 int8x16_t test_vsliq_n_s8(int8x16_t a, int8x16_t b) { in test_vsliq_n_s8()
9672 int16x8_t test_vsliq_n_s16(int16x8_t a, int16x8_t b) { in test_vsliq_n_s16()
9678 int32x4_t test_vsliq_n_s32(int32x4_t a, int32x4_t b) { in test_vsliq_n_s32()
9684 int64x2_t test_vsliq_n_s64(int64x2_t a, int64x2_t b) { in test_vsliq_n_s64()
9690 uint8x16_t test_vsliq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsliq_n_u8()
9696 uint16x8_t test_vsliq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsliq_n_u16()
9702 uint32x4_t test_vsliq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsliq_n_u32()
9708 uint64x2_t test_vsliq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsliq_n_u64()
9714 poly8x16_t test_vsliq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsliq_n_p8()
9720 poly16x8_t test_vsliq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsliq_n_p16()
9727 int8x8_t test_vsra_n_s8(int8x8_t a, int8x8_t b) { in test_vsra_n_s8()
9733 int16x4_t test_vsra_n_s16(int16x4_t a, int16x4_t b) { in test_vsra_n_s16()
9739 int32x2_t test_vsra_n_s32(int32x2_t a, int32x2_t b) { in test_vsra_n_s32()
9745 int64x1_t test_vsra_n_s64(int64x1_t a, int64x1_t b) { in test_vsra_n_s64()
9751 uint8x8_t test_vsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsra_n_u8()
9757 uint16x4_t test_vsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsra_n_u16()
9763 uint32x2_t test_vsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsra_n_u32()
9769 uint64x1_t test_vsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsra_n_u64()
9775 int8x16_t test_vsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vsraq_n_s8()
9781 int16x8_t test_vsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vsraq_n_s16()
9787 int32x4_t test_vsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vsraq_n_s32()
9793 int64x2_t test_vsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vsraq_n_s64()
9799 uint8x16_t test_vsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsraq_n_u8()
9805 uint16x8_t test_vsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsraq_n_u16()
9811 uint32x4_t test_vsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsraq_n_u32()
9817 uint64x2_t test_vsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsraq_n_u64()
9824 int8x8_t test_vsri_n_s8(int8x8_t a, int8x8_t b) { in test_vsri_n_s8()
9830 int16x4_t test_vsri_n_s16(int16x4_t a, int16x4_t b) { in test_vsri_n_s16()
9836 int32x2_t test_vsri_n_s32(int32x2_t a, int32x2_t b) { in test_vsri_n_s32()
9842 int64x1_t test_vsri_n_s64(int64x1_t a, int64x1_t b) { in test_vsri_n_s64()
9848 uint8x8_t test_vsri_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsri_n_u8()
9854 uint16x4_t test_vsri_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsri_n_u16()
9860 uint32x2_t test_vsri_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsri_n_u32()
9866 uint64x1_t test_vsri_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsri_n_u64()
9872 poly8x8_t test_vsri_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsri_n_p8()
9878 poly16x4_t test_vsri_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsri_n_p16()
9884 int8x16_t test_vsriq_n_s8(int8x16_t a, int8x16_t b) { in test_vsriq_n_s8()
9890 int16x8_t test_vsriq_n_s16(int16x8_t a, int16x8_t b) { in test_vsriq_n_s16()
9896 int32x4_t test_vsriq_n_s32(int32x4_t a, int32x4_t b) { in test_vsriq_n_s32()
9902 int64x2_t test_vsriq_n_s64(int64x2_t a, int64x2_t b) { in test_vsriq_n_s64()
9908 uint8x16_t test_vsriq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsriq_n_u8()
9914 uint16x8_t test_vsriq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsriq_n_u16()
9920 uint32x4_t test_vsriq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsriq_n_u32()
9926 uint64x2_t test_vsriq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsriq_n_u64()
9932 poly8x16_t test_vsriq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsriq_n_p8()
9938 poly16x8_t test_vsriq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsriq_n_p16()
9945 void test_vst1q_u8(uint8_t * a, uint8x16_t b) { in test_vst1q_u8()
9951 void test_vst1q_u16(uint16_t * a, uint16x8_t b) { in test_vst1q_u16()
9957 void test_vst1q_u32(uint32_t * a, uint32x4_t b) { in test_vst1q_u32()
9963 void test_vst1q_u64(uint64_t * a, uint64x2_t b) { in test_vst1q_u64()
9969 void test_vst1q_s8(int8_t * a, int8x16_t b) { in test_vst1q_s8()
9975 void test_vst1q_s16(int16_t * a, int16x8_t b) { in test_vst1q_s16()
9981 void test_vst1q_s32(int32_t * a, int32x4_t b) { in test_vst1q_s32()
9987 void test_vst1q_s64(int64_t * a, int64x2_t b) { in test_vst1q_s64()
9993 void test_vst1q_f16(float16_t * a, float16x8_t b) { in test_vst1q_f16()
9999 void test_vst1q_f32(float32_t * a, float32x4_t b) { in test_vst1q_f32()
10005 void test_vst1q_p8(poly8_t * a, poly8x16_t b) { in test_vst1q_p8()
10011 void test_vst1q_p16(poly16_t * a, poly16x8_t b) { in test_vst1q_p16()
10017 void test_vst1_u8(uint8_t * a, uint8x8_t b) { in test_vst1_u8()
10023 void test_vst1_u16(uint16_t * a, uint16x4_t b) { in test_vst1_u16()
10029 void test_vst1_u32(uint32_t * a, uint32x2_t b) { in test_vst1_u32()
10035 void test_vst1_u64(uint64_t * a, uint64x1_t b) { in test_vst1_u64()
10041 void test_vst1_s8(int8_t * a, int8x8_t b) { in test_vst1_s8()
10047 void test_vst1_s16(int16_t * a, int16x4_t b) { in test_vst1_s16()
10053 void test_vst1_s32(int32_t * a, int32x2_t b) { in test_vst1_s32()
10059 void test_vst1_s64(int64_t * a, int64x1_t b) { in test_vst1_s64()
10065 void test_vst1_f16(float16_t * a, float16x4_t b) { in test_vst1_f16()
10071 void test_vst1_f32(float32_t * a, float32x2_t b) { in test_vst1_f32()
10077 void test_vst1_p8(poly8_t * a, poly8x8_t b) { in test_vst1_p8()
10083 void test_vst1_p16(poly16_t * a, poly16x4_t b) { in test_vst1_p16()
10090 void test_vst1q_lane_u8(uint8_t * a, uint8x16_t b) { in test_vst1q_lane_u8()
10096 void test_vst1q_lane_u16(uint16_t * a, uint16x8_t b) { in test_vst1q_lane_u16()
10102 void test_vst1q_lane_u32(uint32_t * a, uint32x4_t b) { in test_vst1q_lane_u32()
10108 void test_vst1q_lane_u64(uint64_t * a, uint64x2_t b) { in test_vst1q_lane_u64()
10114 void test_vst1q_lane_s8(int8_t * a, int8x16_t b) { in test_vst1q_lane_s8()
10120 void test_vst1q_lane_s16(int16_t * a, int16x8_t b) { in test_vst1q_lane_s16()
10126 void test_vst1q_lane_s32(int32_t * a, int32x4_t b) { in test_vst1q_lane_s32()
10132 void test_vst1q_lane_s64(int64_t * a, int64x2_t b) { in test_vst1q_lane_s64()
10138 void test_vst1q_lane_f16(float16_t * a, float16x8_t b) { in test_vst1q_lane_f16()
10144 void test_vst1q_lane_f32(float32_t * a, float32x4_t b) { in test_vst1q_lane_f32()
10150 void test_vst1q_lane_p8(poly8_t * a, poly8x16_t b) { in test_vst1q_lane_p8()
10156 void test_vst1q_lane_p16(poly16_t * a, poly16x8_t b) { in test_vst1q_lane_p16()
10162 void test_vst1_lane_u8(uint8_t * a, uint8x8_t b) { in test_vst1_lane_u8()
10168 void test_vst1_lane_u16(uint16_t * a, uint16x4_t b) { in test_vst1_lane_u16()
10174 void test_vst1_lane_u32(uint32_t * a, uint32x2_t b) { in test_vst1_lane_u32()
10180 void test_vst1_lane_u64(uint64_t * a, uint64x1_t b) { in test_vst1_lane_u64()
10186 void test_vst1_lane_s8(int8_t * a, int8x8_t b) { in test_vst1_lane_s8()
10192 void test_vst1_lane_s16(int16_t * a, int16x4_t b) { in test_vst1_lane_s16()
10198 void test_vst1_lane_s32(int32_t * a, int32x2_t b) { in test_vst1_lane_s32()
10204 void test_vst1_lane_s64(int64_t * a, int64x1_t b) { in test_vst1_lane_s64()
10210 void test_vst1_lane_f16(float16_t * a, float16x4_t b) { in test_vst1_lane_f16()
10216 void test_vst1_lane_f32(float32_t * a, float32x2_t b) { in test_vst1_lane_f32()
10222 void test_vst1_lane_p8(poly8_t * a, poly8x8_t b) { in test_vst1_lane_p8()
10228 void test_vst1_lane_p16(poly16_t * a, poly16x4_t b) { in test_vst1_lane_p16()
10235 void test_vst2q_u8(uint8_t * a, uint8x16x2_t b) { in test_vst2q_u8()
10241 void test_vst2q_u16(uint16_t * a, uint16x8x2_t b) { in test_vst2q_u16()
10247 void test_vst2q_u32(uint32_t * a, uint32x4x2_t b) { in test_vst2q_u32()
10253 void test_vst2q_s8(int8_t * a, int8x16x2_t b) { in test_vst2q_s8()
10259 void test_vst2q_s16(int16_t * a, int16x8x2_t b) { in test_vst2q_s16()
10265 void test_vst2q_s32(int32_t * a, int32x4x2_t b) { in test_vst2q_s32()
10271 void test_vst2q_f16(float16_t * a, float16x8x2_t b) { in test_vst2q_f16()
10277 void test_vst2q_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_f32()
10283 void test_vst2q_p8(poly8_t * a, poly8x16x2_t b) { in test_vst2q_p8()
10289 void test_vst2q_p16(poly16_t * a, poly16x8x2_t b) { in test_vst2q_p16()
10295 void test_vst2_u8(uint8_t * a, uint8x8x2_t b) { in test_vst2_u8()
10301 void test_vst2_u16(uint16_t * a, uint16x4x2_t b) { in test_vst2_u16()
10307 void test_vst2_u32(uint32_t * a, uint32x2x2_t b) { in test_vst2_u32()
10313 void test_vst2_u64(uint64_t * a, uint64x1x2_t b) { in test_vst2_u64()
10319 void test_vst2_s8(int8_t * a, int8x8x2_t b) { in test_vst2_s8()
10325 void test_vst2_s16(int16_t * a, int16x4x2_t b) { in test_vst2_s16()
10331 void test_vst2_s32(int32_t * a, int32x2x2_t b) { in test_vst2_s32()
10337 void test_vst2_s64(int64_t * a, int64x1x2_t b) { in test_vst2_s64()
10343 void test_vst2_f16(float16_t * a, float16x4x2_t b) { in test_vst2_f16()
10349 void test_vst2_f32(float32_t * a, float32x2x2_t b) { in test_vst2_f32()
10355 void test_vst2_p8(poly8_t * a, poly8x8x2_t b) { in test_vst2_p8()
10361 void test_vst2_p16(poly16_t * a, poly16x4x2_t b) { in test_vst2_p16()
10368 void test_vst2q_lane_u16(uint16_t * a, uint16x8x2_t b) { in test_vst2q_lane_u16()
10374 void test_vst2q_lane_u32(uint32_t * a, uint32x4x2_t b) { in test_vst2q_lane_u32()
10380 void test_vst2q_lane_s16(int16_t * a, int16x8x2_t b) { in test_vst2q_lane_s16()
10386 void test_vst2q_lane_s32(int32_t * a, int32x4x2_t b) { in test_vst2q_lane_s32()
10392 void test_vst2q_lane_f16(float16_t * a, float16x8x2_t b) { in test_vst2q_lane_f16()
10398 void test_vst2q_lane_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_lane_f32()
10404 void test_vst2q_lane_p16(poly16_t * a, poly16x8x2_t b) { in test_vst2q_lane_p16()
10410 void test_vst2_lane_u8(uint8_t * a, uint8x8x2_t b) { in test_vst2_lane_u8()
10416 void test_vst2_lane_u16(uint16_t * a, uint16x4x2_t b) { in test_vst2_lane_u16()
10422 void test_vst2_lane_u32(uint32_t * a, uint32x2x2_t b) { in test_vst2_lane_u32()
10428 void test_vst2_lane_s8(int8_t * a, int8x8x2_t b) { in test_vst2_lane_s8()
10434 void test_vst2_lane_s16(int16_t * a, int16x4x2_t b) { in test_vst2_lane_s16()
10440 void test_vst2_lane_s32(int32_t * a, int32x2x2_t b) { in test_vst2_lane_s32()
10446 void test_vst2_lane_f16(float16_t * a, float16x4x2_t b) { in test_vst2_lane_f16()
10452 void test_vst2_lane_f32(float32_t * a, float32x2x2_t b) { in test_vst2_lane_f32()
10458 void test_vst2_lane_p8(poly8_t * a, poly8x8x2_t b) { in test_vst2_lane_p8()
10464 void test_vst2_lane_p16(poly16_t * a, poly16x4x2_t b) { in test_vst2_lane_p16()
10471 void test_vst3q_u8(uint8_t * a, uint8x16x3_t b) { in test_vst3q_u8()
10477 void test_vst3q_u16(uint16_t * a, uint16x8x3_t b) { in test_vst3q_u16()
10483 void test_vst3q_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_u32()
10489 void test_vst3q_s8(int8_t * a, int8x16x3_t b) { in test_vst3q_s8()
10495 void test_vst3q_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_s16()
10501 void test_vst3q_s32(int32_t * a, int32x4x3_t b) { in test_vst3q_s32()
10507 void test_vst3q_f16(float16_t * a, float16x8x3_t b) { in test_vst3q_f16()
10513 void test_vst3q_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_f32()
10519 void test_vst3q_p8(poly8_t * a, poly8x16x3_t b) { in test_vst3q_p8()
10525 void test_vst3q_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_p16()
10531 void test_vst3_u8(uint8_t * a, uint8x8x3_t b) { in test_vst3_u8()
10537 void test_vst3_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_u16()
10543 void test_vst3_u32(uint32_t * a, uint32x2x3_t b) { in test_vst3_u32()
10549 void test_vst3_u64(uint64_t * a, uint64x1x3_t b) { in test_vst3_u64()
10555 void test_vst3_s8(int8_t * a, int8x8x3_t b) { in test_vst3_s8()
10561 void test_vst3_s16(int16_t * a, int16x4x3_t b) { in test_vst3_s16()
10567 void test_vst3_s32(int32_t * a, int32x2x3_t b) { in test_vst3_s32()
10573 void test_vst3_s64(int64_t * a, int64x1x3_t b) { in test_vst3_s64()
10579 void test_vst3_f16(float16_t * a, float16x4x3_t b) { in test_vst3_f16()
10585 void test_vst3_f32(float32_t * a, float32x2x3_t b) { in test_vst3_f32()
10591 void test_vst3_p8(poly8_t * a, poly8x8x3_t b) { in test_vst3_p8()
10597 void test_vst3_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_p16()
10604 void test_vst3q_lane_u16(uint16_t * a, uint16x8x3_t b) { in test_vst3q_lane_u16()
10610 void test_vst3q_lane_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_lane_u32()
10616 void test_vst3q_lane_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_lane_s16()
10622 void test_vst3q_lane_s32(int32_t * a, int32x4x3_t b) { in test_vst3q_lane_s32()
10628 void test_vst3q_lane_f16(float16_t * a, float16x8x3_t b) { in test_vst3q_lane_f16()
10634 void test_vst3q_lane_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_lane_f32()
10640 void test_vst3q_lane_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_lane_p16()
10646 void test_vst3_lane_u8(uint8_t * a, uint8x8x3_t b) { in test_vst3_lane_u8()
10652 void test_vst3_lane_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_lane_u16()
10658 void test_vst3_lane_u32(uint32_t * a, uint32x2x3_t b) { in test_vst3_lane_u32()
10664 void test_vst3_lane_s8(int8_t * a, int8x8x3_t b) { in test_vst3_lane_s8()
10670 void test_vst3_lane_s16(int16_t * a, int16x4x3_t b) { in test_vst3_lane_s16()
10676 void test_vst3_lane_s32(int32_t * a, int32x2x3_t b) { in test_vst3_lane_s32()
10682 void test_vst3_lane_f16(float16_t * a, float16x4x3_t b) { in test_vst3_lane_f16()
10688 void test_vst3_lane_f32(float32_t * a, float32x2x3_t b) { in test_vst3_lane_f32()
10694 void test_vst3_lane_p8(poly8_t * a, poly8x8x3_t b) { in test_vst3_lane_p8()
10700 void test_vst3_lane_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_lane_p16()
10707 void test_vst4q_u8(uint8_t * a, uint8x16x4_t b) { in test_vst4q_u8()
10713 void test_vst4q_u16(uint16_t * a, uint16x8x4_t b) { in test_vst4q_u16()
10719 void test_vst4q_u32(uint32_t * a, uint32x4x4_t b) { in test_vst4q_u32()
10725 void test_vst4q_s8(int8_t * a, int8x16x4_t b) { in test_vst4q_s8()
10731 void test_vst4q_s16(int16_t * a, int16x8x4_t b) { in test_vst4q_s16()
10737 void test_vst4q_s32(int32_t * a, int32x4x4_t b) { in test_vst4q_s32()
10743 void test_vst4q_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_f16()
10749 void test_vst4q_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_f32()
10755 void test_vst4q_p8(poly8_t * a, poly8x16x4_t b) { in test_vst4q_p8()
10761 void test_vst4q_p16(poly16_t * a, poly16x8x4_t b) { in test_vst4q_p16()
10767 void test_vst4_u8(uint8_t * a, uint8x8x4_t b) { in test_vst4_u8()
10773 void test_vst4_u16(uint16_t * a, uint16x4x4_t b) { in test_vst4_u16()
10779 void test_vst4_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_u32()
10785 void test_vst4_u64(uint64_t * a, uint64x1x4_t b) { in test_vst4_u64()
10791 void test_vst4_s8(int8_t * a, int8x8x4_t b) { in test_vst4_s8()
10797 void test_vst4_s16(int16_t * a, int16x4x4_t b) { in test_vst4_s16()
10803 void test_vst4_s32(int32_t * a, int32x2x4_t b) { in test_vst4_s32()
10809 void test_vst4_s64(int64_t * a, int64x1x4_t b) { in test_vst4_s64()
10815 void test_vst4_f16(float16_t * a, float16x4x4_t b) { in test_vst4_f16()
10821 void test_vst4_f32(float32_t * a, float32x2x4_t b) { in test_vst4_f32()
10827 void test_vst4_p8(poly8_t * a, poly8x8x4_t b) { in test_vst4_p8()
10833 void test_vst4_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_p16()
10840 void test_vst4q_lane_u16(uint16_t * a, uint16x8x4_t b) { in test_vst4q_lane_u16()
10846 void test_vst4q_lane_u32(uint32_t * a, uint32x4x4_t b) { in test_vst4q_lane_u32()
10852 void test_vst4q_lane_s16(int16_t * a, int16x8x4_t b) { in test_vst4q_lane_s16()
10858 void test_vst4q_lane_s32(int32_t * a, int32x4x4_t b) { in test_vst4q_lane_s32()
10864 void test_vst4q_lane_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_lane_f16()
10870 void test_vst4q_lane_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_lane_f32()
10876 void test_vst4q_lane_p16(poly16_t * a, poly16x8x4_t b) { in test_vst4q_lane_p16()
10882 void test_vst4_lane_u8(uint8_t * a, uint8x8x4_t b) { in test_vst4_lane_u8()
10888 void test_vst4_lane_u16(uint16_t * a, uint16x4x4_t b) { in test_vst4_lane_u16()
10894 void test_vst4_lane_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_lane_u32()
10900 void test_vst4_lane_s8(int8_t * a, int8x8x4_t b) { in test_vst4_lane_s8()
10906 void test_vst4_lane_s16(int16_t * a, int16x4x4_t b) { in test_vst4_lane_s16()
10912 void test_vst4_lane_s32(int32_t * a, int32x2x4_t b) { in test_vst4_lane_s32()
10918 void test_vst4_lane_f16(float16_t * a, float16x4x4_t b) { in test_vst4_lane_f16()
10924 void test_vst4_lane_f32(float32_t * a, float32x2x4_t b) { in test_vst4_lane_f32()
10930 void test_vst4_lane_p8(poly8_t * a, poly8x8x4_t b) { in test_vst4_lane_p8()
10936 void test_vst4_lane_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_lane_p16()
10943 int8x8_t test_vsub_s8(int8x8_t a, int8x8_t b) { in test_vsub_s8()
10949 int16x4_t test_vsub_s16(int16x4_t a, int16x4_t b) { in test_vsub_s16()
10955 int32x2_t test_vsub_s32(int32x2_t a, int32x2_t b) { in test_vsub_s32()
10961 int64x1_t test_vsub_s64(int64x1_t a, int64x1_t b) { in test_vsub_s64()
10967 float32x2_t test_vsub_f32(float32x2_t a, float32x2_t b) { in test_vsub_f32()
10973 uint8x8_t test_vsub_u8(uint8x8_t a, uint8x8_t b) { in test_vsub_u8()
10979 uint16x4_t test_vsub_u16(uint16x4_t a, uint16x4_t b) { in test_vsub_u16()
10985 uint32x2_t test_vsub_u32(uint32x2_t a, uint32x2_t b) { in test_vsub_u32()
10991 uint64x1_t test_vsub_u64(uint64x1_t a, uint64x1_t b) { in test_vsub_u64()
10997 int8x16_t test_vsubq_s8(int8x16_t a, int8x16_t b) { in test_vsubq_s8()
11003 int16x8_t test_vsubq_s16(int16x8_t a, int16x8_t b) { in test_vsubq_s16()
11009 int32x4_t test_vsubq_s32(int32x4_t a, int32x4_t b) { in test_vsubq_s32()
11015 int64x2_t test_vsubq_s64(int64x2_t a, int64x2_t b) { in test_vsubq_s64()
11021 float32x4_t test_vsubq_f32(float32x4_t a, float32x4_t b) { in test_vsubq_f32()
11027 uint8x16_t test_vsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vsubq_u8()
11033 uint16x8_t test_vsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vsubq_u16()
11039 uint32x4_t test_vsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vsubq_u32()
11045 uint64x2_t test_vsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vsubq_u64()
11052 int8x8_t test_vsubhn_s16(int16x8_t a, int16x8_t b) { in test_vsubhn_s16()
11058 int16x4_t test_vsubhn_s32(int32x4_t a, int32x4_t b) { in test_vsubhn_s32()
11064 int32x2_t test_vsubhn_s64(int64x2_t a, int64x2_t b) { in test_vsubhn_s64()
11070 uint8x8_t test_vsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vsubhn_u16()
11076 uint16x4_t test_vsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vsubhn_u32()
11082 uint32x2_t test_vsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vsubhn_u64()
11089 int16x8_t test_vsubl_s8(int8x8_t a, int8x8_t b) { in test_vsubl_s8()
11095 int32x4_t test_vsubl_s16(int16x4_t a, int16x4_t b) { in test_vsubl_s16()
11101 int64x2_t test_vsubl_s32(int32x2_t a, int32x2_t b) { in test_vsubl_s32()
11107 uint16x8_t test_vsubl_u8(uint8x8_t a, uint8x8_t b) { in test_vsubl_u8()
11113 uint32x4_t test_vsubl_u16(uint16x4_t a, uint16x4_t b) { in test_vsubl_u16()
11119 uint64x2_t test_vsubl_u32(uint32x2_t a, uint32x2_t b) { in test_vsubl_u32()
11126 int16x8_t test_vsubw_s8(int16x8_t a, int8x8_t b) { in test_vsubw_s8()
11132 int32x4_t test_vsubw_s16(int32x4_t a, int16x4_t b) { in test_vsubw_s16()
11138 int64x2_t test_vsubw_s32(int64x2_t a, int32x2_t b) { in test_vsubw_s32()
11144 uint16x8_t test_vsubw_u8(uint16x8_t a, uint8x8_t b) { in test_vsubw_u8()
11150 uint32x4_t test_vsubw_u16(uint32x4_t a, uint16x4_t b) { in test_vsubw_u16()
11156 uint64x2_t test_vsubw_u32(uint64x2_t a, uint32x2_t b) { in test_vsubw_u32()
11163 uint8x8_t test_vtbl1_u8(uint8x8_t a, uint8x8_t b) { in test_vtbl1_u8()
11169 int8x8_t test_vtbl1_s8(int8x8_t a, int8x8_t b) { in test_vtbl1_s8()
11175 poly8x8_t test_vtbl1_p8(poly8x8_t a, uint8x8_t b) { in test_vtbl1_p8()
11182 uint8x8_t test_vtbl2_u8(uint8x8x2_t a, uint8x8_t b) { in test_vtbl2_u8()
11188 int8x8_t test_vtbl2_s8(int8x8x2_t a, int8x8_t b) { in test_vtbl2_s8()
11194 poly8x8_t test_vtbl2_p8(poly8x8x2_t a, uint8x8_t b) { in test_vtbl2_p8()
11201 uint8x8_t test_vtbl3_u8(uint8x8x3_t a, uint8x8_t b) { in test_vtbl3_u8()
11207 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
11213 poly8x8_t test_vtbl3_p8(poly8x8x3_t a, uint8x8_t b) { in test_vtbl3_p8()
11220 uint8x8_t test_vtbl4_u8(uint8x8x4_t a, uint8x8_t b) { in test_vtbl4_u8()
11226 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8()
11232 poly8x8_t test_vtbl4_p8(poly8x8x4_t a, uint8x8_t b) { in test_vtbl4_p8()
11239 uint8x8_t test_vtbx1_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vtbx1_u8()
11245 int8x8_t test_vtbx1_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vtbx1_s8()
11251 poly8x8_t test_vtbx1_p8(poly8x8_t a, poly8x8_t b, uint8x8_t c) { in test_vtbx1_p8()
11258 uint8x8_t test_vtbx2_u8(uint8x8_t a, uint8x8x2_t b, uint8x8_t c) { in test_vtbx2_u8()
11264 int8x8_t test_vtbx2_s8(int8x8_t a, int8x8x2_t b, int8x8_t c) { in test_vtbx2_s8()
11270 poly8x8_t test_vtbx2_p8(poly8x8_t a, poly8x8x2_t b, uint8x8_t c) { in test_vtbx2_p8()
11277 uint8x8_t test_vtbx3_u8(uint8x8_t a, uint8x8x3_t b, uint8x8_t c) { in test_vtbx3_u8()
11283 int8x8_t test_vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c) { in test_vtbx3_s8()
11289 poly8x8_t test_vtbx3_p8(poly8x8_t a, poly8x8x3_t b, uint8x8_t c) { in test_vtbx3_p8()
11296 uint8x8_t test_vtbx4_u8(uint8x8_t a, uint8x8x4_t b, uint8x8_t c) { in test_vtbx4_u8()
11302 int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) { in test_vtbx4_s8()
11308 poly8x8_t test_vtbx4_p8(poly8x8_t a, poly8x8x4_t b, uint8x8_t c) { in test_vtbx4_p8()
11315 int8x8x2_t test_vtrn_s8(int8x8_t a, int8x8_t b) { in test_vtrn_s8()
11321 int16x4x2_t test_vtrn_s16(int16x4_t a, int16x4_t b) { in test_vtrn_s16()
11327 int32x2x2_t test_vtrn_s32(int32x2_t a, int32x2_t b) { in test_vtrn_s32()
11333 uint8x8x2_t test_vtrn_u8(uint8x8_t a, uint8x8_t b) { in test_vtrn_u8()
11339 uint16x4x2_t test_vtrn_u16(uint16x4_t a, uint16x4_t b) { in test_vtrn_u16()
11345 uint32x2x2_t test_vtrn_u32(uint32x2_t a, uint32x2_t b) { in test_vtrn_u32()
11351 float32x2x2_t test_vtrn_f32(float32x2_t a, float32x2_t b) { in test_vtrn_f32()
11357 poly8x8x2_t test_vtrn_p8(poly8x8_t a, poly8x8_t b) { in test_vtrn_p8()
11363 poly16x4x2_t test_vtrn_p16(poly16x4_t a, poly16x4_t b) { in test_vtrn_p16()
11369 int8x16x2_t test_vtrnq_s8(int8x16_t a, int8x16_t b) { in test_vtrnq_s8()
11375 int16x8x2_t test_vtrnq_s16(int16x8_t a, int16x8_t b) { in test_vtrnq_s16()
11381 int32x4x2_t test_vtrnq_s32(int32x4_t a, int32x4_t b) { in test_vtrnq_s32()
11387 uint8x16x2_t test_vtrnq_u8(uint8x16_t a, uint8x16_t b) { in test_vtrnq_u8()
11393 uint16x8x2_t test_vtrnq_u16(uint16x8_t a, uint16x8_t b) { in test_vtrnq_u16()
11399 uint32x4x2_t test_vtrnq_u32(uint32x4_t a, uint32x4_t b) { in test_vtrnq_u32()
11405 float32x4x2_t test_vtrnq_f32(float32x4_t a, float32x4_t b) { in test_vtrnq_f32()
11411 poly8x16x2_t test_vtrnq_p8(poly8x16_t a, poly8x16_t b) { in test_vtrnq_p8()
11417 poly16x8x2_t test_vtrnq_p16(poly16x8_t a, poly16x8_t b) { in test_vtrnq_p16()
11424 uint8x8_t test_vtst_s8(int8x8_t a, int8x8_t b) { in test_vtst_s8()
11430 uint16x4_t test_vtst_s16(int16x4_t a, int16x4_t b) { in test_vtst_s16()
11436 uint32x2_t test_vtst_s32(int32x2_t a, int32x2_t b) { in test_vtst_s32()
11442 uint8x8_t test_vtst_u8(uint8x8_t a, uint8x8_t b) { in test_vtst_u8()
11448 uint16x4_t test_vtst_u16(uint16x4_t a, uint16x4_t b) { in test_vtst_u16()
11454 uint32x2_t test_vtst_u32(uint32x2_t a, uint32x2_t b) { in test_vtst_u32()
11460 uint8x8_t test_vtst_p8(poly8x8_t a, poly8x8_t b) { in test_vtst_p8()
11466 uint16x4_t test_vtst_p16(poly16x4_t a, poly16x4_t b) { in test_vtst_p16()
11472 uint8x16_t test_vtstq_s8(int8x16_t a, int8x16_t b) { in test_vtstq_s8()
11478 uint16x8_t test_vtstq_s16(int16x8_t a, int16x8_t b) { in test_vtstq_s16()
11484 uint32x4_t test_vtstq_s32(int32x4_t a, int32x4_t b) { in test_vtstq_s32()
11490 uint8x16_t test_vtstq_u8(uint8x16_t a, uint8x16_t b) { in test_vtstq_u8()
11496 uint16x8_t test_vtstq_u16(uint16x8_t a, uint16x8_t b) { in test_vtstq_u16()
11502 uint32x4_t test_vtstq_u32(uint32x4_t a, uint32x4_t b) { in test_vtstq_u32()
11508 uint8x16_t test_vtstq_p8(poly8x16_t a, poly8x16_t b) { in test_vtstq_p8()
11514 uint16x8_t test_vtstq_p16(poly16x8_t a, poly16x8_t b) { in test_vtstq_p16()
11521 int8x8x2_t test_vuzp_s8(int8x8_t a, int8x8_t b) { in test_vuzp_s8()
11527 int16x4x2_t test_vuzp_s16(int16x4_t a, int16x4_t b) { in test_vuzp_s16()
11533 int32x2x2_t test_vuzp_s32(int32x2_t a, int32x2_t b) { in test_vuzp_s32()
11539 uint8x8x2_t test_vuzp_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp_u8()
11545 uint16x4x2_t test_vuzp_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp_u16()
11551 uint32x2x2_t test_vuzp_u32(uint32x2_t a, uint32x2_t b) { in test_vuzp_u32()
11557 float32x2x2_t test_vuzp_f32(float32x2_t a, float32x2_t b) { in test_vuzp_f32()
11563 poly8x8x2_t test_vuzp_p8(poly8x8_t a, poly8x8_t b) { in test_vuzp_p8()
11569 poly16x4x2_t test_vuzp_p16(poly16x4_t a, poly16x4_t b) { in test_vuzp_p16()
11575 int8x16x2_t test_vuzpq_s8(int8x16_t a, int8x16_t b) { in test_vuzpq_s8()
11581 int16x8x2_t test_vuzpq_s16(int16x8_t a, int16x8_t b) { in test_vuzpq_s16()
11587 int32x4x2_t test_vuzpq_s32(int32x4_t a, int32x4_t b) { in test_vuzpq_s32()
11593 uint8x16x2_t test_vuzpq_u8(uint8x16_t a, uint8x16_t b) { in test_vuzpq_u8()
11599 uint16x8x2_t test_vuzpq_u16(uint16x8_t a, uint16x8_t b) { in test_vuzpq_u16()
11605 uint32x4x2_t test_vuzpq_u32(uint32x4_t a, uint32x4_t b) { in test_vuzpq_u32()
11611 float32x4x2_t test_vuzpq_f32(float32x4_t a, float32x4_t b) { in test_vuzpq_f32()
11617 poly8x16x2_t test_vuzpq_p8(poly8x16_t a, poly8x16_t b) { in test_vuzpq_p8()
11623 poly16x8x2_t test_vuzpq_p16(poly16x8_t a, poly16x8_t b) { in test_vuzpq_p16()
11630 int8x8x2_t test_vzip_s8(int8x8_t a, int8x8_t b) { in test_vzip_s8()
11636 int16x4x2_t test_vzip_s16(int16x4_t a, int16x4_t b) { in test_vzip_s16()
11642 int32x2x2_t test_vzip_s32(int32x2_t a, int32x2_t b) { in test_vzip_s32()
11648 uint8x8x2_t test_vzip_u8(uint8x8_t a, uint8x8_t b) { in test_vzip_u8()
11654 uint16x4x2_t test_vzip_u16(uint16x4_t a, uint16x4_t b) { in test_vzip_u16()
11660 uint32x2x2_t test_vzip_u32(uint32x2_t a, uint32x2_t b) { in test_vzip_u32()
11666 float32x2x2_t test_vzip_f32(float32x2_t a, float32x2_t b) { in test_vzip_f32()
11672 poly8x8x2_t test_vzip_p8(poly8x8_t a, poly8x8_t b) { in test_vzip_p8()
11678 poly16x4x2_t test_vzip_p16(poly16x4_t a, poly16x4_t b) { in test_vzip_p16()
11684 int8x16x2_t test_vzipq_s8(int8x16_t a, int8x16_t b) { in test_vzipq_s8()
11690 int16x8x2_t test_vzipq_s16(int16x8_t a, int16x8_t b) { in test_vzipq_s16()
11696 int32x4x2_t test_vzipq_s32(int32x4_t a, int32x4_t b) { in test_vzipq_s32()
11702 uint8x16x2_t test_vzipq_u8(uint8x16_t a, uint8x16_t b) { in test_vzipq_u8()
11708 uint16x8x2_t test_vzipq_u16(uint16x8_t a, uint16x8_t b) { in test_vzipq_u16()
11714 uint32x4x2_t test_vzipq_u32(uint32x4_t a, uint32x4_t b) { in test_vzipq_u32()
11720 float32x4x2_t test_vzipq_f32(float32x4_t a, float32x4_t b) { in test_vzipq_f32()
11726 poly8x16x2_t test_vzipq_p8(poly8x16_t a, poly8x16_t b) { in test_vzipq_p8()
11732 poly16x8x2_t test_vzipq_p16(poly16x8_t a, poly16x8_t b) { in test_vzipq_p16()