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()
2556 int8x8_t test_vhadd_s8(int8x8_t a, int8x8_t b) { in test_vhadd_s8()
2562 int16x4_t test_vhadd_s16(int16x4_t a, int16x4_t b) { in test_vhadd_s16()
2568 int32x2_t test_vhadd_s32(int32x2_t a, int32x2_t b) { in test_vhadd_s32()
2574 uint8x8_t test_vhadd_u8(uint8x8_t a, uint8x8_t b) { in test_vhadd_u8()
2580 uint16x4_t test_vhadd_u16(uint16x4_t a, uint16x4_t b) { in test_vhadd_u16()
2586 uint32x2_t test_vhadd_u32(uint32x2_t a, uint32x2_t b) { in test_vhadd_u32()
2592 int8x16_t test_vhaddq_s8(int8x16_t a, int8x16_t b) { in test_vhaddq_s8()
2598 int16x8_t test_vhaddq_s16(int16x8_t a, int16x8_t b) { in test_vhaddq_s16()
2604 int32x4_t test_vhaddq_s32(int32x4_t a, int32x4_t b) { in test_vhaddq_s32()
2610 uint8x16_t test_vhaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vhaddq_u8()
2616 uint16x8_t test_vhaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vhaddq_u16()
2622 uint32x4_t test_vhaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vhaddq_u32()
2629 int8x8_t test_vhsub_s8(int8x8_t a, int8x8_t b) { in test_vhsub_s8()
2635 int16x4_t test_vhsub_s16(int16x4_t a, int16x4_t b) { in test_vhsub_s16()
2641 int32x2_t test_vhsub_s32(int32x2_t a, int32x2_t b) { in test_vhsub_s32()
2647 uint8x8_t test_vhsub_u8(uint8x8_t a, uint8x8_t b) { in test_vhsub_u8()
2653 uint16x4_t test_vhsub_u16(uint16x4_t a, uint16x4_t b) { in test_vhsub_u16()
2659 uint32x2_t test_vhsub_u32(uint32x2_t a, uint32x2_t b) { in test_vhsub_u32()
2665 int8x16_t test_vhsubq_s8(int8x16_t a, int8x16_t b) { in test_vhsubq_s8()
2671 int16x8_t test_vhsubq_s16(int16x8_t a, int16x8_t b) { in test_vhsubq_s16()
2677 int32x4_t test_vhsubq_s32(int32x4_t a, int32x4_t b) { in test_vhsubq_s32()
2683 uint8x16_t test_vhsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vhsubq_u8()
2689 uint16x8_t test_vhsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vhsubq_u16()
2695 uint32x4_t test_vhsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vhsubq_u32()
2992 uint8x16_t test_vld1q_lane_u8(uint8_t const * a, uint8x16_t b) { in test_vld1q_lane_u8()
2998 uint16x8_t test_vld1q_lane_u16(uint16_t const * a, uint16x8_t b) { in test_vld1q_lane_u16()
3004 uint32x4_t test_vld1q_lane_u32(uint32_t const * a, uint32x4_t b) { in test_vld1q_lane_u32()
3010 uint64x2_t test_vld1q_lane_u64(uint64_t const * a, uint64x2_t b) { in test_vld1q_lane_u64()
3016 int8x16_t test_vld1q_lane_s8(int8_t const * a, int8x16_t b) { in test_vld1q_lane_s8()
3022 int16x8_t test_vld1q_lane_s16(int16_t const * a, int16x8_t b) { in test_vld1q_lane_s16()
3028 int32x4_t test_vld1q_lane_s32(int32_t const * a, int32x4_t b) { in test_vld1q_lane_s32()
3034 int64x2_t test_vld1q_lane_s64(int64_t const * a, int64x2_t b) { in test_vld1q_lane_s64()
3040 float16x8_t test_vld1q_lane_f16(float16_t const * a, float16x8_t b) { in test_vld1q_lane_f16()
3046 float32x4_t test_vld1q_lane_f32(float32_t const * a, float32x4_t b) { in test_vld1q_lane_f32()
3052 poly8x16_t test_vld1q_lane_p8(poly8_t const * a, poly8x16_t b) { in test_vld1q_lane_p8()
3058 poly16x8_t test_vld1q_lane_p16(poly16_t const * a, poly16x8_t b) { in test_vld1q_lane_p16()
3064 uint8x8_t test_vld1_lane_u8(uint8_t const * a, uint8x8_t b) { in test_vld1_lane_u8()
3070 uint16x4_t test_vld1_lane_u16(uint16_t const * a, uint16x4_t b) { in test_vld1_lane_u16()
3076 uint32x2_t test_vld1_lane_u32(uint32_t const * a, uint32x2_t b) { in test_vld1_lane_u32()
3082 uint64x1_t test_vld1_lane_u64(uint64_t const * a, uint64x1_t b) { in test_vld1_lane_u64()
3088 int8x8_t test_vld1_lane_s8(int8_t const * a, int8x8_t b) { in test_vld1_lane_s8()
3094 int16x4_t test_vld1_lane_s16(int16_t const * a, int16x4_t b) { in test_vld1_lane_s16()
3100 int32x2_t test_vld1_lane_s32(int32_t const * a, int32x2_t b) { in test_vld1_lane_s32()
3106 int64x1_t test_vld1_lane_s64(int64_t const * a, int64x1_t b) { in test_vld1_lane_s64()
3112 float16x4_t test_vld1_lane_f16(float16_t const * a, float16x4_t b) { in test_vld1_lane_f16()
3118 float32x2_t test_vld1_lane_f32(float32_t const * a, float32x2_t b) { in test_vld1_lane_f32()
3124 poly8x8_t test_vld1_lane_p8(poly8_t const * a, poly8x8_t b) { in test_vld1_lane_p8()
3130 poly16x4_t test_vld1_lane_p16(poly16_t const * a, poly16x4_t b) { in test_vld1_lane_p16()
3343 uint16x8x2_t test_vld2q_lane_u16(uint16_t const * a, uint16x8x2_t b) { in test_vld2q_lane_u16()
3349 uint32x4x2_t test_vld2q_lane_u32(uint32_t const * a, uint32x4x2_t b) { in test_vld2q_lane_u32()
3355 int16x8x2_t test_vld2q_lane_s16(int16_t const * a, int16x8x2_t b) { in test_vld2q_lane_s16()
3361 int32x4x2_t test_vld2q_lane_s32(int32_t const * a, int32x4x2_t b) { in test_vld2q_lane_s32()
3367 float16x8x2_t test_vld2q_lane_f16(float16_t const * a, float16x8x2_t b) { in test_vld2q_lane_f16()
3373 float32x4x2_t test_vld2q_lane_f32(float32_t const * a, float32x4x2_t b) { in test_vld2q_lane_f32()
3379 poly16x8x2_t test_vld2q_lane_p16(poly16_t const * a, poly16x8x2_t b) { in test_vld2q_lane_p16()
3385 uint8x8x2_t test_vld2_lane_u8(uint8_t const * a, uint8x8x2_t b) { in test_vld2_lane_u8()
3391 uint16x4x2_t test_vld2_lane_u16(uint16_t const * a, uint16x4x2_t b) { in test_vld2_lane_u16()
3397 uint32x2x2_t test_vld2_lane_u32(uint32_t const * a, uint32x2x2_t b) { in test_vld2_lane_u32()
3403 int8x8x2_t test_vld2_lane_s8(int8_t const * a, int8x8x2_t b) { in test_vld2_lane_s8()
3409 int16x4x2_t test_vld2_lane_s16(int16_t const * a, int16x4x2_t b) { in test_vld2_lane_s16()
3415 int32x2x2_t test_vld2_lane_s32(int32_t const * a, int32x2x2_t b) { in test_vld2_lane_s32()
3421 float16x4x2_t test_vld2_lane_f16(float16_t const * a, float16x4x2_t b) { in test_vld2_lane_f16()
3427 float32x2x2_t test_vld2_lane_f32(float32_t const * a, float32x2x2_t b) { in test_vld2_lane_f32()
3433 poly8x8x2_t test_vld2_lane_p8(poly8_t const * a, poly8x8x2_t b) { in test_vld2_lane_p8()
3439 poly16x4x2_t test_vld2_lane_p16(poly16_t const * a, poly16x4x2_t b) { in test_vld2_lane_p16()
3652 uint16x8x3_t test_vld3q_lane_u16(uint16_t const * a, uint16x8x3_t b) { in test_vld3q_lane_u16()
3658 uint32x4x3_t test_vld3q_lane_u32(uint32_t const * a, uint32x4x3_t b) { in test_vld3q_lane_u32()
3664 int16x8x3_t test_vld3q_lane_s16(int16_t const * a, int16x8x3_t b) { in test_vld3q_lane_s16()
3670 int32x4x3_t test_vld3q_lane_s32(int32_t const * a, int32x4x3_t b) { in test_vld3q_lane_s32()
3676 float16x8x3_t test_vld3q_lane_f16(float16_t const * a, float16x8x3_t b) { in test_vld3q_lane_f16()
3682 float32x4x3_t test_vld3q_lane_f32(float32_t const * a, float32x4x3_t b) { in test_vld3q_lane_f32()
3688 poly16x8x3_t test_vld3q_lane_p16(poly16_t const * a, poly16x8x3_t b) { in test_vld3q_lane_p16()
3694 uint8x8x3_t test_vld3_lane_u8(uint8_t const * a, uint8x8x3_t b) { in test_vld3_lane_u8()
3700 uint16x4x3_t test_vld3_lane_u16(uint16_t const * a, uint16x4x3_t b) { in test_vld3_lane_u16()
3706 uint32x2x3_t test_vld3_lane_u32(uint32_t const * a, uint32x2x3_t b) { in test_vld3_lane_u32()
3712 int8x8x3_t test_vld3_lane_s8(int8_t const * a, int8x8x3_t b) { in test_vld3_lane_s8()
3718 int16x4x3_t test_vld3_lane_s16(int16_t const * a, int16x4x3_t b) { in test_vld3_lane_s16()
3724 int32x2x3_t test_vld3_lane_s32(int32_t const * a, int32x2x3_t b) { in test_vld3_lane_s32()
3730 float16x4x3_t test_vld3_lane_f16(float16_t const * a, float16x4x3_t b) { in test_vld3_lane_f16()
3736 float32x2x3_t test_vld3_lane_f32(float32_t const * a, float32x2x3_t b) { in test_vld3_lane_f32()
3742 poly8x8x3_t test_vld3_lane_p8(poly8_t const * a, poly8x8x3_t b) { in test_vld3_lane_p8()
3748 poly16x4x3_t test_vld3_lane_p16(poly16_t const * a, poly16x4x3_t b) { in test_vld3_lane_p16()
3961 uint16x8x4_t test_vld4q_lane_u16(uint16_t const * a, uint16x8x4_t b) { in test_vld4q_lane_u16()
3967 uint32x4x4_t test_vld4q_lane_u32(uint32_t const * a, uint32x4x4_t b) { in test_vld4q_lane_u32()
3973 int16x8x4_t test_vld4q_lane_s16(int16_t const * a, int16x8x4_t b) { in test_vld4q_lane_s16()
3979 int32x4x4_t test_vld4q_lane_s32(int32_t const * a, int32x4x4_t b) { in test_vld4q_lane_s32()
3985 float16x8x4_t test_vld4q_lane_f16(float16_t const * a, float16x8x4_t b) { in test_vld4q_lane_f16()
3991 float32x4x4_t test_vld4q_lane_f32(float32_t const * a, float32x4x4_t b) { in test_vld4q_lane_f32()
3997 poly16x8x4_t test_vld4q_lane_p16(poly16_t const * a, poly16x8x4_t b) { in test_vld4q_lane_p16()
4003 uint8x8x4_t test_vld4_lane_u8(uint8_t const * a, uint8x8x4_t b) { in test_vld4_lane_u8()
4009 uint16x4x4_t test_vld4_lane_u16(uint16_t const * a, uint16x4x4_t b) { in test_vld4_lane_u16()
4015 uint32x2x4_t test_vld4_lane_u32(uint32_t const * a, uint32x2x4_t b) { in test_vld4_lane_u32()
4021 int8x8x4_t test_vld4_lane_s8(int8_t const * a, int8x8x4_t b) { in test_vld4_lane_s8()
4027 int16x4x4_t test_vld4_lane_s16(int16_t const * a, int16x4x4_t b) { in test_vld4_lane_s16()
4033 int32x2x4_t test_vld4_lane_s32(int32_t const * a, int32x2x4_t b) { in test_vld4_lane_s32()
4039 float16x4x4_t test_vld4_lane_f16(float16_t const * a, float16x4x4_t b) { in test_vld4_lane_f16()
4045 float32x2x4_t test_vld4_lane_f32(float32_t const * a, float32x2x4_t b) { in test_vld4_lane_f32()
4051 poly8x8x4_t test_vld4_lane_p8(poly8_t const * a, poly8x8x4_t b) { in test_vld4_lane_p8()
4057 poly16x4x4_t test_vld4_lane_p16(poly16_t const * a, poly16x4x4_t b) { in test_vld4_lane_p16()
4064 int8x8_t test_vmax_s8(int8x8_t a, int8x8_t b) { in test_vmax_s8()
4070 int16x4_t test_vmax_s16(int16x4_t a, int16x4_t b) { in test_vmax_s16()
4076 int32x2_t test_vmax_s32(int32x2_t a, int32x2_t b) { in test_vmax_s32()
4082 uint8x8_t test_vmax_u8(uint8x8_t a, uint8x8_t b) { in test_vmax_u8()
4088 uint16x4_t test_vmax_u16(uint16x4_t a, uint16x4_t b) { in test_vmax_u16()
4094 uint32x2_t test_vmax_u32(uint32x2_t a, uint32x2_t b) { in test_vmax_u32()
4100 float32x2_t test_vmax_f32(float32x2_t a, float32x2_t b) { in test_vmax_f32()
4106 int8x16_t test_vmaxq_s8(int8x16_t a, int8x16_t b) { in test_vmaxq_s8()
4112 int16x8_t test_vmaxq_s16(int16x8_t a, int16x8_t b) { in test_vmaxq_s16()
4118 int32x4_t test_vmaxq_s32(int32x4_t a, int32x4_t b) { in test_vmaxq_s32()
4124 uint8x16_t test_vmaxq_u8(uint8x16_t a, uint8x16_t b) { in test_vmaxq_u8()
4130 uint16x8_t test_vmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vmaxq_u16()
4136 uint32x4_t test_vmaxq_u32(uint32x4_t a, uint32x4_t b) { in test_vmaxq_u32()
4142 float32x4_t test_vmaxq_f32(float32x4_t a, float32x4_t b) { in test_vmaxq_f32()
4149 int8x8_t test_vmin_s8(int8x8_t a, int8x8_t b) { in test_vmin_s8()
4155 int16x4_t test_vmin_s16(int16x4_t a, int16x4_t b) { in test_vmin_s16()
4161 int32x2_t test_vmin_s32(int32x2_t a, int32x2_t b) { in test_vmin_s32()
4167 uint8x8_t test_vmin_u8(uint8x8_t a, uint8x8_t b) { in test_vmin_u8()
4173 uint16x4_t test_vmin_u16(uint16x4_t a, uint16x4_t b) { in test_vmin_u16()
4179 uint32x2_t test_vmin_u32(uint32x2_t a, uint32x2_t b) { in test_vmin_u32()
4185 float32x2_t test_vmin_f32(float32x2_t a, float32x2_t b) { in test_vmin_f32()
4191 int8x16_t test_vminq_s8(int8x16_t a, int8x16_t b) { in test_vminq_s8()
4197 int16x8_t test_vminq_s16(int16x8_t a, int16x8_t b) { in test_vminq_s16()
4203 int32x4_t test_vminq_s32(int32x4_t a, int32x4_t b) { in test_vminq_s32()
4209 uint8x16_t test_vminq_u8(uint8x16_t a, uint8x16_t b) { in test_vminq_u8()
4215 uint16x8_t test_vminq_u16(uint16x8_t a, uint16x8_t b) { in test_vminq_u16()
4221 uint32x4_t test_vminq_u32(uint32x4_t a, uint32x4_t b) { in test_vminq_u32()
4227 float32x4_t test_vminq_f32(float32x4_t a, float32x4_t b) { in test_vminq_f32()
4234 int8x8_t test_vmla_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vmla_s8()
4240 int16x4_t test_vmla_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmla_s16()
4246 int32x2_t test_vmla_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmla_s32()
4254 float32x2_t test_vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmla_f32()
4260 uint8x8_t test_vmla_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmla_u8()
4266 uint16x4_t test_vmla_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmla_u16()
4272 uint32x2_t test_vmla_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmla_u32()
4278 int8x16_t test_vmlaq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vmlaq_s8()
4284 int16x8_t test_vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vmlaq_s16()
4290 int32x4_t test_vmlaq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vmlaq_s32()
4298 float32x4_t test_vmlaq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vmlaq_f32()
4304 uint8x16_t test_vmlaq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vmlaq_u8()
4310 uint16x8_t test_vmlaq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vmlaq_u16()
4316 uint32x4_t test_vmlaq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vmlaq_u32()
4323 int16x8_t test_vmlal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlal_s8()
4329 int32x4_t test_vmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_s16()
4335 int64x2_t test_vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_s32()
4341 uint16x8_t test_vmlal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlal_u8()
4347 uint32x4_t test_vmlal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_u16()
4353 uint64x2_t test_vmlal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_u32()
4360 int32x4_t test_vmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_lane_s16()
4366 int64x2_t test_vmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_lane_s32()
4372 uint32x4_t test_vmlal_lane_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_lane_u16()
4378 uint64x2_t test_vmlal_lane_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_lane_u32()
4385 int32x4_t test_vmlal_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vmlal_n_s16()
4391 int64x2_t test_vmlal_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vmlal_n_s32()
4397 uint32x4_t test_vmlal_n_u16(uint32x4_t a, uint16x4_t b, uint16_t c) { in test_vmlal_n_u16()
4403 uint64x2_t test_vmlal_n_u32(uint64x2_t a, uint32x2_t b, uint32_t c) { in test_vmlal_n_u32()
4410 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmla_lane_s16()
4416 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmla_lane_s32()
4422 uint16x4_t test_vmla_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmla_lane_u16()
4428 uint32x2_t test_vmla_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmla_lane_u32()
4436 float32x2_t test_vmla_lane_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmla_lane_f32()
4442 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t c) { in test_vmlaq_lane_s16()
4448 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t c) { in test_vmlaq_lane_s32()
4454 uint16x8_t test_vmlaq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t c) { in test_vmlaq_lane_u16()
4460 uint32x4_t test_vmlaq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t c) { in test_vmlaq_lane_u32()
4468 float32x4_t test_vmlaq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t c) { in test_vmlaq_lane_f32()
4475 int16x4_t test_vmla_n_s16(int16x4_t a, int16x4_t b, int16_t c) { in test_vmla_n_s16()
4481 int32x2_t test_vmla_n_s32(int32x2_t a, int32x2_t b, int32_t c) { in test_vmla_n_s32()
4487 uint16x4_t test_vmla_n_u16(uint16x4_t a, uint16x4_t b, uint16_t c) { in test_vmla_n_u16()
4493 uint32x2_t test_vmla_n_u32(uint32x2_t a, uint32x2_t b, uint32_t c) { in test_vmla_n_u32()
4501 float32x2_t test_vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmla_n_f32()
4507 int16x8_t test_vmlaq_n_s16(int16x8_t a, int16x8_t b, int16_t c) { in test_vmlaq_n_s16()
4513 int32x4_t test_vmlaq_n_s32(int32x4_t a, int32x4_t b, int32_t c) { in test_vmlaq_n_s32()
4519 uint16x8_t test_vmlaq_n_u16(uint16x8_t a, uint16x8_t b, uint16_t c) { in test_vmlaq_n_u16()
4525 uint32x4_t test_vmlaq_n_u32(uint32x4_t a, uint32x4_t b, uint32_t c) { in test_vmlaq_n_u32()
4534 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlaq_n_f32()
4541 int8x8_t test_vmls_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vmls_s8()
4547 int16x4_t test_vmls_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmls_s16()
4553 int32x2_t test_vmls_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmls_s32()
4561 float32x2_t test_vmls_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmls_f32()
4567 uint8x8_t test_vmls_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmls_u8()
4573 uint16x4_t test_vmls_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmls_u16()
4579 uint32x2_t test_vmls_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmls_u32()
4585 int8x16_t test_vmlsq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vmlsq_s8()
4591 int16x8_t test_vmlsq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vmlsq_s16()
4597 int32x4_t test_vmlsq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vmlsq_s32()
4605 float32x4_t test_vmlsq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vmlsq_f32()
4611 uint8x16_t test_vmlsq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vmlsq_u8()
4617 uint16x8_t test_vmlsq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vmlsq_u16()
4623 uint32x4_t test_vmlsq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vmlsq_u32()
4630 int16x8_t test_vmlsl_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlsl_s8()
4636 int32x4_t test_vmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_s16()
4642 int64x2_t test_vmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_s32()
4648 uint16x8_t test_vmlsl_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlsl_u8()
4654 uint32x4_t test_vmlsl_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_u16()
4660 uint64x2_t test_vmlsl_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_u32()
4667 int32x4_t test_vmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_lane_s16()
4673 int64x2_t test_vmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_lane_s32()
4679 uint32x4_t test_vmlsl_lane_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_lane_u16()
4685 uint64x2_t test_vmlsl_lane_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_lane_u32()
4692 int32x4_t test_vmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vmlsl_n_s16()
4698 int64x2_t test_vmlsl_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vmlsl_n_s32()
4704 uint32x4_t test_vmlsl_n_u16(uint32x4_t a, uint16x4_t b, uint16_t c) { in test_vmlsl_n_u16()
4710 uint64x2_t test_vmlsl_n_u32(uint64x2_t a, uint32x2_t b, uint32_t c) { in test_vmlsl_n_u32()
4717 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmls_lane_s16()
4723 int32x2_t test_vmls_lane_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmls_lane_s32()
4729 uint16x4_t test_vmls_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmls_lane_u16()
4735 uint32x2_t test_vmls_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmls_lane_u32()
4743 float32x2_t test_vmls_lane_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmls_lane_f32()
4749 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t c) { in test_vmlsq_lane_s16()
4755 int32x4_t test_vmlsq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t c) { in test_vmlsq_lane_s32()
4761 uint16x8_t test_vmlsq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t c) { in test_vmlsq_lane_u16()
4767 uint32x4_t test_vmlsq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t c) { in test_vmlsq_lane_u32()
4775 float32x4_t test_vmlsq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t c) { in test_vmlsq_lane_f32()
4782 int16x4_t test_vmls_n_s16(int16x4_t a, int16x4_t b, int16_t c) { in test_vmls_n_s16()
4788 int32x2_t test_vmls_n_s32(int32x2_t a, int32x2_t b, int32_t c) { in test_vmls_n_s32()
4794 uint16x4_t test_vmls_n_u16(uint16x4_t a, uint16x4_t b, uint16_t c) { in test_vmls_n_u16()
4800 uint32x2_t test_vmls_n_u32(uint32x2_t a, uint32x2_t b, uint32_t c) { in test_vmls_n_u32()
4808 float32x2_t test_vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmls_n_f32()
4814 int16x8_t test_vmlsq_n_s16(int16x8_t a, int16x8_t b, int16_t c) { in test_vmlsq_n_s16()
4820 int32x4_t test_vmlsq_n_s32(int32x4_t a, int32x4_t b, int32_t c) { in test_vmlsq_n_s32()
4826 uint16x8_t test_vmlsq_n_u16(uint16x8_t a, uint16x8_t b, uint16_t c) { in test_vmlsq_n_u16()
4832 uint32x4_t test_vmlsq_n_u32(uint32x4_t a, uint32x4_t b, uint32_t c) { in test_vmlsq_n_u32()
4840 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlsq_n_f32()
5070 int8x8_t test_vmul_s8(int8x8_t a, int8x8_t b) { in test_vmul_s8()
5076 int16x4_t test_vmul_s16(int16x4_t a, int16x4_t b) { in test_vmul_s16()
5082 int32x2_t test_vmul_s32(int32x2_t a, int32x2_t b) { in test_vmul_s32()
5088 float32x2_t test_vmul_f32(float32x2_t a, float32x2_t b) { in test_vmul_f32()
5094 uint8x8_t test_vmul_u8(uint8x8_t a, uint8x8_t b) { in test_vmul_u8()
5100 uint16x4_t test_vmul_u16(uint16x4_t a, uint16x4_t b) { in test_vmul_u16()
5106 uint32x2_t test_vmul_u32(uint32x2_t a, uint32x2_t b) { in test_vmul_u32()
5112 int8x16_t test_vmulq_s8(int8x16_t a, int8x16_t b) { in test_vmulq_s8()
5118 int16x8_t test_vmulq_s16(int16x8_t a, int16x8_t b) { in test_vmulq_s16()
5124 int32x4_t test_vmulq_s32(int32x4_t a, int32x4_t b) { in test_vmulq_s32()
5130 float32x4_t test_vmulq_f32(float32x4_t a, float32x4_t b) { in test_vmulq_f32()
5136 uint8x16_t test_vmulq_u8(uint8x16_t a, uint8x16_t b) { in test_vmulq_u8()
5142 uint16x8_t test_vmulq_u16(uint16x8_t a, uint16x8_t b) { in test_vmulq_u16()
5148 uint32x4_t test_vmulq_u32(uint32x4_t a, uint32x4_t b) { in test_vmulq_u32()
5155 int16x8_t test_vmull_s8(int8x8_t a, int8x8_t b) { in test_vmull_s8()
5161 int32x4_t test_vmull_s16(int16x4_t a, int16x4_t b) { in test_vmull_s16()
5167 int64x2_t test_vmull_s32(int32x2_t a, int32x2_t b) { in test_vmull_s32()
5173 uint16x8_t test_vmull_u8(uint8x8_t a, uint8x8_t b) { in test_vmull_u8()
5179 uint32x4_t test_vmull_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_u16()
5185 uint64x2_t test_vmull_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_u32()
5191 poly16x8_t test_vmull_p8(poly8x8_t a, poly8x8_t b) { in test_vmull_p8()
5198 int32x4_t test_vmull_lane_s16(int16x4_t a, int16x4_t b) { in test_vmull_lane_s16()
5204 int64x2_t test_vmull_lane_s32(int32x2_t a, int32x2_t b) { in test_vmull_lane_s32()
5210 uint32x4_t test_vmull_lane_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_lane_u16()
5216 uint64x2_t test_vmull_lane_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_lane_u32()
5223 int32x4_t test_vmull_n_s16(int16x4_t a, int16_t b) { in test_vmull_n_s16()
5229 int64x2_t test_vmull_n_s32(int32x2_t a, int32_t b) { in test_vmull_n_s32()
5235 uint32x4_t test_vmull_n_u16(uint16x4_t a, uint16_t b) { in test_vmull_n_u16()
5241 uint64x2_t test_vmull_n_u32(uint32x2_t a, uint32_t b) { in test_vmull_n_u32()
5248 poly8x8_t test_vmul_p8(poly8x8_t a, poly8x8_t b) { in test_vmul_p8()
5254 poly8x16_t test_vmulq_p8(poly8x16_t a, poly8x16_t b) { in test_vmulq_p8()
5261 int16x4_t test_vmul_lane_s16(int16x4_t a, int16x4_t b) { in test_vmul_lane_s16()
5267 int32x2_t test_vmul_lane_s32(int32x2_t a, int32x2_t b) { in test_vmul_lane_s32()
5273 float32x2_t test_vmul_lane_f32(float32x2_t a, float32x2_t b) { in test_vmul_lane_f32()
5279 uint16x4_t test_vmul_lane_u16(uint16x4_t a, uint16x4_t b) { in test_vmul_lane_u16()
5285 uint32x2_t test_vmul_lane_u32(uint32x2_t a, uint32x2_t b) { in test_vmul_lane_u32()
5291 int16x8_t test_vmulq_lane_s16(int16x8_t a, int16x4_t b) { in test_vmulq_lane_s16()
5297 int32x4_t test_vmulq_lane_s32(int32x4_t a, int32x2_t b) { in test_vmulq_lane_s32()
5303 float32x4_t test_vmulq_lane_f32(float32x4_t a, float32x2_t b) { in test_vmulq_lane_f32()
5309 uint16x8_t test_vmulq_lane_u16(uint16x8_t a, uint16x4_t b) { in test_vmulq_lane_u16()
5315 uint32x4_t test_vmulq_lane_u32(uint32x4_t a, uint32x2_t b) { in test_vmulq_lane_u32()
5322 int16x4_t test_vmul_n_s16(int16x4_t a, int16_t b) { in test_vmul_n_s16()
5328 int32x2_t test_vmul_n_s32(int32x2_t a, int32_t b) { in test_vmul_n_s32()
5334 float32x2_t test_vmul_n_f32(float32x2_t a, float32_t b) { in test_vmul_n_f32()
5340 uint16x4_t test_vmul_n_u16(uint16x4_t a, uint16_t b) { in test_vmul_n_u16()
5346 uint32x2_t test_vmul_n_u32(uint32x2_t a, uint32_t b) { in test_vmul_n_u32()
5352 int16x8_t test_vmulq_n_s16(int16x8_t a, int16_t b) { in test_vmulq_n_s16()
5358 int32x4_t test_vmulq_n_s32(int32x4_t a, int32_t b) { in test_vmulq_n_s32()
5364 float32x4_t test_vmulq_n_f32(float32x4_t a, float32_t b) { in test_vmulq_n_f32()
5370 uint16x8_t test_vmulq_n_u16(uint16x8_t a, uint16_t b) { in test_vmulq_n_u16()
5376 uint32x4_t test_vmulq_n_u32(uint32x4_t a, uint32_t b) { in test_vmulq_n_u32()
5517 int8x8_t test_vorn_s8(int8x8_t a, int8x8_t b) { in test_vorn_s8()
5523 int16x4_t test_vorn_s16(int16x4_t a, int16x4_t b) { in test_vorn_s16()
5529 int32x2_t test_vorn_s32(int32x2_t a, int32x2_t b) { in test_vorn_s32()
5535 int64x1_t test_vorn_s64(int64x1_t a, int64x1_t b) { in test_vorn_s64()
5541 uint8x8_t test_vorn_u8(uint8x8_t a, uint8x8_t b) { in test_vorn_u8()
5547 uint16x4_t test_vorn_u16(uint16x4_t a, uint16x4_t b) { in test_vorn_u16()
5553 uint32x2_t test_vorn_u32(uint32x2_t a, uint32x2_t b) { in test_vorn_u32()
5559 uint64x1_t test_vorn_u64(uint64x1_t a, uint64x1_t b) { in test_vorn_u64()
5565 int8x16_t test_vornq_s8(int8x16_t a, int8x16_t b) { in test_vornq_s8()
5571 int16x8_t test_vornq_s16(int16x8_t a, int16x8_t b) { in test_vornq_s16()
5577 int32x4_t test_vornq_s32(int32x4_t a, int32x4_t b) { in test_vornq_s32()
5583 int64x2_t test_vornq_s64(int64x2_t a, int64x2_t b) { in test_vornq_s64()
5589 uint8x16_t test_vornq_u8(uint8x16_t a, uint8x16_t b) { in test_vornq_u8()
5595 uint16x8_t test_vornq_u16(uint16x8_t a, uint16x8_t b) { in test_vornq_u16()
5601 uint32x4_t test_vornq_u32(uint32x4_t a, uint32x4_t b) { in test_vornq_u32()
5607 uint64x2_t test_vornq_u64(uint64x2_t a, uint64x2_t b) { in test_vornq_u64()
5614 int8x8_t test_vorr_s8(int8x8_t a, int8x8_t b) { in test_vorr_s8()
5620 int16x4_t test_vorr_s16(int16x4_t a, int16x4_t b) { in test_vorr_s16()
5626 int32x2_t test_vorr_s32(int32x2_t a, int32x2_t b) { in test_vorr_s32()
5632 int64x1_t test_vorr_s64(int64x1_t a, int64x1_t b) { in test_vorr_s64()
5638 uint8x8_t test_vorr_u8(uint8x8_t a, uint8x8_t b) { in test_vorr_u8()
5644 uint16x4_t test_vorr_u16(uint16x4_t a, uint16x4_t b) { in test_vorr_u16()
5650 uint32x2_t test_vorr_u32(uint32x2_t a, uint32x2_t b) { in test_vorr_u32()
5656 uint64x1_t test_vorr_u64(uint64x1_t a, uint64x1_t b) { in test_vorr_u64()
5662 int8x16_t test_vorrq_s8(int8x16_t a, int8x16_t b) { in test_vorrq_s8()
5668 int16x8_t test_vorrq_s16(int16x8_t a, int16x8_t b) { in test_vorrq_s16()
5674 int32x4_t test_vorrq_s32(int32x4_t a, int32x4_t b) { in test_vorrq_s32()
5680 int64x2_t test_vorrq_s64(int64x2_t a, int64x2_t b) { in test_vorrq_s64()
5686 uint8x16_t test_vorrq_u8(uint8x16_t a, uint8x16_t b) { in test_vorrq_u8()
5692 uint16x8_t test_vorrq_u16(uint16x8_t a, uint16x8_t b) { in test_vorrq_u16()
5698 uint32x4_t test_vorrq_u32(uint32x4_t a, uint32x4_t b) { in test_vorrq_u32()
5704 uint64x2_t test_vorrq_u64(uint64x2_t a, uint64x2_t b) { in test_vorrq_u64()
5711 int16x4_t test_vpadal_s8(int16x4_t a, int8x8_t b) { in test_vpadal_s8()
5717 int32x2_t test_vpadal_s16(int32x2_t a, int16x4_t b) { in test_vpadal_s16()
5723 int64x1_t test_vpadal_s32(int64x1_t a, int32x2_t b) { in test_vpadal_s32()
5729 uint16x4_t test_vpadal_u8(uint16x4_t a, uint8x8_t b) { in test_vpadal_u8()
5735 uint32x2_t test_vpadal_u16(uint32x2_t a, uint16x4_t b) { in test_vpadal_u16()
5741 uint64x1_t test_vpadal_u32(uint64x1_t a, uint32x2_t b) { in test_vpadal_u32()
5747 int16x8_t test_vpadalq_s8(int16x8_t a, int8x16_t b) { in test_vpadalq_s8()
5753 int32x4_t test_vpadalq_s16(int32x4_t a, int16x8_t b) { in test_vpadalq_s16()
5759 int64x2_t test_vpadalq_s32(int64x2_t a, int32x4_t b) { in test_vpadalq_s32()
5765 uint16x8_t test_vpadalq_u8(uint16x8_t a, uint8x16_t b) { in test_vpadalq_u8()
5771 uint32x4_t test_vpadalq_u16(uint32x4_t a, uint16x8_t b) { in test_vpadalq_u16()
5777 uint64x2_t test_vpadalq_u32(uint64x2_t a, uint32x4_t b) { in test_vpadalq_u32()
5784 int8x8_t test_vpadd_s8(int8x8_t a, int8x8_t b) { in test_vpadd_s8()
5790 int16x4_t test_vpadd_s16(int16x4_t a, int16x4_t b) { in test_vpadd_s16()
5796 int32x2_t test_vpadd_s32(int32x2_t a, int32x2_t b) { in test_vpadd_s32()
5802 uint8x8_t test_vpadd_u8(uint8x8_t a, uint8x8_t b) { in test_vpadd_u8()
5808 uint16x4_t test_vpadd_u16(uint16x4_t a, uint16x4_t b) { in test_vpadd_u16()
5814 uint32x2_t test_vpadd_u32(uint32x2_t a, uint32x2_t b) { in test_vpadd_u32()
5820 float32x2_t test_vpadd_f32(float32x2_t a, float32x2_t b) { in test_vpadd_f32()
5900 int8x8_t test_vpmax_s8(int8x8_t a, int8x8_t b) { in test_vpmax_s8()
5906 int16x4_t test_vpmax_s16(int16x4_t a, int16x4_t b) { in test_vpmax_s16()
5912 int32x2_t test_vpmax_s32(int32x2_t a, int32x2_t b) { in test_vpmax_s32()
5918 uint8x8_t test_vpmax_u8(uint8x8_t a, uint8x8_t b) { in test_vpmax_u8()
5924 uint16x4_t test_vpmax_u16(uint16x4_t a, uint16x4_t b) { in test_vpmax_u16()
5930 uint32x2_t test_vpmax_u32(uint32x2_t a, uint32x2_t b) { in test_vpmax_u32()
5936 float32x2_t test_vpmax_f32(float32x2_t a, float32x2_t b) { in test_vpmax_f32()
5943 int8x8_t test_vpmin_s8(int8x8_t a, int8x8_t b) { in test_vpmin_s8()
5949 int16x4_t test_vpmin_s16(int16x4_t a, int16x4_t b) { in test_vpmin_s16()
5955 int32x2_t test_vpmin_s32(int32x2_t a, int32x2_t b) { in test_vpmin_s32()
5961 uint8x8_t test_vpmin_u8(uint8x8_t a, uint8x8_t b) { in test_vpmin_u8()
5967 uint16x4_t test_vpmin_u16(uint16x4_t a, uint16x4_t b) { in test_vpmin_u16()
5973 uint32x2_t test_vpmin_u32(uint32x2_t a, uint32x2_t b) { in test_vpmin_u32()
5979 float32x2_t test_vpmin_f32(float32x2_t a, float32x2_t b) { in test_vpmin_f32()
6023 int8x8_t test_vqadd_s8(int8x8_t a, int8x8_t b) { in test_vqadd_s8()
6029 int16x4_t test_vqadd_s16(int16x4_t a, int16x4_t b) { in test_vqadd_s16()
6035 int32x2_t test_vqadd_s32(int32x2_t a, int32x2_t b) { in test_vqadd_s32()
6041 int64x1_t test_vqadd_s64(int64x1_t a, int64x1_t b) { in test_vqadd_s64()
6047 uint8x8_t test_vqadd_u8(uint8x8_t a, uint8x8_t b) { in test_vqadd_u8()
6053 uint16x4_t test_vqadd_u16(uint16x4_t a, uint16x4_t b) { in test_vqadd_u16()
6059 uint32x2_t test_vqadd_u32(uint32x2_t a, uint32x2_t b) { in test_vqadd_u32()
6065 uint64x1_t test_vqadd_u64(uint64x1_t a, uint64x1_t b) { in test_vqadd_u64()
6071 int8x16_t test_vqaddq_s8(int8x16_t a, int8x16_t b) { in test_vqaddq_s8()
6077 int16x8_t test_vqaddq_s16(int16x8_t a, int16x8_t b) { in test_vqaddq_s16()
6083 int32x4_t test_vqaddq_s32(int32x4_t a, int32x4_t b) { in test_vqaddq_s32()
6089 int64x2_t test_vqaddq_s64(int64x2_t a, int64x2_t b) { in test_vqaddq_s64()
6095 uint8x16_t test_vqaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vqaddq_u8()
6101 uint16x8_t test_vqaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vqaddq_u16()
6107 uint32x4_t test_vqaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vqaddq_u32()
6113 uint64x2_t test_vqaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vqaddq_u64()
6120 int32x4_t test_vqdmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_s16()
6126 int64x2_t test_vqdmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_s32()
6133 int32x4_t test_vqdmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_lane_s16()
6139 int64x2_t test_vqdmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_lane_s32()
6146 int32x4_t test_vqdmlal_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vqdmlal_n_s16()
6152 int64x2_t test_vqdmlal_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vqdmlal_n_s32()
6159 int32x4_t test_vqdmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_s16()
6165 int64x2_t test_vqdmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_s32()
6172 int32x4_t test_vqdmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_lane_s16()
6178 int64x2_t test_vqdmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_lane_s32()
6185 int32x4_t test_vqdmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vqdmlsl_n_s16()
6191 int64x2_t test_vqdmlsl_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vqdmlsl_n_s32()
6198 int16x4_t test_vqdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_s16()
6204 int32x2_t test_vqdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_s32()
6210 int16x8_t test_vqdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqdmulhq_s16()
6216 int32x4_t test_vqdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqdmulhq_s32()
6223 int16x4_t test_vqdmulh_lane_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_lane_s16()
6229 int32x2_t test_vqdmulh_lane_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_lane_s32()
6235 int16x8_t test_vqdmulhq_lane_s16(int16x8_t a, int16x4_t b) { in test_vqdmulhq_lane_s16()
6241 int32x4_t test_vqdmulhq_lane_s32(int32x4_t a, int32x2_t b) { in test_vqdmulhq_lane_s32()
6248 int16x4_t test_vqdmulh_n_s16(int16x4_t a, int16_t b) { in test_vqdmulh_n_s16()
6254 int32x2_t test_vqdmulh_n_s32(int32x2_t a, int32_t b) { in test_vqdmulh_n_s32()
6260 int16x8_t test_vqdmulhq_n_s16(int16x8_t a, int16_t b) { in test_vqdmulhq_n_s16()
6266 int32x4_t test_vqdmulhq_n_s32(int32x4_t a, int32_t b) { in test_vqdmulhq_n_s32()
6273 int32x4_t test_vqdmull_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_s16()
6279 int64x2_t test_vqdmull_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_s32()
6286 int32x4_t test_vqdmull_lane_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_lane_s16()
6292 int64x2_t test_vqdmull_lane_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_lane_s32()
6299 int32x4_t test_vqdmull_n_s16(int16x4_t a, int16_t b) { in test_vqdmull_n_s16()
6305 int64x2_t test_vqdmull_n_s32(int32x2_t a, int32_t b) { in test_vqdmull_n_s32()
6405 int16x4_t test_vqrdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_s16()
6411 int32x2_t test_vqrdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_s32()
6417 int16x8_t test_vqrdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqrdmulhq_s16()
6423 int32x4_t test_vqrdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqrdmulhq_s32()
6430 int16x4_t test_vqrdmulh_lane_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_lane_s16()
6436 int32x2_t test_vqrdmulh_lane_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_lane_s32()
6442 int16x8_t test_vqrdmulhq_lane_s16(int16x8_t a, int16x4_t b) { in test_vqrdmulhq_lane_s16()
6448 int32x4_t test_vqrdmulhq_lane_s32(int32x4_t a, int32x2_t b) { in test_vqrdmulhq_lane_s32()
6455 int16x4_t test_vqrdmulh_n_s16(int16x4_t a, int16_t b) { in test_vqrdmulh_n_s16()
6461 int32x2_t test_vqrdmulh_n_s32(int32x2_t a, int32_t b) { in test_vqrdmulh_n_s32()
6467 int16x8_t test_vqrdmulhq_n_s16(int16x8_t a, int16_t b) { in test_vqrdmulhq_n_s16()
6473 int32x4_t test_vqrdmulhq_n_s32(int32x4_t a, int32_t b) { in test_vqrdmulhq_n_s32()
6480 int8x8_t test_vqrshl_s8(int8x8_t a, int8x8_t b) { in test_vqrshl_s8()
6486 int16x4_t test_vqrshl_s16(int16x4_t a, int16x4_t b) { in test_vqrshl_s16()
6492 int32x2_t test_vqrshl_s32(int32x2_t a, int32x2_t b) { in test_vqrshl_s32()
6498 int64x1_t test_vqrshl_s64(int64x1_t a, int64x1_t b) { in test_vqrshl_s64()
6504 uint8x8_t test_vqrshl_u8(uint8x8_t a, int8x8_t b) { in test_vqrshl_u8()
6510 uint16x4_t test_vqrshl_u16(uint16x4_t a, int16x4_t b) { in test_vqrshl_u16()
6516 uint32x2_t test_vqrshl_u32(uint32x2_t a, int32x2_t b) { in test_vqrshl_u32()
6522 uint64x1_t test_vqrshl_u64(uint64x1_t a, int64x1_t b) { in test_vqrshl_u64()
6528 int8x16_t test_vqrshlq_s8(int8x16_t a, int8x16_t b) { in test_vqrshlq_s8()
6534 int16x8_t test_vqrshlq_s16(int16x8_t a, int16x8_t b) { in test_vqrshlq_s16()
6540 int32x4_t test_vqrshlq_s32(int32x4_t a, int32x4_t b) { in test_vqrshlq_s32()
6546 int64x2_t test_vqrshlq_s64(int64x2_t a, int64x2_t b) { in test_vqrshlq_s64()
6552 uint8x16_t test_vqrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqrshlq_u8()
6558 uint16x8_t test_vqrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqrshlq_u16()
6564 uint32x4_t test_vqrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqrshlq_u32()
6570 uint64x2_t test_vqrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqrshlq_u64()
6633 int8x8_t test_vqshl_s8(int8x8_t a, int8x8_t b) { in test_vqshl_s8()
6639 int16x4_t test_vqshl_s16(int16x4_t a, int16x4_t b) { in test_vqshl_s16()
6645 int32x2_t test_vqshl_s32(int32x2_t a, int32x2_t b) { in test_vqshl_s32()
6651 int64x1_t test_vqshl_s64(int64x1_t a, int64x1_t b) { in test_vqshl_s64()
6657 uint8x8_t test_vqshl_u8(uint8x8_t a, int8x8_t b) { in test_vqshl_u8()
6663 uint16x4_t test_vqshl_u16(uint16x4_t a, int16x4_t b) { in test_vqshl_u16()
6669 uint32x2_t test_vqshl_u32(uint32x2_t a, int32x2_t b) { in test_vqshl_u32()
6675 uint64x1_t test_vqshl_u64(uint64x1_t a, int64x1_t b) { in test_vqshl_u64()
6681 int8x16_t test_vqshlq_s8(int8x16_t a, int8x16_t b) { in test_vqshlq_s8()
6687 int16x8_t test_vqshlq_s16(int16x8_t a, int16x8_t b) { in test_vqshlq_s16()
6693 int32x4_t test_vqshlq_s32(int32x4_t a, int32x4_t b) { in test_vqshlq_s32()
6699 int64x2_t test_vqshlq_s64(int64x2_t a, int64x2_t b) { in test_vqshlq_s64()
6705 uint8x16_t test_vqshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqshlq_u8()
6711 uint16x8_t test_vqshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqshlq_u16()
6717 uint32x4_t test_vqshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqshlq_u32()
6723 uint64x2_t test_vqshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqshlq_u64()
6932 int8x8_t test_vqsub_s8(int8x8_t a, int8x8_t b) { in test_vqsub_s8()
6938 int16x4_t test_vqsub_s16(int16x4_t a, int16x4_t b) { in test_vqsub_s16()
6944 int32x2_t test_vqsub_s32(int32x2_t a, int32x2_t b) { in test_vqsub_s32()
6950 int64x1_t test_vqsub_s64(int64x1_t a, int64x1_t b) { in test_vqsub_s64()
6956 uint8x8_t test_vqsub_u8(uint8x8_t a, uint8x8_t b) { in test_vqsub_u8()
6962 uint16x4_t test_vqsub_u16(uint16x4_t a, uint16x4_t b) { in test_vqsub_u16()
6968 uint32x2_t test_vqsub_u32(uint32x2_t a, uint32x2_t b) { in test_vqsub_u32()
6974 uint64x1_t test_vqsub_u64(uint64x1_t a, uint64x1_t b) { in test_vqsub_u64()
6980 int8x16_t test_vqsubq_s8(int8x16_t a, int8x16_t b) { in test_vqsubq_s8()
6986 int16x8_t test_vqsubq_s16(int16x8_t a, int16x8_t b) { in test_vqsubq_s16()
6992 int32x4_t test_vqsubq_s32(int32x4_t a, int32x4_t b) { in test_vqsubq_s32()
6998 int64x2_t test_vqsubq_s64(int64x2_t a, int64x2_t b) { in test_vqsubq_s64()
7004 uint8x16_t test_vqsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vqsubq_u8()
7010 uint16x8_t test_vqsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vqsubq_u16()
7016 uint32x4_t test_vqsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vqsubq_u32()
7022 uint64x2_t test_vqsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vqsubq_u64()
7029 int8x8_t test_vraddhn_s16(int16x8_t a, int16x8_t b) { in test_vraddhn_s16()
7035 int16x4_t test_vraddhn_s32(int32x4_t a, int32x4_t b) { in test_vraddhn_s32()
7041 int32x2_t test_vraddhn_s64(int64x2_t a, int64x2_t b) { in test_vraddhn_s64()
7047 uint8x8_t test_vraddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vraddhn_u16()
7053 uint16x4_t test_vraddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vraddhn_u32()
7059 uint32x2_t test_vraddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vraddhn_u64()
7091 float32x2_t test_vrecps_f32(float32x2_t a, float32x2_t b) { in test_vrecps_f32()
7097 float32x4_t test_vrecpsq_f32(float32x4_t a, float32x4_t b) { in test_vrecpsq_f32()
8644 int8x8_t test_vrhadd_s8(int8x8_t a, int8x8_t b) { in test_vrhadd_s8()
8650 int16x4_t test_vrhadd_s16(int16x4_t a, int16x4_t b) { in test_vrhadd_s16()
8656 int32x2_t test_vrhadd_s32(int32x2_t a, int32x2_t b) { in test_vrhadd_s32()
8662 uint8x8_t test_vrhadd_u8(uint8x8_t a, uint8x8_t b) { in test_vrhadd_u8()
8668 uint16x4_t test_vrhadd_u16(uint16x4_t a, uint16x4_t b) { in test_vrhadd_u16()
8674 uint32x2_t test_vrhadd_u32(uint32x2_t a, uint32x2_t b) { in test_vrhadd_u32()
8680 int8x16_t test_vrhaddq_s8(int8x16_t a, int8x16_t b) { in test_vrhaddq_s8()
8686 int16x8_t test_vrhaddq_s16(int16x8_t a, int16x8_t b) { in test_vrhaddq_s16()
8692 int32x4_t test_vrhaddq_s32(int32x4_t a, int32x4_t b) { in test_vrhaddq_s32()
8698 uint8x16_t test_vrhaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vrhaddq_u8()
8704 uint16x8_t test_vrhaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vrhaddq_u16()
8710 uint32x4_t test_vrhaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vrhaddq_u32()
8717 int8x8_t test_vrshl_s8(int8x8_t a, int8x8_t b) { in test_vrshl_s8()
8723 int16x4_t test_vrshl_s16(int16x4_t a, int16x4_t b) { in test_vrshl_s16()
8729 int32x2_t test_vrshl_s32(int32x2_t a, int32x2_t b) { in test_vrshl_s32()
8735 int64x1_t test_vrshl_s64(int64x1_t a, int64x1_t b) { in test_vrshl_s64()
8741 uint8x8_t test_vrshl_u8(uint8x8_t a, int8x8_t b) { in test_vrshl_u8()
8747 uint16x4_t test_vrshl_u16(uint16x4_t a, int16x4_t b) { in test_vrshl_u16()
8753 uint32x2_t test_vrshl_u32(uint32x2_t a, int32x2_t b) { in test_vrshl_u32()
8759 uint64x1_t test_vrshl_u64(uint64x1_t a, int64x1_t b) { in test_vrshl_u64()
8765 int8x16_t test_vrshlq_s8(int8x16_t a, int8x16_t b) { in test_vrshlq_s8()
8771 int16x8_t test_vrshlq_s16(int16x8_t a, int16x8_t b) { in test_vrshlq_s16()
8777 int32x4_t test_vrshlq_s32(int32x4_t a, int32x4_t b) { in test_vrshlq_s32()
8783 int64x2_t test_vrshlq_s64(int64x2_t a, int64x2_t b) { in test_vrshlq_s64()
8789 uint8x16_t test_vrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vrshlq_u8()
8795 uint16x8_t test_vrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vrshlq_u16()
8801 uint32x4_t test_vrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vrshlq_u32()
8807 uint64x2_t test_vrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vrshlq_u64()
8973 float32x2_t test_vrsqrts_f32(float32x2_t a, float32x2_t b) { in test_vrsqrts_f32()
8979 float32x4_t test_vrsqrtsq_f32(float32x4_t a, float32x4_t b) { in test_vrsqrtsq_f32()
8986 int8x8_t test_vrsra_n_s8(int8x8_t a, int8x8_t b) { in test_vrsra_n_s8()
8992 int16x4_t test_vrsra_n_s16(int16x4_t a, int16x4_t b) { in test_vrsra_n_s16()
8998 int32x2_t test_vrsra_n_s32(int32x2_t a, int32x2_t b) { in test_vrsra_n_s32()
9004 int64x1_t test_vrsra_n_s64(int64x1_t a, int64x1_t b) { in test_vrsra_n_s64()
9010 uint8x8_t test_vrsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vrsra_n_u8()
9016 uint16x4_t test_vrsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vrsra_n_u16()
9022 uint32x2_t test_vrsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vrsra_n_u32()
9028 uint64x1_t test_vrsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vrsra_n_u64()
9034 int8x16_t test_vrsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vrsraq_n_s8()
9040 int16x8_t test_vrsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vrsraq_n_s16()
9046 int32x4_t test_vrsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vrsraq_n_s32()
9052 int64x2_t test_vrsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vrsraq_n_s64()
9058 uint8x16_t test_vrsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vrsraq_n_u8()
9064 uint16x8_t test_vrsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vrsraq_n_u16()
9070 uint32x4_t test_vrsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vrsraq_n_u32()
9076 uint64x2_t test_vrsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vrsraq_n_u64()
9083 int8x8_t test_vrsubhn_s16(int16x8_t a, int16x8_t b) { in test_vrsubhn_s16()
9089 int16x4_t test_vrsubhn_s32(int32x4_t a, int32x4_t b) { in test_vrsubhn_s32()
9095 int32x2_t test_vrsubhn_s64(int64x2_t a, int64x2_t b) { in test_vrsubhn_s64()
9101 uint8x8_t test_vrsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vrsubhn_u16()
9107 uint16x4_t test_vrsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vrsubhn_u32()
9113 uint32x2_t test_vrsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vrsubhn_u64()
9120 uint8x8_t test_vset_lane_u8(uint8_t a, uint8x8_t b) { in test_vset_lane_u8()
9126 uint16x4_t test_vset_lane_u16(uint16_t a, uint16x4_t b) { in test_vset_lane_u16()
9132 uint32x2_t test_vset_lane_u32(uint32_t a, uint32x2_t b) { in test_vset_lane_u32()
9138 int8x8_t test_vset_lane_s8(int8_t a, int8x8_t b) { in test_vset_lane_s8()
9144 int16x4_t test_vset_lane_s16(int16_t a, int16x4_t b) { in test_vset_lane_s16()
9150 int32x2_t test_vset_lane_s32(int32_t a, int32x2_t b) { in test_vset_lane_s32()
9156 poly8x8_t test_vset_lane_p8(poly8_t a, poly8x8_t b) { in test_vset_lane_p8()
9162 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) { in test_vset_lane_p16()
9168 float32x2_t test_vset_lane_f32(float32_t a, float32x2_t b) { in test_vset_lane_f32()
9174 float16x4_t test_vset_lane_f16(float16_t *a, float16x4_t b) { in test_vset_lane_f16()
9180 uint8x16_t test_vsetq_lane_u8(uint8_t a, uint8x16_t b) { in test_vsetq_lane_u8()
9186 uint16x8_t test_vsetq_lane_u16(uint16_t a, uint16x8_t b) { in test_vsetq_lane_u16()
9192 uint32x4_t test_vsetq_lane_u32(uint32_t a, uint32x4_t b) { in test_vsetq_lane_u32()
9198 int8x16_t test_vsetq_lane_s8(int8_t a, int8x16_t b) { in test_vsetq_lane_s8()
9204 int16x8_t test_vsetq_lane_s16(int16_t a, int16x8_t b) { in test_vsetq_lane_s16()
9210 int32x4_t test_vsetq_lane_s32(int32_t a, int32x4_t b) { in test_vsetq_lane_s32()
9216 poly8x16_t test_vsetq_lane_p8(poly8_t a, poly8x16_t b) { in test_vsetq_lane_p8()
9222 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) { in test_vsetq_lane_p16()
9228 float32x4_t test_vsetq_lane_f32(float32_t a, float32x4_t b) { in test_vsetq_lane_f32()
9234 float16x8_t test_vsetq_lane_f16(float16_t *a, float16x8_t b) { in test_vsetq_lane_f16()
9240 int64x1_t test_vset_lane_s64(int64_t a, int64x1_t b) { in test_vset_lane_s64()
9246 uint64x1_t test_vset_lane_u64(uint64_t a, uint64x1_t b) { in test_vset_lane_u64()
9252 int64x2_t test_vsetq_lane_s64(int64_t a, int64x2_t b) { in test_vsetq_lane_s64()
9258 uint64x2_t test_vsetq_lane_u64(uint64_t a, uint64x2_t b) { in test_vsetq_lane_u64()
9265 int8x8_t test_vshl_s8(int8x8_t a, int8x8_t b) { in test_vshl_s8()
9271 int16x4_t test_vshl_s16(int16x4_t a, int16x4_t b) { in test_vshl_s16()
9277 int32x2_t test_vshl_s32(int32x2_t a, int32x2_t b) { in test_vshl_s32()
9283 int64x1_t test_vshl_s64(int64x1_t a, int64x1_t b) { in test_vshl_s64()
9289 uint8x8_t test_vshl_u8(uint8x8_t a, int8x8_t b) { in test_vshl_u8()
9295 uint16x4_t test_vshl_u16(uint16x4_t a, int16x4_t b) { in test_vshl_u16()
9301 uint32x2_t test_vshl_u32(uint32x2_t a, int32x2_t b) { in test_vshl_u32()
9307 uint64x1_t test_vshl_u64(uint64x1_t a, int64x1_t b) { in test_vshl_u64()
9313 int8x16_t test_vshlq_s8(int8x16_t a, int8x16_t b) { in test_vshlq_s8()
9319 int16x8_t test_vshlq_s16(int16x8_t a, int16x8_t b) { in test_vshlq_s16()
9325 int32x4_t test_vshlq_s32(int32x4_t a, int32x4_t b) { in test_vshlq_s32()
9331 int64x2_t test_vshlq_s64(int64x2_t a, int64x2_t b) { in test_vshlq_s64()
9337 uint8x16_t test_vshlq_u8(uint8x16_t a, int8x16_t b) { in test_vshlq_u8()
9343 uint16x8_t test_vshlq_u16(uint16x8_t a, int16x8_t b) { in test_vshlq_u16()
9349 uint32x4_t test_vshlq_u32(uint32x4_t a, int32x4_t b) { in test_vshlq_u32()
9355 uint64x2_t test_vshlq_u64(uint64x2_t a, int64x2_t b) { in test_vshlq_u64()
9630 int8x8_t test_vsli_n_s8(int8x8_t a, int8x8_t b) { in test_vsli_n_s8()
9636 int16x4_t test_vsli_n_s16(int16x4_t a, int16x4_t b) { in test_vsli_n_s16()
9642 int32x2_t test_vsli_n_s32(int32x2_t a, int32x2_t b) { in test_vsli_n_s32()
9648 int64x1_t test_vsli_n_s64(int64x1_t a, int64x1_t b) { in test_vsli_n_s64()
9654 uint8x8_t test_vsli_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsli_n_u8()
9660 uint16x4_t test_vsli_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsli_n_u16()
9666 uint32x2_t test_vsli_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsli_n_u32()
9672 uint64x1_t test_vsli_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsli_n_u64()
9678 poly8x8_t test_vsli_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsli_n_p8()
9684 poly16x4_t test_vsli_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsli_n_p16()
9690 int8x16_t test_vsliq_n_s8(int8x16_t a, int8x16_t b) { in test_vsliq_n_s8()
9696 int16x8_t test_vsliq_n_s16(int16x8_t a, int16x8_t b) { in test_vsliq_n_s16()
9702 int32x4_t test_vsliq_n_s32(int32x4_t a, int32x4_t b) { in test_vsliq_n_s32()
9708 int64x2_t test_vsliq_n_s64(int64x2_t a, int64x2_t b) { in test_vsliq_n_s64()
9714 uint8x16_t test_vsliq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsliq_n_u8()
9720 uint16x8_t test_vsliq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsliq_n_u16()
9726 uint32x4_t test_vsliq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsliq_n_u32()
9732 uint64x2_t test_vsliq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsliq_n_u64()
9738 poly8x16_t test_vsliq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsliq_n_p8()
9744 poly16x8_t test_vsliq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsliq_n_p16()
9751 int8x8_t test_vsra_n_s8(int8x8_t a, int8x8_t b) { in test_vsra_n_s8()
9757 int16x4_t test_vsra_n_s16(int16x4_t a, int16x4_t b) { in test_vsra_n_s16()
9763 int32x2_t test_vsra_n_s32(int32x2_t a, int32x2_t b) { in test_vsra_n_s32()
9769 int64x1_t test_vsra_n_s64(int64x1_t a, int64x1_t b) { in test_vsra_n_s64()
9775 uint8x8_t test_vsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsra_n_u8()
9781 uint16x4_t test_vsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsra_n_u16()
9787 uint32x2_t test_vsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsra_n_u32()
9793 uint64x1_t test_vsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsra_n_u64()
9799 int8x16_t test_vsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vsraq_n_s8()
9805 int16x8_t test_vsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vsraq_n_s16()
9811 int32x4_t test_vsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vsraq_n_s32()
9817 int64x2_t test_vsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vsraq_n_s64()
9823 uint8x16_t test_vsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsraq_n_u8()
9829 uint16x8_t test_vsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsraq_n_u16()
9835 uint32x4_t test_vsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsraq_n_u32()
9841 uint64x2_t test_vsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsraq_n_u64()
9848 int8x8_t test_vsri_n_s8(int8x8_t a, int8x8_t b) { in test_vsri_n_s8()
9854 int16x4_t test_vsri_n_s16(int16x4_t a, int16x4_t b) { in test_vsri_n_s16()
9860 int32x2_t test_vsri_n_s32(int32x2_t a, int32x2_t b) { in test_vsri_n_s32()
9866 int64x1_t test_vsri_n_s64(int64x1_t a, int64x1_t b) { in test_vsri_n_s64()
9872 uint8x8_t test_vsri_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsri_n_u8()
9878 uint16x4_t test_vsri_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsri_n_u16()
9884 uint32x2_t test_vsri_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsri_n_u32()
9890 uint64x1_t test_vsri_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsri_n_u64()
9896 poly8x8_t test_vsri_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsri_n_p8()
9902 poly16x4_t test_vsri_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsri_n_p16()
9908 int8x16_t test_vsriq_n_s8(int8x16_t a, int8x16_t b) { in test_vsriq_n_s8()
9914 int16x8_t test_vsriq_n_s16(int16x8_t a, int16x8_t b) { in test_vsriq_n_s16()
9920 int32x4_t test_vsriq_n_s32(int32x4_t a, int32x4_t b) { in test_vsriq_n_s32()
9926 int64x2_t test_vsriq_n_s64(int64x2_t a, int64x2_t b) { in test_vsriq_n_s64()
9932 uint8x16_t test_vsriq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsriq_n_u8()
9938 uint16x8_t test_vsriq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsriq_n_u16()
9944 uint32x4_t test_vsriq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsriq_n_u32()
9950 uint64x2_t test_vsriq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsriq_n_u64()
9956 poly8x16_t test_vsriq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsriq_n_p8()
9962 poly16x8_t test_vsriq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsriq_n_p16()
9969 void test_vst1q_u8(uint8_t * a, uint8x16_t b) { in test_vst1q_u8()
9975 void test_vst1q_u16(uint16_t * a, uint16x8_t b) { in test_vst1q_u16()
9981 void test_vst1q_u32(uint32_t * a, uint32x4_t b) { in test_vst1q_u32()
9987 void test_vst1q_u64(uint64_t * a, uint64x2_t b) { in test_vst1q_u64()
9993 void test_vst1q_s8(int8_t * a, int8x16_t b) { in test_vst1q_s8()
9999 void test_vst1q_s16(int16_t * a, int16x8_t b) { in test_vst1q_s16()
10005 void test_vst1q_s32(int32_t * a, int32x4_t b) { in test_vst1q_s32()
10011 void test_vst1q_s64(int64_t * a, int64x2_t b) { in test_vst1q_s64()
10017 void test_vst1q_f16(float16_t * a, float16x8_t b) { in test_vst1q_f16()
10023 void test_vst1q_f32(float32_t * a, float32x4_t b) { in test_vst1q_f32()
10029 void test_vst1q_p8(poly8_t * a, poly8x16_t b) { in test_vst1q_p8()
10035 void test_vst1q_p16(poly16_t * a, poly16x8_t b) { in test_vst1q_p16()
10041 void test_vst1_u8(uint8_t * a, uint8x8_t b) { in test_vst1_u8()
10047 void test_vst1_u16(uint16_t * a, uint16x4_t b) { in test_vst1_u16()
10053 void test_vst1_u32(uint32_t * a, uint32x2_t b) { in test_vst1_u32()
10059 void test_vst1_u64(uint64_t * a, uint64x1_t b) { in test_vst1_u64()
10065 void test_vst1_s8(int8_t * a, int8x8_t b) { in test_vst1_s8()
10071 void test_vst1_s16(int16_t * a, int16x4_t b) { in test_vst1_s16()
10077 void test_vst1_s32(int32_t * a, int32x2_t b) { in test_vst1_s32()
10083 void test_vst1_s64(int64_t * a, int64x1_t b) { in test_vst1_s64()
10089 void test_vst1_f16(float16_t * a, float16x4_t b) { in test_vst1_f16()
10095 void test_vst1_f32(float32_t * a, float32x2_t b) { in test_vst1_f32()
10101 void test_vst1_p8(poly8_t * a, poly8x8_t b) { in test_vst1_p8()
10107 void test_vst1_p16(poly16_t * a, poly16x4_t b) { in test_vst1_p16()
10114 void test_vst1q_lane_u8(uint8_t * a, uint8x16_t b) { in test_vst1q_lane_u8()
10120 void test_vst1q_lane_u16(uint16_t * a, uint16x8_t b) { in test_vst1q_lane_u16()
10126 void test_vst1q_lane_u32(uint32_t * a, uint32x4_t b) { in test_vst1q_lane_u32()
10132 void test_vst1q_lane_u64(uint64_t * a, uint64x2_t b) { in test_vst1q_lane_u64()
10138 void test_vst1q_lane_s8(int8_t * a, int8x16_t b) { in test_vst1q_lane_s8()
10144 void test_vst1q_lane_s16(int16_t * a, int16x8_t b) { in test_vst1q_lane_s16()
10150 void test_vst1q_lane_s32(int32_t * a, int32x4_t b) { in test_vst1q_lane_s32()
10156 void test_vst1q_lane_s64(int64_t * a, int64x2_t b) { in test_vst1q_lane_s64()
10162 void test_vst1q_lane_f16(float16_t * a, float16x8_t b) { in test_vst1q_lane_f16()
10168 void test_vst1q_lane_f32(float32_t * a, float32x4_t b) { in test_vst1q_lane_f32()
10174 void test_vst1q_lane_p8(poly8_t * a, poly8x16_t b) { in test_vst1q_lane_p8()
10180 void test_vst1q_lane_p16(poly16_t * a, poly16x8_t b) { in test_vst1q_lane_p16()
10186 void test_vst1_lane_u8(uint8_t * a, uint8x8_t b) { in test_vst1_lane_u8()
10192 void test_vst1_lane_u16(uint16_t * a, uint16x4_t b) { in test_vst1_lane_u16()
10198 void test_vst1_lane_u32(uint32_t * a, uint32x2_t b) { in test_vst1_lane_u32()
10204 void test_vst1_lane_u64(uint64_t * a, uint64x1_t b) { in test_vst1_lane_u64()
10210 void test_vst1_lane_s8(int8_t * a, int8x8_t b) { in test_vst1_lane_s8()
10216 void test_vst1_lane_s16(int16_t * a, int16x4_t b) { in test_vst1_lane_s16()
10222 void test_vst1_lane_s32(int32_t * a, int32x2_t b) { in test_vst1_lane_s32()
10228 void test_vst1_lane_s64(int64_t * a, int64x1_t b) { in test_vst1_lane_s64()
10234 void test_vst1_lane_f16(float16_t * a, float16x4_t b) { in test_vst1_lane_f16()
10240 void test_vst1_lane_f32(float32_t * a, float32x2_t b) { in test_vst1_lane_f32()
10246 void test_vst1_lane_p8(poly8_t * a, poly8x8_t b) { in test_vst1_lane_p8()
10252 void test_vst1_lane_p16(poly16_t * a, poly16x4_t b) { in test_vst1_lane_p16()
10259 void test_vst2q_u8(uint8_t * a, uint8x16x2_t b) { in test_vst2q_u8()
10265 void test_vst2q_u16(uint16_t * a, uint16x8x2_t b) { in test_vst2q_u16()
10271 void test_vst2q_u32(uint32_t * a, uint32x4x2_t b) { in test_vst2q_u32()
10277 void test_vst2q_s8(int8_t * a, int8x16x2_t b) { in test_vst2q_s8()
10283 void test_vst2q_s16(int16_t * a, int16x8x2_t b) { in test_vst2q_s16()
10289 void test_vst2q_s32(int32_t * a, int32x4x2_t b) { in test_vst2q_s32()
10295 void test_vst2q_f16(float16_t * a, float16x8x2_t b) { in test_vst2q_f16()
10301 void test_vst2q_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_f32()
10307 void test_vst2q_p8(poly8_t * a, poly8x16x2_t b) { in test_vst2q_p8()
10313 void test_vst2q_p16(poly16_t * a, poly16x8x2_t b) { in test_vst2q_p16()
10319 void test_vst2_u8(uint8_t * a, uint8x8x2_t b) { in test_vst2_u8()
10325 void test_vst2_u16(uint16_t * a, uint16x4x2_t b) { in test_vst2_u16()
10331 void test_vst2_u32(uint32_t * a, uint32x2x2_t b) { in test_vst2_u32()
10337 void test_vst2_u64(uint64_t * a, uint64x1x2_t b) { in test_vst2_u64()
10343 void test_vst2_s8(int8_t * a, int8x8x2_t b) { in test_vst2_s8()
10349 void test_vst2_s16(int16_t * a, int16x4x2_t b) { in test_vst2_s16()
10355 void test_vst2_s32(int32_t * a, int32x2x2_t b) { in test_vst2_s32()
10361 void test_vst2_s64(int64_t * a, int64x1x2_t b) { in test_vst2_s64()
10367 void test_vst2_f16(float16_t * a, float16x4x2_t b) { in test_vst2_f16()
10373 void test_vst2_f32(float32_t * a, float32x2x2_t b) { in test_vst2_f32()
10379 void test_vst2_p8(poly8_t * a, poly8x8x2_t b) { in test_vst2_p8()
10385 void test_vst2_p16(poly16_t * a, poly16x4x2_t b) { in test_vst2_p16()
10392 void test_vst2q_lane_u16(uint16_t * a, uint16x8x2_t b) { in test_vst2q_lane_u16()
10398 void test_vst2q_lane_u32(uint32_t * a, uint32x4x2_t b) { in test_vst2q_lane_u32()
10404 void test_vst2q_lane_s16(int16_t * a, int16x8x2_t b) { in test_vst2q_lane_s16()
10410 void test_vst2q_lane_s32(int32_t * a, int32x4x2_t b) { in test_vst2q_lane_s32()
10416 void test_vst2q_lane_f16(float16_t * a, float16x8x2_t b) { in test_vst2q_lane_f16()
10422 void test_vst2q_lane_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_lane_f32()
10428 void test_vst2q_lane_p16(poly16_t * a, poly16x8x2_t b) { in test_vst2q_lane_p16()
10434 void test_vst2_lane_u8(uint8_t * a, uint8x8x2_t b) { in test_vst2_lane_u8()
10440 void test_vst2_lane_u16(uint16_t * a, uint16x4x2_t b) { in test_vst2_lane_u16()
10446 void test_vst2_lane_u32(uint32_t * a, uint32x2x2_t b) { in test_vst2_lane_u32()
10452 void test_vst2_lane_s8(int8_t * a, int8x8x2_t b) { in test_vst2_lane_s8()
10458 void test_vst2_lane_s16(int16_t * a, int16x4x2_t b) { in test_vst2_lane_s16()
10464 void test_vst2_lane_s32(int32_t * a, int32x2x2_t b) { in test_vst2_lane_s32()
10470 void test_vst2_lane_f16(float16_t * a, float16x4x2_t b) { in test_vst2_lane_f16()
10476 void test_vst2_lane_f32(float32_t * a, float32x2x2_t b) { in test_vst2_lane_f32()
10482 void test_vst2_lane_p8(poly8_t * a, poly8x8x2_t b) { in test_vst2_lane_p8()
10488 void test_vst2_lane_p16(poly16_t * a, poly16x4x2_t b) { in test_vst2_lane_p16()
10495 void test_vst3q_u8(uint8_t * a, uint8x16x3_t b) { in test_vst3q_u8()
10501 void test_vst3q_u16(uint16_t * a, uint16x8x3_t b) { in test_vst3q_u16()
10507 void test_vst3q_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_u32()
10513 void test_vst3q_s8(int8_t * a, int8x16x3_t b) { in test_vst3q_s8()
10519 void test_vst3q_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_s16()
10525 void test_vst3q_s32(int32_t * a, int32x4x3_t b) { in test_vst3q_s32()
10531 void test_vst3q_f16(float16_t * a, float16x8x3_t b) { in test_vst3q_f16()
10537 void test_vst3q_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_f32()
10543 void test_vst3q_p8(poly8_t * a, poly8x16x3_t b) { in test_vst3q_p8()
10549 void test_vst3q_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_p16()
10555 void test_vst3_u8(uint8_t * a, uint8x8x3_t b) { in test_vst3_u8()
10561 void test_vst3_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_u16()
10567 void test_vst3_u32(uint32_t * a, uint32x2x3_t b) { in test_vst3_u32()
10573 void test_vst3_u64(uint64_t * a, uint64x1x3_t b) { in test_vst3_u64()
10579 void test_vst3_s8(int8_t * a, int8x8x3_t b) { in test_vst3_s8()
10585 void test_vst3_s16(int16_t * a, int16x4x3_t b) { in test_vst3_s16()
10591 void test_vst3_s32(int32_t * a, int32x2x3_t b) { in test_vst3_s32()
10597 void test_vst3_s64(int64_t * a, int64x1x3_t b) { in test_vst3_s64()
10603 void test_vst3_f16(float16_t * a, float16x4x3_t b) { in test_vst3_f16()
10609 void test_vst3_f32(float32_t * a, float32x2x3_t b) { in test_vst3_f32()
10615 void test_vst3_p8(poly8_t * a, poly8x8x3_t b) { in test_vst3_p8()
10621 void test_vst3_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_p16()
10628 void test_vst3q_lane_u16(uint16_t * a, uint16x8x3_t b) { in test_vst3q_lane_u16()
10634 void test_vst3q_lane_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_lane_u32()
10640 void test_vst3q_lane_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_lane_s16()
10646 void test_vst3q_lane_s32(int32_t * a, int32x4x3_t b) { in test_vst3q_lane_s32()
10652 void test_vst3q_lane_f16(float16_t * a, float16x8x3_t b) { in test_vst3q_lane_f16()
10658 void test_vst3q_lane_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_lane_f32()
10664 void test_vst3q_lane_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_lane_p16()
10670 void test_vst3_lane_u8(uint8_t * a, uint8x8x3_t b) { in test_vst3_lane_u8()
10676 void test_vst3_lane_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_lane_u16()
10682 void test_vst3_lane_u32(uint32_t * a, uint32x2x3_t b) { in test_vst3_lane_u32()
10688 void test_vst3_lane_s8(int8_t * a, int8x8x3_t b) { in test_vst3_lane_s8()
10694 void test_vst3_lane_s16(int16_t * a, int16x4x3_t b) { in test_vst3_lane_s16()
10700 void test_vst3_lane_s32(int32_t * a, int32x2x3_t b) { in test_vst3_lane_s32()
10706 void test_vst3_lane_f16(float16_t * a, float16x4x3_t b) { in test_vst3_lane_f16()
10712 void test_vst3_lane_f32(float32_t * a, float32x2x3_t b) { in test_vst3_lane_f32()
10718 void test_vst3_lane_p8(poly8_t * a, poly8x8x3_t b) { in test_vst3_lane_p8()
10724 void test_vst3_lane_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_lane_p16()
10731 void test_vst4q_u8(uint8_t * a, uint8x16x4_t b) { in test_vst4q_u8()
10737 void test_vst4q_u16(uint16_t * a, uint16x8x4_t b) { in test_vst4q_u16()
10743 void test_vst4q_u32(uint32_t * a, uint32x4x4_t b) { in test_vst4q_u32()
10749 void test_vst4q_s8(int8_t * a, int8x16x4_t b) { in test_vst4q_s8()
10755 void test_vst4q_s16(int16_t * a, int16x8x4_t b) { in test_vst4q_s16()
10761 void test_vst4q_s32(int32_t * a, int32x4x4_t b) { in test_vst4q_s32()
10767 void test_vst4q_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_f16()
10773 void test_vst4q_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_f32()
10779 void test_vst4q_p8(poly8_t * a, poly8x16x4_t b) { in test_vst4q_p8()
10785 void test_vst4q_p16(poly16_t * a, poly16x8x4_t b) { in test_vst4q_p16()
10791 void test_vst4_u8(uint8_t * a, uint8x8x4_t b) { in test_vst4_u8()
10797 void test_vst4_u16(uint16_t * a, uint16x4x4_t b) { in test_vst4_u16()
10803 void test_vst4_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_u32()
10809 void test_vst4_u64(uint64_t * a, uint64x1x4_t b) { in test_vst4_u64()
10815 void test_vst4_s8(int8_t * a, int8x8x4_t b) { in test_vst4_s8()
10821 void test_vst4_s16(int16_t * a, int16x4x4_t b) { in test_vst4_s16()
10827 void test_vst4_s32(int32_t * a, int32x2x4_t b) { in test_vst4_s32()
10833 void test_vst4_s64(int64_t * a, int64x1x4_t b) { in test_vst4_s64()
10839 void test_vst4_f16(float16_t * a, float16x4x4_t b) { in test_vst4_f16()
10845 void test_vst4_f32(float32_t * a, float32x2x4_t b) { in test_vst4_f32()
10851 void test_vst4_p8(poly8_t * a, poly8x8x4_t b) { in test_vst4_p8()
10857 void test_vst4_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_p16()
10864 void test_vst4q_lane_u16(uint16_t * a, uint16x8x4_t b) { in test_vst4q_lane_u16()
10870 void test_vst4q_lane_u32(uint32_t * a, uint32x4x4_t b) { in test_vst4q_lane_u32()
10876 void test_vst4q_lane_s16(int16_t * a, int16x8x4_t b) { in test_vst4q_lane_s16()
10882 void test_vst4q_lane_s32(int32_t * a, int32x4x4_t b) { in test_vst4q_lane_s32()
10888 void test_vst4q_lane_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_lane_f16()
10894 void test_vst4q_lane_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_lane_f32()
10900 void test_vst4q_lane_p16(poly16_t * a, poly16x8x4_t b) { in test_vst4q_lane_p16()
10906 void test_vst4_lane_u8(uint8_t * a, uint8x8x4_t b) { in test_vst4_lane_u8()
10912 void test_vst4_lane_u16(uint16_t * a, uint16x4x4_t b) { in test_vst4_lane_u16()
10918 void test_vst4_lane_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_lane_u32()
10924 void test_vst4_lane_s8(int8_t * a, int8x8x4_t b) { in test_vst4_lane_s8()
10930 void test_vst4_lane_s16(int16_t * a, int16x4x4_t b) { in test_vst4_lane_s16()
10936 void test_vst4_lane_s32(int32_t * a, int32x2x4_t b) { in test_vst4_lane_s32()
10942 void test_vst4_lane_f16(float16_t * a, float16x4x4_t b) { in test_vst4_lane_f16()
10948 void test_vst4_lane_f32(float32_t * a, float32x2x4_t b) { in test_vst4_lane_f32()
10954 void test_vst4_lane_p8(poly8_t * a, poly8x8x4_t b) { in test_vst4_lane_p8()
10960 void test_vst4_lane_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_lane_p16()
10967 int8x8_t test_vsub_s8(int8x8_t a, int8x8_t b) { in test_vsub_s8()
10973 int16x4_t test_vsub_s16(int16x4_t a, int16x4_t b) { in test_vsub_s16()
10979 int32x2_t test_vsub_s32(int32x2_t a, int32x2_t b) { in test_vsub_s32()
10985 int64x1_t test_vsub_s64(int64x1_t a, int64x1_t b) { in test_vsub_s64()
10991 float32x2_t test_vsub_f32(float32x2_t a, float32x2_t b) { in test_vsub_f32()
10997 uint8x8_t test_vsub_u8(uint8x8_t a, uint8x8_t b) { in test_vsub_u8()
11003 uint16x4_t test_vsub_u16(uint16x4_t a, uint16x4_t b) { in test_vsub_u16()
11009 uint32x2_t test_vsub_u32(uint32x2_t a, uint32x2_t b) { in test_vsub_u32()
11015 uint64x1_t test_vsub_u64(uint64x1_t a, uint64x1_t b) { in test_vsub_u64()
11021 int8x16_t test_vsubq_s8(int8x16_t a, int8x16_t b) { in test_vsubq_s8()
11027 int16x8_t test_vsubq_s16(int16x8_t a, int16x8_t b) { in test_vsubq_s16()
11033 int32x4_t test_vsubq_s32(int32x4_t a, int32x4_t b) { in test_vsubq_s32()
11039 int64x2_t test_vsubq_s64(int64x2_t a, int64x2_t b) { in test_vsubq_s64()
11045 float32x4_t test_vsubq_f32(float32x4_t a, float32x4_t b) { in test_vsubq_f32()
11051 uint8x16_t test_vsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vsubq_u8()
11057 uint16x8_t test_vsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vsubq_u16()
11063 uint32x4_t test_vsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vsubq_u32()
11069 uint64x2_t test_vsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vsubq_u64()
11076 int8x8_t test_vsubhn_s16(int16x8_t a, int16x8_t b) { in test_vsubhn_s16()
11082 int16x4_t test_vsubhn_s32(int32x4_t a, int32x4_t b) { in test_vsubhn_s32()
11088 int32x2_t test_vsubhn_s64(int64x2_t a, int64x2_t b) { in test_vsubhn_s64()
11094 uint8x8_t test_vsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vsubhn_u16()
11100 uint16x4_t test_vsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vsubhn_u32()
11106 uint32x2_t test_vsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vsubhn_u64()
11113 int16x8_t test_vsubl_s8(int8x8_t a, int8x8_t b) { in test_vsubl_s8()
11119 int32x4_t test_vsubl_s16(int16x4_t a, int16x4_t b) { in test_vsubl_s16()
11125 int64x2_t test_vsubl_s32(int32x2_t a, int32x2_t b) { in test_vsubl_s32()
11131 uint16x8_t test_vsubl_u8(uint8x8_t a, uint8x8_t b) { in test_vsubl_u8()
11137 uint32x4_t test_vsubl_u16(uint16x4_t a, uint16x4_t b) { in test_vsubl_u16()
11143 uint64x2_t test_vsubl_u32(uint32x2_t a, uint32x2_t b) { in test_vsubl_u32()
11150 int16x8_t test_vsubw_s8(int16x8_t a, int8x8_t b) { in test_vsubw_s8()
11156 int32x4_t test_vsubw_s16(int32x4_t a, int16x4_t b) { in test_vsubw_s16()
11162 int64x2_t test_vsubw_s32(int64x2_t a, int32x2_t b) { in test_vsubw_s32()
11168 uint16x8_t test_vsubw_u8(uint16x8_t a, uint8x8_t b) { in test_vsubw_u8()
11174 uint32x4_t test_vsubw_u16(uint32x4_t a, uint16x4_t b) { in test_vsubw_u16()
11180 uint64x2_t test_vsubw_u32(uint64x2_t a, uint32x2_t b) { in test_vsubw_u32()
11187 uint8x8_t test_vtbl1_u8(uint8x8_t a, uint8x8_t b) { in test_vtbl1_u8()
11193 int8x8_t test_vtbl1_s8(int8x8_t a, int8x8_t b) { in test_vtbl1_s8()
11199 poly8x8_t test_vtbl1_p8(poly8x8_t a, uint8x8_t b) { in test_vtbl1_p8()
11206 uint8x8_t test_vtbl2_u8(uint8x8x2_t a, uint8x8_t b) { in test_vtbl2_u8()
11212 int8x8_t test_vtbl2_s8(int8x8x2_t a, int8x8_t b) { in test_vtbl2_s8()
11218 poly8x8_t test_vtbl2_p8(poly8x8x2_t a, uint8x8_t b) { in test_vtbl2_p8()
11225 uint8x8_t test_vtbl3_u8(uint8x8x3_t a, uint8x8_t b) { in test_vtbl3_u8()
11231 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
11237 poly8x8_t test_vtbl3_p8(poly8x8x3_t a, uint8x8_t b) { in test_vtbl3_p8()
11244 uint8x8_t test_vtbl4_u8(uint8x8x4_t a, uint8x8_t b) { in test_vtbl4_u8()
11250 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8()
11256 poly8x8_t test_vtbl4_p8(poly8x8x4_t a, uint8x8_t b) { in test_vtbl4_p8()
11263 uint8x8_t test_vtbx1_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vtbx1_u8()
11269 int8x8_t test_vtbx1_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vtbx1_s8()
11275 poly8x8_t test_vtbx1_p8(poly8x8_t a, poly8x8_t b, uint8x8_t c) { in test_vtbx1_p8()
11282 uint8x8_t test_vtbx2_u8(uint8x8_t a, uint8x8x2_t b, uint8x8_t c) { in test_vtbx2_u8()
11288 int8x8_t test_vtbx2_s8(int8x8_t a, int8x8x2_t b, int8x8_t c) { in test_vtbx2_s8()
11294 poly8x8_t test_vtbx2_p8(poly8x8_t a, poly8x8x2_t b, uint8x8_t c) { in test_vtbx2_p8()
11301 uint8x8_t test_vtbx3_u8(uint8x8_t a, uint8x8x3_t b, uint8x8_t c) { in test_vtbx3_u8()
11307 int8x8_t test_vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c) { in test_vtbx3_s8()
11313 poly8x8_t test_vtbx3_p8(poly8x8_t a, poly8x8x3_t b, uint8x8_t c) { in test_vtbx3_p8()
11320 uint8x8_t test_vtbx4_u8(uint8x8_t a, uint8x8x4_t b, uint8x8_t c) { in test_vtbx4_u8()
11326 int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) { in test_vtbx4_s8()
11332 poly8x8_t test_vtbx4_p8(poly8x8_t a, poly8x8x4_t b, uint8x8_t c) { in test_vtbx4_p8()
11339 int8x8x2_t test_vtrn_s8(int8x8_t a, int8x8_t b) { in test_vtrn_s8()
11345 int16x4x2_t test_vtrn_s16(int16x4_t a, int16x4_t b) { in test_vtrn_s16()
11351 int32x2x2_t test_vtrn_s32(int32x2_t a, int32x2_t b) { in test_vtrn_s32()
11357 uint8x8x2_t test_vtrn_u8(uint8x8_t a, uint8x8_t b) { in test_vtrn_u8()
11363 uint16x4x2_t test_vtrn_u16(uint16x4_t a, uint16x4_t b) { in test_vtrn_u16()
11369 uint32x2x2_t test_vtrn_u32(uint32x2_t a, uint32x2_t b) { in test_vtrn_u32()
11375 float32x2x2_t test_vtrn_f32(float32x2_t a, float32x2_t b) { in test_vtrn_f32()
11381 poly8x8x2_t test_vtrn_p8(poly8x8_t a, poly8x8_t b) { in test_vtrn_p8()
11387 poly16x4x2_t test_vtrn_p16(poly16x4_t a, poly16x4_t b) { in test_vtrn_p16()
11393 int8x16x2_t test_vtrnq_s8(int8x16_t a, int8x16_t b) { in test_vtrnq_s8()
11399 int16x8x2_t test_vtrnq_s16(int16x8_t a, int16x8_t b) { in test_vtrnq_s16()
11405 int32x4x2_t test_vtrnq_s32(int32x4_t a, int32x4_t b) { in test_vtrnq_s32()
11411 uint8x16x2_t test_vtrnq_u8(uint8x16_t a, uint8x16_t b) { in test_vtrnq_u8()
11417 uint16x8x2_t test_vtrnq_u16(uint16x8_t a, uint16x8_t b) { in test_vtrnq_u16()
11423 uint32x4x2_t test_vtrnq_u32(uint32x4_t a, uint32x4_t b) { in test_vtrnq_u32()
11429 float32x4x2_t test_vtrnq_f32(float32x4_t a, float32x4_t b) { in test_vtrnq_f32()
11435 poly8x16x2_t test_vtrnq_p8(poly8x16_t a, poly8x16_t b) { in test_vtrnq_p8()
11441 poly16x8x2_t test_vtrnq_p16(poly16x8_t a, poly16x8_t b) { in test_vtrnq_p16()
11448 uint8x8_t test_vtst_s8(int8x8_t a, int8x8_t b) { in test_vtst_s8()
11454 uint16x4_t test_vtst_s16(int16x4_t a, int16x4_t b) { in test_vtst_s16()
11460 uint32x2_t test_vtst_s32(int32x2_t a, int32x2_t b) { in test_vtst_s32()
11466 uint8x8_t test_vtst_u8(uint8x8_t a, uint8x8_t b) { in test_vtst_u8()
11472 uint16x4_t test_vtst_u16(uint16x4_t a, uint16x4_t b) { in test_vtst_u16()
11478 uint32x2_t test_vtst_u32(uint32x2_t a, uint32x2_t b) { in test_vtst_u32()
11484 uint8x8_t test_vtst_p8(poly8x8_t a, poly8x8_t b) { in test_vtst_p8()
11490 uint16x4_t test_vtst_p16(poly16x4_t a, poly16x4_t b) { in test_vtst_p16()
11496 uint8x16_t test_vtstq_s8(int8x16_t a, int8x16_t b) { in test_vtstq_s8()
11502 uint16x8_t test_vtstq_s16(int16x8_t a, int16x8_t b) { in test_vtstq_s16()
11508 uint32x4_t test_vtstq_s32(int32x4_t a, int32x4_t b) { in test_vtstq_s32()
11514 uint8x16_t test_vtstq_u8(uint8x16_t a, uint8x16_t b) { in test_vtstq_u8()
11520 uint16x8_t test_vtstq_u16(uint16x8_t a, uint16x8_t b) { in test_vtstq_u16()
11526 uint32x4_t test_vtstq_u32(uint32x4_t a, uint32x4_t b) { in test_vtstq_u32()
11532 uint8x16_t test_vtstq_p8(poly8x16_t a, poly8x16_t b) { in test_vtstq_p8()
11538 uint16x8_t test_vtstq_p16(poly16x8_t a, poly16x8_t b) { in test_vtstq_p16()
11545 int8x8x2_t test_vuzp_s8(int8x8_t a, int8x8_t b) { in test_vuzp_s8()
11551 int16x4x2_t test_vuzp_s16(int16x4_t a, int16x4_t b) { in test_vuzp_s16()
11557 int32x2x2_t test_vuzp_s32(int32x2_t a, int32x2_t b) { in test_vuzp_s32()
11563 uint8x8x2_t test_vuzp_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp_u8()
11569 uint16x4x2_t test_vuzp_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp_u16()
11575 uint32x2x2_t test_vuzp_u32(uint32x2_t a, uint32x2_t b) { in test_vuzp_u32()
11581 float32x2x2_t test_vuzp_f32(float32x2_t a, float32x2_t b) { in test_vuzp_f32()
11587 poly8x8x2_t test_vuzp_p8(poly8x8_t a, poly8x8_t b) { in test_vuzp_p8()
11593 poly16x4x2_t test_vuzp_p16(poly16x4_t a, poly16x4_t b) { in test_vuzp_p16()
11599 int8x16x2_t test_vuzpq_s8(int8x16_t a, int8x16_t b) { in test_vuzpq_s8()
11605 int16x8x2_t test_vuzpq_s16(int16x8_t a, int16x8_t b) { in test_vuzpq_s16()
11611 int32x4x2_t test_vuzpq_s32(int32x4_t a, int32x4_t b) { in test_vuzpq_s32()
11617 uint8x16x2_t test_vuzpq_u8(uint8x16_t a, uint8x16_t b) { in test_vuzpq_u8()
11623 uint16x8x2_t test_vuzpq_u16(uint16x8_t a, uint16x8_t b) { in test_vuzpq_u16()
11629 uint32x4x2_t test_vuzpq_u32(uint32x4_t a, uint32x4_t b) { in test_vuzpq_u32()
11635 float32x4x2_t test_vuzpq_f32(float32x4_t a, float32x4_t b) { in test_vuzpq_f32()
11641 poly8x16x2_t test_vuzpq_p8(poly8x16_t a, poly8x16_t b) { in test_vuzpq_p8()
11647 poly16x8x2_t test_vuzpq_p16(poly16x8_t a, poly16x8_t b) { in test_vuzpq_p16()
11654 int8x8x2_t test_vzip_s8(int8x8_t a, int8x8_t b) { in test_vzip_s8()
11660 int16x4x2_t test_vzip_s16(int16x4_t a, int16x4_t b) { in test_vzip_s16()
11666 int32x2x2_t test_vzip_s32(int32x2_t a, int32x2_t b) { in test_vzip_s32()
11672 uint8x8x2_t test_vzip_u8(uint8x8_t a, uint8x8_t b) { in test_vzip_u8()
11678 uint16x4x2_t test_vzip_u16(uint16x4_t a, uint16x4_t b) { in test_vzip_u16()
11684 uint32x2x2_t test_vzip_u32(uint32x2_t a, uint32x2_t b) { in test_vzip_u32()
11690 float32x2x2_t test_vzip_f32(float32x2_t a, float32x2_t b) { in test_vzip_f32()
11696 poly8x8x2_t test_vzip_p8(poly8x8_t a, poly8x8_t b) { in test_vzip_p8()
11702 poly16x4x2_t test_vzip_p16(poly16x4_t a, poly16x4_t b) { in test_vzip_p16()
11708 int8x16x2_t test_vzipq_s8(int8x16_t a, int8x16_t b) { in test_vzipq_s8()
11714 int16x8x2_t test_vzipq_s16(int16x8_t a, int16x8_t b) { in test_vzipq_s16()
11720 int32x4x2_t test_vzipq_s32(int32x4_t a, int32x4_t b) { in test_vzipq_s32()
11726 uint8x16x2_t test_vzipq_u8(uint8x16_t a, uint8x16_t b) { in test_vzipq_u8()
11732 uint16x8x2_t test_vzipq_u16(uint16x8_t a, uint16x8_t b) { in test_vzipq_u16()
11738 uint32x4x2_t test_vzipq_u32(uint32x4_t a, uint32x4_t b) { in test_vzipq_u32()
11744 float32x4x2_t test_vzipq_f32(float32x4_t a, float32x4_t b) { in test_vzipq_f32()
11750 poly8x16x2_t test_vzipq_p8(poly8x16_t a, poly8x16_t b) { in test_vzipq_p8()
11756 poly16x8x2_t test_vzipq_p16(poly16x8_t a, poly16x8_t b) { in test_vzipq_p16()