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()
1477 int8x16_t test_vcombine_s8(int8x8_t a, int8x8_t b) { in test_vcombine_s8()
1482 int16x8_t test_vcombine_s16(int16x4_t a, int16x4_t b) { in test_vcombine_s16()
1487 int32x4_t test_vcombine_s32(int32x2_t a, int32x2_t b) { in test_vcombine_s32()
1492 int64x2_t test_vcombine_s64(int64x1_t a, int64x1_t b) { in test_vcombine_s64()
1497 float16x8_t test_vcombine_f16(float16x4_t a, float16x4_t b) { in test_vcombine_f16()
1502 float32x4_t test_vcombine_f32(float32x2_t a, float32x2_t b) { in test_vcombine_f32()
1507 uint8x16_t test_vcombine_u8(uint8x8_t a, uint8x8_t b) { in test_vcombine_u8()
1512 uint16x8_t test_vcombine_u16(uint16x4_t a, uint16x4_t b) { in test_vcombine_u16()
1517 uint32x4_t test_vcombine_u32(uint32x2_t a, uint32x2_t b) { in test_vcombine_u32()
1522 uint64x2_t test_vcombine_u64(uint64x1_t a, uint64x1_t b) { in test_vcombine_u64()
1527 poly8x16_t test_vcombine_p8(poly8x8_t a, poly8x8_t b) { in test_vcombine_p8()
1532 poly16x8_t test_vcombine_p16(poly16x4_t a, poly16x4_t b) { in test_vcombine_p16()
1992 int8x8_t test_veor_s8(int8x8_t a, int8x8_t b) { in test_veor_s8()
1998 int16x4_t test_veor_s16(int16x4_t a, int16x4_t b) { in test_veor_s16()
2004 int32x2_t test_veor_s32(int32x2_t a, int32x2_t b) { in test_veor_s32()
2010 int64x1_t test_veor_s64(int64x1_t a, int64x1_t b) { in test_veor_s64()
2016 uint8x8_t test_veor_u8(uint8x8_t a, uint8x8_t b) { in test_veor_u8()
2022 uint16x4_t test_veor_u16(uint16x4_t a, uint16x4_t b) { in test_veor_u16()
2028 uint32x2_t test_veor_u32(uint32x2_t a, uint32x2_t b) { in test_veor_u32()
2034 uint64x1_t test_veor_u64(uint64x1_t a, uint64x1_t b) { in test_veor_u64()
2040 int8x16_t test_veorq_s8(int8x16_t a, int8x16_t b) { in test_veorq_s8()
2046 int16x8_t test_veorq_s16(int16x8_t a, int16x8_t b) { in test_veorq_s16()
2052 int32x4_t test_veorq_s32(int32x4_t a, int32x4_t b) { in test_veorq_s32()
2058 int64x2_t test_veorq_s64(int64x2_t a, int64x2_t b) { in test_veorq_s64()
2064 uint8x16_t test_veorq_u8(uint8x16_t a, uint8x16_t b) { in test_veorq_u8()
2070 uint16x8_t test_veorq_u16(uint16x8_t a, uint16x8_t b) { in test_veorq_u16()
2076 uint32x4_t test_veorq_u32(uint32x4_t a, uint32x4_t b) { in test_veorq_u32()
2082 uint64x2_t test_veorq_u64(uint64x2_t a, uint64x2_t b) { in test_veorq_u64()
2089 int8x8_t test_vext_s8(int8x8_t a, int8x8_t b) { in test_vext_s8()
2095 uint8x8_t test_vext_u8(uint8x8_t a, uint8x8_t b) { in test_vext_u8()
2101 poly8x8_t test_vext_p8(poly8x8_t a, poly8x8_t b) { in test_vext_p8()
2107 int16x4_t test_vext_s16(int16x4_t a, int16x4_t b) { in test_vext_s16()
2113 uint16x4_t test_vext_u16(uint16x4_t a, uint16x4_t b) { in test_vext_u16()
2119 poly16x4_t test_vext_p16(poly16x4_t a, poly16x4_t b) { in test_vext_p16()
2125 int32x2_t test_vext_s32(int32x2_t a, int32x2_t b) { in test_vext_s32()
2131 uint32x2_t test_vext_u32(uint32x2_t a, uint32x2_t b) { in test_vext_u32()
2136 int64x1_t test_vext_s64(int64x1_t a, int64x1_t b) { in test_vext_s64()
2141 uint64x1_t test_vext_u64(uint64x1_t a, uint64x1_t b) { in test_vext_u64()
2147 float32x2_t test_vext_f32(float32x2_t a, float32x2_t b) { in test_vext_f32()
2153 int8x16_t test_vextq_s8(int8x16_t a, int8x16_t b) { in test_vextq_s8()
2159 uint8x16_t test_vextq_u8(uint8x16_t a, uint8x16_t b) { in test_vextq_u8()
2165 poly8x16_t test_vextq_p8(poly8x16_t a, poly8x16_t b) { in test_vextq_p8()
2171 int16x8_t test_vextq_s16(int16x8_t a, int16x8_t b) { in test_vextq_s16()
2177 uint16x8_t test_vextq_u16(uint16x8_t a, uint16x8_t b) { in test_vextq_u16()
2183 poly16x8_t test_vextq_p16(poly16x8_t a, poly16x8_t b) { in test_vextq_p16()
2189 int32x4_t test_vextq_s32(int32x4_t a, int32x4_t b) { in test_vextq_s32()
2195 uint32x4_t test_vextq_u32(uint32x4_t a, uint32x4_t b) { in test_vextq_u32()
2201 int64x2_t test_vextq_s64(int64x2_t a, int64x2_t b) { in test_vextq_s64()
2207 uint64x2_t test_vextq_u64(uint64x2_t a, uint64x2_t b) { in test_vextq_u64()
2213 float32x4_t test_vextq_f32(float32x4_t a, float32x4_t b) { in test_vextq_f32()
2220 float32x2_t test_vfma_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vfma_f32()
2226 float32x4_t test_vfmaq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vfmaq_f32()
2488 int8x8_t test_vhadd_s8(int8x8_t a, int8x8_t b) { in test_vhadd_s8()
2494 int16x4_t test_vhadd_s16(int16x4_t a, int16x4_t b) { in test_vhadd_s16()
2500 int32x2_t test_vhadd_s32(int32x2_t a, int32x2_t b) { in test_vhadd_s32()
2506 uint8x8_t test_vhadd_u8(uint8x8_t a, uint8x8_t b) { in test_vhadd_u8()
2512 uint16x4_t test_vhadd_u16(uint16x4_t a, uint16x4_t b) { in test_vhadd_u16()
2518 uint32x2_t test_vhadd_u32(uint32x2_t a, uint32x2_t b) { in test_vhadd_u32()
2524 int8x16_t test_vhaddq_s8(int8x16_t a, int8x16_t b) { in test_vhaddq_s8()
2530 int16x8_t test_vhaddq_s16(int16x8_t a, int16x8_t b) { in test_vhaddq_s16()
2536 int32x4_t test_vhaddq_s32(int32x4_t a, int32x4_t b) { in test_vhaddq_s32()
2542 uint8x16_t test_vhaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vhaddq_u8()
2548 uint16x8_t test_vhaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vhaddq_u16()
2554 uint32x4_t test_vhaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vhaddq_u32()
2561 int8x8_t test_vhsub_s8(int8x8_t a, int8x8_t b) { in test_vhsub_s8()
2567 int16x4_t test_vhsub_s16(int16x4_t a, int16x4_t b) { in test_vhsub_s16()
2573 int32x2_t test_vhsub_s32(int32x2_t a, int32x2_t b) { in test_vhsub_s32()
2579 uint8x8_t test_vhsub_u8(uint8x8_t a, uint8x8_t b) { in test_vhsub_u8()
2585 uint16x4_t test_vhsub_u16(uint16x4_t a, uint16x4_t b) { in test_vhsub_u16()
2591 uint32x2_t test_vhsub_u32(uint32x2_t a, uint32x2_t b) { in test_vhsub_u32()
2597 int8x16_t test_vhsubq_s8(int8x16_t a, int8x16_t b) { in test_vhsubq_s8()
2603 int16x8_t test_vhsubq_s16(int16x8_t a, int16x8_t b) { in test_vhsubq_s16()
2609 int32x4_t test_vhsubq_s32(int32x4_t a, int32x4_t b) { in test_vhsubq_s32()
2615 uint8x16_t test_vhsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vhsubq_u8()
2621 uint16x8_t test_vhsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vhsubq_u16()
2627 uint32x4_t test_vhsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vhsubq_u32()
2924 uint8x16_t test_vld1q_lane_u8(uint8_t const * a, uint8x16_t b) { in test_vld1q_lane_u8()
2930 uint16x8_t test_vld1q_lane_u16(uint16_t const * a, uint16x8_t b) { in test_vld1q_lane_u16()
2936 uint32x4_t test_vld1q_lane_u32(uint32_t const * a, uint32x4_t b) { in test_vld1q_lane_u32()
2942 uint64x2_t test_vld1q_lane_u64(uint64_t const * a, uint64x2_t b) { in test_vld1q_lane_u64()
2948 int8x16_t test_vld1q_lane_s8(int8_t const * a, int8x16_t b) { in test_vld1q_lane_s8()
2954 int16x8_t test_vld1q_lane_s16(int16_t const * a, int16x8_t b) { in test_vld1q_lane_s16()
2960 int32x4_t test_vld1q_lane_s32(int32_t const * a, int32x4_t b) { in test_vld1q_lane_s32()
2966 int64x2_t test_vld1q_lane_s64(int64_t const * a, int64x2_t b) { in test_vld1q_lane_s64()
2972 float16x8_t test_vld1q_lane_f16(float16_t const * a, float16x8_t b) { in test_vld1q_lane_f16()
2978 float32x4_t test_vld1q_lane_f32(float32_t const * a, float32x4_t b) { in test_vld1q_lane_f32()
2984 poly8x16_t test_vld1q_lane_p8(poly8_t const * a, poly8x16_t b) { in test_vld1q_lane_p8()
2990 poly16x8_t test_vld1q_lane_p16(poly16_t const * a, poly16x8_t b) { in test_vld1q_lane_p16()
2996 uint8x8_t test_vld1_lane_u8(uint8_t const * a, uint8x8_t b) { in test_vld1_lane_u8()
3002 uint16x4_t test_vld1_lane_u16(uint16_t const * a, uint16x4_t b) { in test_vld1_lane_u16()
3008 uint32x2_t test_vld1_lane_u32(uint32_t const * a, uint32x2_t b) { in test_vld1_lane_u32()
3014 uint64x1_t test_vld1_lane_u64(uint64_t const * a, uint64x1_t b) { in test_vld1_lane_u64()
3020 int8x8_t test_vld1_lane_s8(int8_t const * a, int8x8_t b) { in test_vld1_lane_s8()
3026 int16x4_t test_vld1_lane_s16(int16_t const * a, int16x4_t b) { in test_vld1_lane_s16()
3032 int32x2_t test_vld1_lane_s32(int32_t const * a, int32x2_t b) { in test_vld1_lane_s32()
3038 int64x1_t test_vld1_lane_s64(int64_t const * a, int64x1_t b) { in test_vld1_lane_s64()
3044 float16x4_t test_vld1_lane_f16(float16_t const * a, float16x4_t b) { in test_vld1_lane_f16()
3050 float32x2_t test_vld1_lane_f32(float32_t const * a, float32x2_t b) { in test_vld1_lane_f32()
3056 poly8x8_t test_vld1_lane_p8(poly8_t const * a, poly8x8_t b) { in test_vld1_lane_p8()
3062 poly16x4_t test_vld1_lane_p16(poly16_t const * a, poly16x4_t b) { in test_vld1_lane_p16()
3275 uint16x8x2_t test_vld2q_lane_u16(uint16_t const * a, uint16x8x2_t b) { in test_vld2q_lane_u16()
3281 uint32x4x2_t test_vld2q_lane_u32(uint32_t const * a, uint32x4x2_t b) { in test_vld2q_lane_u32()
3287 int16x8x2_t test_vld2q_lane_s16(int16_t const * a, int16x8x2_t b) { in test_vld2q_lane_s16()
3293 int32x4x2_t test_vld2q_lane_s32(int32_t const * a, int32x4x2_t b) { in test_vld2q_lane_s32()
3299 float16x8x2_t test_vld2q_lane_f16(float16_t const * a, float16x8x2_t b) { in test_vld2q_lane_f16()
3305 float32x4x2_t test_vld2q_lane_f32(float32_t const * a, float32x4x2_t b) { in test_vld2q_lane_f32()
3311 poly16x8x2_t test_vld2q_lane_p16(poly16_t const * a, poly16x8x2_t b) { in test_vld2q_lane_p16()
3317 uint8x8x2_t test_vld2_lane_u8(uint8_t const * a, uint8x8x2_t b) { in test_vld2_lane_u8()
3323 uint16x4x2_t test_vld2_lane_u16(uint16_t const * a, uint16x4x2_t b) { in test_vld2_lane_u16()
3329 uint32x2x2_t test_vld2_lane_u32(uint32_t const * a, uint32x2x2_t b) { in test_vld2_lane_u32()
3335 int8x8x2_t test_vld2_lane_s8(int8_t const * a, int8x8x2_t b) { in test_vld2_lane_s8()
3341 int16x4x2_t test_vld2_lane_s16(int16_t const * a, int16x4x2_t b) { in test_vld2_lane_s16()
3347 int32x2x2_t test_vld2_lane_s32(int32_t const * a, int32x2x2_t b) { in test_vld2_lane_s32()
3353 float16x4x2_t test_vld2_lane_f16(float16_t const * a, float16x4x2_t b) { in test_vld2_lane_f16()
3359 float32x2x2_t test_vld2_lane_f32(float32_t const * a, float32x2x2_t b) { in test_vld2_lane_f32()
3365 poly8x8x2_t test_vld2_lane_p8(poly8_t const * a, poly8x8x2_t b) { in test_vld2_lane_p8()
3371 poly16x4x2_t test_vld2_lane_p16(poly16_t const * a, poly16x4x2_t b) { in test_vld2_lane_p16()
3584 uint16x8x3_t test_vld3q_lane_u16(uint16_t const * a, uint16x8x3_t b) { in test_vld3q_lane_u16()
3590 uint32x4x3_t test_vld3q_lane_u32(uint32_t const * a, uint32x4x3_t b) { in test_vld3q_lane_u32()
3596 int16x8x3_t test_vld3q_lane_s16(int16_t const * a, int16x8x3_t b) { in test_vld3q_lane_s16()
3602 int32x4x3_t test_vld3q_lane_s32(int32_t const * a, int32x4x3_t b) { in test_vld3q_lane_s32()
3608 float16x8x3_t test_vld3q_lane_f16(float16_t const * a, float16x8x3_t b) { in test_vld3q_lane_f16()
3614 float32x4x3_t test_vld3q_lane_f32(float32_t const * a, float32x4x3_t b) { in test_vld3q_lane_f32()
3620 poly16x8x3_t test_vld3q_lane_p16(poly16_t const * a, poly16x8x3_t b) { in test_vld3q_lane_p16()
3626 uint8x8x3_t test_vld3_lane_u8(uint8_t const * a, uint8x8x3_t b) { in test_vld3_lane_u8()
3632 uint16x4x3_t test_vld3_lane_u16(uint16_t const * a, uint16x4x3_t b) { in test_vld3_lane_u16()
3638 uint32x2x3_t test_vld3_lane_u32(uint32_t const * a, uint32x2x3_t b) { in test_vld3_lane_u32()
3644 int8x8x3_t test_vld3_lane_s8(int8_t const * a, int8x8x3_t b) { in test_vld3_lane_s8()
3650 int16x4x3_t test_vld3_lane_s16(int16_t const * a, int16x4x3_t b) { in test_vld3_lane_s16()
3656 int32x2x3_t test_vld3_lane_s32(int32_t const * a, int32x2x3_t b) { in test_vld3_lane_s32()
3662 float16x4x3_t test_vld3_lane_f16(float16_t const * a, float16x4x3_t b) { in test_vld3_lane_f16()
3668 float32x2x3_t test_vld3_lane_f32(float32_t const * a, float32x2x3_t b) { in test_vld3_lane_f32()
3674 poly8x8x3_t test_vld3_lane_p8(poly8_t const * a, poly8x8x3_t b) { in test_vld3_lane_p8()
3680 poly16x4x3_t test_vld3_lane_p16(poly16_t const * a, poly16x4x3_t b) { in test_vld3_lane_p16()
3893 uint16x8x4_t test_vld4q_lane_u16(uint16_t const * a, uint16x8x4_t b) { in test_vld4q_lane_u16()
3899 uint32x4x4_t test_vld4q_lane_u32(uint32_t const * a, uint32x4x4_t b) { in test_vld4q_lane_u32()
3905 int16x8x4_t test_vld4q_lane_s16(int16_t const * a, int16x8x4_t b) { in test_vld4q_lane_s16()
3911 int32x4x4_t test_vld4q_lane_s32(int32_t const * a, int32x4x4_t b) { in test_vld4q_lane_s32()
3917 float16x8x4_t test_vld4q_lane_f16(float16_t const * a, float16x8x4_t b) { in test_vld4q_lane_f16()
3923 float32x4x4_t test_vld4q_lane_f32(float32_t const * a, float32x4x4_t b) { in test_vld4q_lane_f32()
3929 poly16x8x4_t test_vld4q_lane_p16(poly16_t const * a, poly16x8x4_t b) { in test_vld4q_lane_p16()
3935 uint8x8x4_t test_vld4_lane_u8(uint8_t const * a, uint8x8x4_t b) { in test_vld4_lane_u8()
3941 uint16x4x4_t test_vld4_lane_u16(uint16_t const * a, uint16x4x4_t b) { in test_vld4_lane_u16()
3947 uint32x2x4_t test_vld4_lane_u32(uint32_t const * a, uint32x2x4_t b) { in test_vld4_lane_u32()
3953 int8x8x4_t test_vld4_lane_s8(int8_t const * a, int8x8x4_t b) { in test_vld4_lane_s8()
3959 int16x4x4_t test_vld4_lane_s16(int16_t const * a, int16x4x4_t b) { in test_vld4_lane_s16()
3965 int32x2x4_t test_vld4_lane_s32(int32_t const * a, int32x2x4_t b) { in test_vld4_lane_s32()
3971 float16x4x4_t test_vld4_lane_f16(float16_t const * a, float16x4x4_t b) { in test_vld4_lane_f16()
3977 float32x2x4_t test_vld4_lane_f32(float32_t const * a, float32x2x4_t b) { in test_vld4_lane_f32()
3983 poly8x8x4_t test_vld4_lane_p8(poly8_t const * a, poly8x8x4_t b) { in test_vld4_lane_p8()
3989 poly16x4x4_t test_vld4_lane_p16(poly16_t const * a, poly16x4x4_t b) { in test_vld4_lane_p16()
3996 int8x8_t test_vmax_s8(int8x8_t a, int8x8_t b) { in test_vmax_s8()
4002 int16x4_t test_vmax_s16(int16x4_t a, int16x4_t b) { in test_vmax_s16()
4008 int32x2_t test_vmax_s32(int32x2_t a, int32x2_t b) { in test_vmax_s32()
4014 uint8x8_t test_vmax_u8(uint8x8_t a, uint8x8_t b) { in test_vmax_u8()
4020 uint16x4_t test_vmax_u16(uint16x4_t a, uint16x4_t b) { in test_vmax_u16()
4026 uint32x2_t test_vmax_u32(uint32x2_t a, uint32x2_t b) { in test_vmax_u32()
4032 float32x2_t test_vmax_f32(float32x2_t a, float32x2_t b) { in test_vmax_f32()
4038 int8x16_t test_vmaxq_s8(int8x16_t a, int8x16_t b) { in test_vmaxq_s8()
4044 int16x8_t test_vmaxq_s16(int16x8_t a, int16x8_t b) { in test_vmaxq_s16()
4050 int32x4_t test_vmaxq_s32(int32x4_t a, int32x4_t b) { in test_vmaxq_s32()
4056 uint8x16_t test_vmaxq_u8(uint8x16_t a, uint8x16_t b) { in test_vmaxq_u8()
4062 uint16x8_t test_vmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vmaxq_u16()
4068 uint32x4_t test_vmaxq_u32(uint32x4_t a, uint32x4_t b) { in test_vmaxq_u32()
4074 float32x4_t test_vmaxq_f32(float32x4_t a, float32x4_t b) { in test_vmaxq_f32()
4081 int8x8_t test_vmin_s8(int8x8_t a, int8x8_t b) { in test_vmin_s8()
4087 int16x4_t test_vmin_s16(int16x4_t a, int16x4_t b) { in test_vmin_s16()
4093 int32x2_t test_vmin_s32(int32x2_t a, int32x2_t b) { in test_vmin_s32()
4099 uint8x8_t test_vmin_u8(uint8x8_t a, uint8x8_t b) { in test_vmin_u8()
4105 uint16x4_t test_vmin_u16(uint16x4_t a, uint16x4_t b) { in test_vmin_u16()
4111 uint32x2_t test_vmin_u32(uint32x2_t a, uint32x2_t b) { in test_vmin_u32()
4117 float32x2_t test_vmin_f32(float32x2_t a, float32x2_t b) { in test_vmin_f32()
4123 int8x16_t test_vminq_s8(int8x16_t a, int8x16_t b) { in test_vminq_s8()
4129 int16x8_t test_vminq_s16(int16x8_t a, int16x8_t b) { in test_vminq_s16()
4135 int32x4_t test_vminq_s32(int32x4_t a, int32x4_t b) { in test_vminq_s32()
4141 uint8x16_t test_vminq_u8(uint8x16_t a, uint8x16_t b) { in test_vminq_u8()
4147 uint16x8_t test_vminq_u16(uint16x8_t a, uint16x8_t b) { in test_vminq_u16()
4153 uint32x4_t test_vminq_u32(uint32x4_t a, uint32x4_t b) { in test_vminq_u32()
4159 float32x4_t test_vminq_f32(float32x4_t a, float32x4_t b) { in test_vminq_f32()
4166 int8x8_t test_vmla_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vmla_s8()
4172 int16x4_t test_vmla_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmla_s16()
4178 int32x2_t test_vmla_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmla_s32()
4186 float32x2_t test_vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmla_f32()
4192 uint8x8_t test_vmla_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmla_u8()
4198 uint16x4_t test_vmla_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmla_u16()
4204 uint32x2_t test_vmla_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmla_u32()
4210 int8x16_t test_vmlaq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vmlaq_s8()
4216 int16x8_t test_vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vmlaq_s16()
4222 int32x4_t test_vmlaq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vmlaq_s32()
4230 float32x4_t test_vmlaq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vmlaq_f32()
4236 uint8x16_t test_vmlaq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vmlaq_u8()
4242 uint16x8_t test_vmlaq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vmlaq_u16()
4248 uint32x4_t test_vmlaq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vmlaq_u32()
4255 int16x8_t test_vmlal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlal_s8()
4261 int32x4_t test_vmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_s16()
4267 int64x2_t test_vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_s32()
4273 uint16x8_t test_vmlal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlal_u8()
4279 uint32x4_t test_vmlal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_u16()
4285 uint64x2_t test_vmlal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_u32()
4292 int32x4_t test_vmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_lane_s16()
4298 int64x2_t test_vmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_lane_s32()
4304 uint32x4_t test_vmlal_lane_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_lane_u16()
4310 uint64x2_t test_vmlal_lane_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_lane_u32()
4317 int32x4_t test_vmlal_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vmlal_n_s16()
4323 int64x2_t test_vmlal_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vmlal_n_s32()
4329 uint32x4_t test_vmlal_n_u16(uint32x4_t a, uint16x4_t b, uint16_t c) { in test_vmlal_n_u16()
4335 uint64x2_t test_vmlal_n_u32(uint64x2_t a, uint32x2_t b, uint32_t c) { in test_vmlal_n_u32()
4342 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmla_lane_s16()
4348 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmla_lane_s32()
4354 uint16x4_t test_vmla_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmla_lane_u16()
4360 uint32x2_t test_vmla_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmla_lane_u32()
4368 float32x2_t test_vmla_lane_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmla_lane_f32()
4374 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t c) { in test_vmlaq_lane_s16()
4380 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t c) { in test_vmlaq_lane_s32()
4386 uint16x8_t test_vmlaq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t c) { in test_vmlaq_lane_u16()
4392 uint32x4_t test_vmlaq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t c) { in test_vmlaq_lane_u32()
4400 float32x4_t test_vmlaq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t c) { in test_vmlaq_lane_f32()
4407 int16x4_t test_vmla_n_s16(int16x4_t a, int16x4_t b, int16_t c) { in test_vmla_n_s16()
4413 int32x2_t test_vmla_n_s32(int32x2_t a, int32x2_t b, int32_t c) { in test_vmla_n_s32()
4419 uint16x4_t test_vmla_n_u16(uint16x4_t a, uint16x4_t b, uint16_t c) { in test_vmla_n_u16()
4425 uint32x2_t test_vmla_n_u32(uint32x2_t a, uint32x2_t b, uint32_t c) { in test_vmla_n_u32()
4433 float32x2_t test_vmla_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmla_n_f32()
4439 int16x8_t test_vmlaq_n_s16(int16x8_t a, int16x8_t b, int16_t c) { in test_vmlaq_n_s16()
4445 int32x4_t test_vmlaq_n_s32(int32x4_t a, int32x4_t b, int32_t c) { in test_vmlaq_n_s32()
4451 uint16x8_t test_vmlaq_n_u16(uint16x8_t a, uint16x8_t b, uint16_t c) { in test_vmlaq_n_u16()
4457 uint32x4_t test_vmlaq_n_u32(uint32x4_t a, uint32x4_t b, uint32_t c) { in test_vmlaq_n_u32()
4466 float32x4_t test_vmlaq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlaq_n_f32()
4473 int8x8_t test_vmls_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vmls_s8()
4479 int16x4_t test_vmls_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmls_s16()
4485 int32x2_t test_vmls_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmls_s32()
4493 float32x2_t test_vmls_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmls_f32()
4499 uint8x8_t test_vmls_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmls_u8()
4505 uint16x4_t test_vmls_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmls_u16()
4511 uint32x2_t test_vmls_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmls_u32()
4517 int8x16_t test_vmlsq_s8(int8x16_t a, int8x16_t b, int8x16_t c) { in test_vmlsq_s8()
4523 int16x8_t test_vmlsq_s16(int16x8_t a, int16x8_t b, int16x8_t c) { in test_vmlsq_s16()
4529 int32x4_t test_vmlsq_s32(int32x4_t a, int32x4_t b, int32x4_t c) { in test_vmlsq_s32()
4537 float32x4_t test_vmlsq_f32(float32x4_t a, float32x4_t b, float32x4_t c) { in test_vmlsq_f32()
4543 uint8x16_t test_vmlsq_u8(uint8x16_t a, uint8x16_t b, uint8x16_t c) { in test_vmlsq_u8()
4549 uint16x8_t test_vmlsq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c) { in test_vmlsq_u16()
4555 uint32x4_t test_vmlsq_u32(uint32x4_t a, uint32x4_t b, uint32x4_t c) { in test_vmlsq_u32()
4562 int16x8_t test_vmlsl_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlsl_s8()
4568 int32x4_t test_vmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_s16()
4574 int64x2_t test_vmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_s32()
4580 uint16x8_t test_vmlsl_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlsl_u8()
4586 uint32x4_t test_vmlsl_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_u16()
4592 uint64x2_t test_vmlsl_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_u32()
4599 int32x4_t test_vmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_lane_s16()
4605 int64x2_t test_vmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_lane_s32()
4611 uint32x4_t test_vmlsl_lane_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_lane_u16()
4617 uint64x2_t test_vmlsl_lane_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_lane_u32()
4624 int32x4_t test_vmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vmlsl_n_s16()
4630 int64x2_t test_vmlsl_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vmlsl_n_s32()
4636 uint32x4_t test_vmlsl_n_u16(uint32x4_t a, uint16x4_t b, uint16_t c) { in test_vmlsl_n_u16()
4642 uint64x2_t test_vmlsl_n_u32(uint64x2_t a, uint32x2_t b, uint32_t c) { in test_vmlsl_n_u32()
4649 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vmls_lane_s16()
4655 int32x2_t test_vmls_lane_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vmls_lane_s32()
4661 uint16x4_t test_vmls_lane_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmls_lane_u16()
4667 uint32x2_t test_vmls_lane_u32(uint32x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmls_lane_u32()
4675 float32x2_t test_vmls_lane_f32(float32x2_t a, float32x2_t b, float32x2_t c) { in test_vmls_lane_f32()
4681 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t c) { in test_vmlsq_lane_s16()
4687 int32x4_t test_vmlsq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t c) { in test_vmlsq_lane_s32()
4693 uint16x8_t test_vmlsq_lane_u16(uint16x8_t a, uint16x8_t b, uint16x4_t c) { in test_vmlsq_lane_u16()
4699 uint32x4_t test_vmlsq_lane_u32(uint32x4_t a, uint32x4_t b, uint32x2_t c) { in test_vmlsq_lane_u32()
4707 float32x4_t test_vmlsq_lane_f32(float32x4_t a, float32x4_t b, float32x2_t c) { in test_vmlsq_lane_f32()
4714 int16x4_t test_vmls_n_s16(int16x4_t a, int16x4_t b, int16_t c) { in test_vmls_n_s16()
4720 int32x2_t test_vmls_n_s32(int32x2_t a, int32x2_t b, int32_t c) { in test_vmls_n_s32()
4726 uint16x4_t test_vmls_n_u16(uint16x4_t a, uint16x4_t b, uint16_t c) { in test_vmls_n_u16()
4732 uint32x2_t test_vmls_n_u32(uint32x2_t a, uint32x2_t b, uint32_t c) { in test_vmls_n_u32()
4740 float32x2_t test_vmls_n_f32(float32x2_t a, float32x2_t b, float32_t c) { in test_vmls_n_f32()
4746 int16x8_t test_vmlsq_n_s16(int16x8_t a, int16x8_t b, int16_t c) { in test_vmlsq_n_s16()
4752 int32x4_t test_vmlsq_n_s32(int32x4_t a, int32x4_t b, int32_t c) { in test_vmlsq_n_s32()
4758 uint16x8_t test_vmlsq_n_u16(uint16x8_t a, uint16x8_t b, uint16_t c) { in test_vmlsq_n_u16()
4764 uint32x4_t test_vmlsq_n_u32(uint32x4_t a, uint32x4_t b, uint32_t c) { in test_vmlsq_n_u32()
4772 float32x4_t test_vmlsq_n_f32(float32x4_t a, float32x4_t b, float32_t c) { in test_vmlsq_n_f32()
4998 int8x8_t test_vmul_s8(int8x8_t a, int8x8_t b) { in test_vmul_s8()
5004 int16x4_t test_vmul_s16(int16x4_t a, int16x4_t b) { in test_vmul_s16()
5010 int32x2_t test_vmul_s32(int32x2_t a, int32x2_t b) { in test_vmul_s32()
5016 float32x2_t test_vmul_f32(float32x2_t a, float32x2_t b) { in test_vmul_f32()
5022 uint8x8_t test_vmul_u8(uint8x8_t a, uint8x8_t b) { in test_vmul_u8()
5028 uint16x4_t test_vmul_u16(uint16x4_t a, uint16x4_t b) { in test_vmul_u16()
5034 uint32x2_t test_vmul_u32(uint32x2_t a, uint32x2_t b) { in test_vmul_u32()
5040 int8x16_t test_vmulq_s8(int8x16_t a, int8x16_t b) { in test_vmulq_s8()
5046 int16x8_t test_vmulq_s16(int16x8_t a, int16x8_t b) { in test_vmulq_s16()
5052 int32x4_t test_vmulq_s32(int32x4_t a, int32x4_t b) { in test_vmulq_s32()
5058 float32x4_t test_vmulq_f32(float32x4_t a, float32x4_t b) { in test_vmulq_f32()
5064 uint8x16_t test_vmulq_u8(uint8x16_t a, uint8x16_t b) { in test_vmulq_u8()
5070 uint16x8_t test_vmulq_u16(uint16x8_t a, uint16x8_t b) { in test_vmulq_u16()
5076 uint32x4_t test_vmulq_u32(uint32x4_t a, uint32x4_t b) { in test_vmulq_u32()
5083 int16x8_t test_vmull_s8(int8x8_t a, int8x8_t b) { in test_vmull_s8()
5089 int32x4_t test_vmull_s16(int16x4_t a, int16x4_t b) { in test_vmull_s16()
5095 int64x2_t test_vmull_s32(int32x2_t a, int32x2_t b) { in test_vmull_s32()
5101 uint16x8_t test_vmull_u8(uint8x8_t a, uint8x8_t b) { in test_vmull_u8()
5107 uint32x4_t test_vmull_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_u16()
5113 uint64x2_t test_vmull_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_u32()
5119 poly16x8_t test_vmull_p8(poly8x8_t a, poly8x8_t b) { in test_vmull_p8()
5126 int32x4_t test_vmull_lane_s16(int16x4_t a, int16x4_t b) { in test_vmull_lane_s16()
5132 int64x2_t test_vmull_lane_s32(int32x2_t a, int32x2_t b) { in test_vmull_lane_s32()
5138 uint32x4_t test_vmull_lane_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_lane_u16()
5144 uint64x2_t test_vmull_lane_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_lane_u32()
5151 int32x4_t test_vmull_n_s16(int16x4_t a, int16_t b) { in test_vmull_n_s16()
5157 int64x2_t test_vmull_n_s32(int32x2_t a, int32_t b) { in test_vmull_n_s32()
5163 uint32x4_t test_vmull_n_u16(uint16x4_t a, uint16_t b) { in test_vmull_n_u16()
5169 uint64x2_t test_vmull_n_u32(uint32x2_t a, uint32_t b) { in test_vmull_n_u32()
5176 poly8x8_t test_vmul_p8(poly8x8_t a, poly8x8_t b) { in test_vmul_p8()
5182 poly8x16_t test_vmulq_p8(poly8x16_t a, poly8x16_t b) { in test_vmulq_p8()
5189 int16x4_t test_vmul_lane_s16(int16x4_t a, int16x4_t b) { in test_vmul_lane_s16()
5195 int32x2_t test_vmul_lane_s32(int32x2_t a, int32x2_t b) { in test_vmul_lane_s32()
5201 float32x2_t test_vmul_lane_f32(float32x2_t a, float32x2_t b) { in test_vmul_lane_f32()
5207 uint16x4_t test_vmul_lane_u16(uint16x4_t a, uint16x4_t b) { in test_vmul_lane_u16()
5213 uint32x2_t test_vmul_lane_u32(uint32x2_t a, uint32x2_t b) { in test_vmul_lane_u32()
5219 int16x8_t test_vmulq_lane_s16(int16x8_t a, int16x4_t b) { in test_vmulq_lane_s16()
5225 int32x4_t test_vmulq_lane_s32(int32x4_t a, int32x2_t b) { in test_vmulq_lane_s32()
5231 float32x4_t test_vmulq_lane_f32(float32x4_t a, float32x2_t b) { in test_vmulq_lane_f32()
5237 uint16x8_t test_vmulq_lane_u16(uint16x8_t a, uint16x4_t b) { in test_vmulq_lane_u16()
5243 uint32x4_t test_vmulq_lane_u32(uint32x4_t a, uint32x2_t b) { in test_vmulq_lane_u32()
5250 int16x4_t test_vmul_n_s16(int16x4_t a, int16_t b) { in test_vmul_n_s16()
5256 int32x2_t test_vmul_n_s32(int32x2_t a, int32_t b) { in test_vmul_n_s32()
5262 float32x2_t test_vmul_n_f32(float32x2_t a, float32_t b) { in test_vmul_n_f32()
5268 uint16x4_t test_vmul_n_u16(uint16x4_t a, uint16_t b) { in test_vmul_n_u16()
5274 uint32x2_t test_vmul_n_u32(uint32x2_t a, uint32_t b) { in test_vmul_n_u32()
5280 int16x8_t test_vmulq_n_s16(int16x8_t a, int16_t b) { in test_vmulq_n_s16()
5286 int32x4_t test_vmulq_n_s32(int32x4_t a, int32_t b) { in test_vmulq_n_s32()
5292 float32x4_t test_vmulq_n_f32(float32x4_t a, float32_t b) { in test_vmulq_n_f32()
5298 uint16x8_t test_vmulq_n_u16(uint16x8_t a, uint16_t b) { in test_vmulq_n_u16()
5304 uint32x4_t test_vmulq_n_u32(uint32x4_t a, uint32_t b) { in test_vmulq_n_u32()
5445 int8x8_t test_vorn_s8(int8x8_t a, int8x8_t b) { in test_vorn_s8()
5451 int16x4_t test_vorn_s16(int16x4_t a, int16x4_t b) { in test_vorn_s16()
5457 int32x2_t test_vorn_s32(int32x2_t a, int32x2_t b) { in test_vorn_s32()
5463 int64x1_t test_vorn_s64(int64x1_t a, int64x1_t b) { in test_vorn_s64()
5469 uint8x8_t test_vorn_u8(uint8x8_t a, uint8x8_t b) { in test_vorn_u8()
5475 uint16x4_t test_vorn_u16(uint16x4_t a, uint16x4_t b) { in test_vorn_u16()
5481 uint32x2_t test_vorn_u32(uint32x2_t a, uint32x2_t b) { in test_vorn_u32()
5487 uint64x1_t test_vorn_u64(uint64x1_t a, uint64x1_t b) { in test_vorn_u64()
5493 int8x16_t test_vornq_s8(int8x16_t a, int8x16_t b) { in test_vornq_s8()
5499 int16x8_t test_vornq_s16(int16x8_t a, int16x8_t b) { in test_vornq_s16()
5505 int32x4_t test_vornq_s32(int32x4_t a, int32x4_t b) { in test_vornq_s32()
5511 int64x2_t test_vornq_s64(int64x2_t a, int64x2_t b) { in test_vornq_s64()
5517 uint8x16_t test_vornq_u8(uint8x16_t a, uint8x16_t b) { in test_vornq_u8()
5523 uint16x8_t test_vornq_u16(uint16x8_t a, uint16x8_t b) { in test_vornq_u16()
5529 uint32x4_t test_vornq_u32(uint32x4_t a, uint32x4_t b) { in test_vornq_u32()
5535 uint64x2_t test_vornq_u64(uint64x2_t a, uint64x2_t b) { in test_vornq_u64()
5542 int8x8_t test_vorr_s8(int8x8_t a, int8x8_t b) { in test_vorr_s8()
5548 int16x4_t test_vorr_s16(int16x4_t a, int16x4_t b) { in test_vorr_s16()
5554 int32x2_t test_vorr_s32(int32x2_t a, int32x2_t b) { in test_vorr_s32()
5560 int64x1_t test_vorr_s64(int64x1_t a, int64x1_t b) { in test_vorr_s64()
5566 uint8x8_t test_vorr_u8(uint8x8_t a, uint8x8_t b) { in test_vorr_u8()
5572 uint16x4_t test_vorr_u16(uint16x4_t a, uint16x4_t b) { in test_vorr_u16()
5578 uint32x2_t test_vorr_u32(uint32x2_t a, uint32x2_t b) { in test_vorr_u32()
5584 uint64x1_t test_vorr_u64(uint64x1_t a, uint64x1_t b) { in test_vorr_u64()
5590 int8x16_t test_vorrq_s8(int8x16_t a, int8x16_t b) { in test_vorrq_s8()
5596 int16x8_t test_vorrq_s16(int16x8_t a, int16x8_t b) { in test_vorrq_s16()
5602 int32x4_t test_vorrq_s32(int32x4_t a, int32x4_t b) { in test_vorrq_s32()
5608 int64x2_t test_vorrq_s64(int64x2_t a, int64x2_t b) { in test_vorrq_s64()
5614 uint8x16_t test_vorrq_u8(uint8x16_t a, uint8x16_t b) { in test_vorrq_u8()
5620 uint16x8_t test_vorrq_u16(uint16x8_t a, uint16x8_t b) { in test_vorrq_u16()
5626 uint32x4_t test_vorrq_u32(uint32x4_t a, uint32x4_t b) { in test_vorrq_u32()
5632 uint64x2_t test_vorrq_u64(uint64x2_t a, uint64x2_t b) { in test_vorrq_u64()
5639 int16x4_t test_vpadal_s8(int16x4_t a, int8x8_t b) { in test_vpadal_s8()
5645 int32x2_t test_vpadal_s16(int32x2_t a, int16x4_t b) { in test_vpadal_s16()
5651 int64x1_t test_vpadal_s32(int64x1_t a, int32x2_t b) { in test_vpadal_s32()
5657 uint16x4_t test_vpadal_u8(uint16x4_t a, uint8x8_t b) { in test_vpadal_u8()
5663 uint32x2_t test_vpadal_u16(uint32x2_t a, uint16x4_t b) { in test_vpadal_u16()
5669 uint64x1_t test_vpadal_u32(uint64x1_t a, uint32x2_t b) { in test_vpadal_u32()
5675 int16x8_t test_vpadalq_s8(int16x8_t a, int8x16_t b) { in test_vpadalq_s8()
5681 int32x4_t test_vpadalq_s16(int32x4_t a, int16x8_t b) { in test_vpadalq_s16()
5687 int64x2_t test_vpadalq_s32(int64x2_t a, int32x4_t b) { in test_vpadalq_s32()
5693 uint16x8_t test_vpadalq_u8(uint16x8_t a, uint8x16_t b) { in test_vpadalq_u8()
5699 uint32x4_t test_vpadalq_u16(uint32x4_t a, uint16x8_t b) { in test_vpadalq_u16()
5705 uint64x2_t test_vpadalq_u32(uint64x2_t a, uint32x4_t b) { in test_vpadalq_u32()
5712 int8x8_t test_vpadd_s8(int8x8_t a, int8x8_t b) { in test_vpadd_s8()
5718 int16x4_t test_vpadd_s16(int16x4_t a, int16x4_t b) { in test_vpadd_s16()
5724 int32x2_t test_vpadd_s32(int32x2_t a, int32x2_t b) { in test_vpadd_s32()
5730 uint8x8_t test_vpadd_u8(uint8x8_t a, uint8x8_t b) { in test_vpadd_u8()
5736 uint16x4_t test_vpadd_u16(uint16x4_t a, uint16x4_t b) { in test_vpadd_u16()
5742 uint32x2_t test_vpadd_u32(uint32x2_t a, uint32x2_t b) { in test_vpadd_u32()
5748 float32x2_t test_vpadd_f32(float32x2_t a, float32x2_t b) { in test_vpadd_f32()
5828 int8x8_t test_vpmax_s8(int8x8_t a, int8x8_t b) { in test_vpmax_s8()
5834 int16x4_t test_vpmax_s16(int16x4_t a, int16x4_t b) { in test_vpmax_s16()
5840 int32x2_t test_vpmax_s32(int32x2_t a, int32x2_t b) { in test_vpmax_s32()
5846 uint8x8_t test_vpmax_u8(uint8x8_t a, uint8x8_t b) { in test_vpmax_u8()
5852 uint16x4_t test_vpmax_u16(uint16x4_t a, uint16x4_t b) { in test_vpmax_u16()
5858 uint32x2_t test_vpmax_u32(uint32x2_t a, uint32x2_t b) { in test_vpmax_u32()
5864 float32x2_t test_vpmax_f32(float32x2_t a, float32x2_t b) { in test_vpmax_f32()
5871 int8x8_t test_vpmin_s8(int8x8_t a, int8x8_t b) { in test_vpmin_s8()
5877 int16x4_t test_vpmin_s16(int16x4_t a, int16x4_t b) { in test_vpmin_s16()
5883 int32x2_t test_vpmin_s32(int32x2_t a, int32x2_t b) { in test_vpmin_s32()
5889 uint8x8_t test_vpmin_u8(uint8x8_t a, uint8x8_t b) { in test_vpmin_u8()
5895 uint16x4_t test_vpmin_u16(uint16x4_t a, uint16x4_t b) { in test_vpmin_u16()
5901 uint32x2_t test_vpmin_u32(uint32x2_t a, uint32x2_t b) { in test_vpmin_u32()
5907 float32x2_t test_vpmin_f32(float32x2_t a, float32x2_t b) { in test_vpmin_f32()
5951 int8x8_t test_vqadd_s8(int8x8_t a, int8x8_t b) { in test_vqadd_s8()
5957 int16x4_t test_vqadd_s16(int16x4_t a, int16x4_t b) { in test_vqadd_s16()
5963 int32x2_t test_vqadd_s32(int32x2_t a, int32x2_t b) { in test_vqadd_s32()
5969 int64x1_t test_vqadd_s64(int64x1_t a, int64x1_t b) { in test_vqadd_s64()
5975 uint8x8_t test_vqadd_u8(uint8x8_t a, uint8x8_t b) { in test_vqadd_u8()
5981 uint16x4_t test_vqadd_u16(uint16x4_t a, uint16x4_t b) { in test_vqadd_u16()
5987 uint32x2_t test_vqadd_u32(uint32x2_t a, uint32x2_t b) { in test_vqadd_u32()
5993 uint64x1_t test_vqadd_u64(uint64x1_t a, uint64x1_t b) { in test_vqadd_u64()
5999 int8x16_t test_vqaddq_s8(int8x16_t a, int8x16_t b) { in test_vqaddq_s8()
6005 int16x8_t test_vqaddq_s16(int16x8_t a, int16x8_t b) { in test_vqaddq_s16()
6011 int32x4_t test_vqaddq_s32(int32x4_t a, int32x4_t b) { in test_vqaddq_s32()
6017 int64x2_t test_vqaddq_s64(int64x2_t a, int64x2_t b) { in test_vqaddq_s64()
6023 uint8x16_t test_vqaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vqaddq_u8()
6029 uint16x8_t test_vqaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vqaddq_u16()
6035 uint32x4_t test_vqaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vqaddq_u32()
6041 uint64x2_t test_vqaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vqaddq_u64()
6048 int32x4_t test_vqdmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_s16()
6054 int64x2_t test_vqdmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_s32()
6061 int32x4_t test_vqdmlal_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_lane_s16()
6067 int64x2_t test_vqdmlal_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_lane_s32()
6074 int32x4_t test_vqdmlal_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vqdmlal_n_s16()
6080 int64x2_t test_vqdmlal_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vqdmlal_n_s32()
6087 int32x4_t test_vqdmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_s16()
6093 int64x2_t test_vqdmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_s32()
6100 int32x4_t test_vqdmlsl_lane_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_lane_s16()
6106 int64x2_t test_vqdmlsl_lane_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_lane_s32()
6113 int32x4_t test_vqdmlsl_n_s16(int32x4_t a, int16x4_t b, int16_t c) { in test_vqdmlsl_n_s16()
6119 int64x2_t test_vqdmlsl_n_s32(int64x2_t a, int32x2_t b, int32_t c) { in test_vqdmlsl_n_s32()
6126 int16x4_t test_vqdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_s16()
6132 int32x2_t test_vqdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_s32()
6138 int16x8_t test_vqdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqdmulhq_s16()
6144 int32x4_t test_vqdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqdmulhq_s32()
6151 int16x4_t test_vqdmulh_lane_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_lane_s16()
6157 int32x2_t test_vqdmulh_lane_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_lane_s32()
6163 int16x8_t test_vqdmulhq_lane_s16(int16x8_t a, int16x4_t b) { in test_vqdmulhq_lane_s16()
6169 int32x4_t test_vqdmulhq_lane_s32(int32x4_t a, int32x2_t b) { in test_vqdmulhq_lane_s32()
6176 int16x4_t test_vqdmulh_n_s16(int16x4_t a, int16_t b) { in test_vqdmulh_n_s16()
6182 int32x2_t test_vqdmulh_n_s32(int32x2_t a, int32_t b) { in test_vqdmulh_n_s32()
6188 int16x8_t test_vqdmulhq_n_s16(int16x8_t a, int16_t b) { in test_vqdmulhq_n_s16()
6194 int32x4_t test_vqdmulhq_n_s32(int32x4_t a, int32_t b) { in test_vqdmulhq_n_s32()
6201 int32x4_t test_vqdmull_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_s16()
6207 int64x2_t test_vqdmull_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_s32()
6214 int32x4_t test_vqdmull_lane_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_lane_s16()
6220 int64x2_t test_vqdmull_lane_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_lane_s32()
6227 int32x4_t test_vqdmull_n_s16(int16x4_t a, int16_t b) { in test_vqdmull_n_s16()
6233 int64x2_t test_vqdmull_n_s32(int32x2_t a, int32_t b) { in test_vqdmull_n_s32()
6333 int16x4_t test_vqrdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_s16()
6339 int32x2_t test_vqrdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_s32()
6345 int16x8_t test_vqrdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqrdmulhq_s16()
6351 int32x4_t test_vqrdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqrdmulhq_s32()
6358 int16x4_t test_vqrdmulh_lane_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_lane_s16()
6364 int32x2_t test_vqrdmulh_lane_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_lane_s32()
6370 int16x8_t test_vqrdmulhq_lane_s16(int16x8_t a, int16x4_t b) { in test_vqrdmulhq_lane_s16()
6376 int32x4_t test_vqrdmulhq_lane_s32(int32x4_t a, int32x2_t b) { in test_vqrdmulhq_lane_s32()
6383 int16x4_t test_vqrdmulh_n_s16(int16x4_t a, int16_t b) { in test_vqrdmulh_n_s16()
6389 int32x2_t test_vqrdmulh_n_s32(int32x2_t a, int32_t b) { in test_vqrdmulh_n_s32()
6395 int16x8_t test_vqrdmulhq_n_s16(int16x8_t a, int16_t b) { in test_vqrdmulhq_n_s16()
6401 int32x4_t test_vqrdmulhq_n_s32(int32x4_t a, int32_t b) { in test_vqrdmulhq_n_s32()
6408 int8x8_t test_vqrshl_s8(int8x8_t a, int8x8_t b) { in test_vqrshl_s8()
6414 int16x4_t test_vqrshl_s16(int16x4_t a, int16x4_t b) { in test_vqrshl_s16()
6420 int32x2_t test_vqrshl_s32(int32x2_t a, int32x2_t b) { in test_vqrshl_s32()
6426 int64x1_t test_vqrshl_s64(int64x1_t a, int64x1_t b) { in test_vqrshl_s64()
6432 uint8x8_t test_vqrshl_u8(uint8x8_t a, int8x8_t b) { in test_vqrshl_u8()
6438 uint16x4_t test_vqrshl_u16(uint16x4_t a, int16x4_t b) { in test_vqrshl_u16()
6444 uint32x2_t test_vqrshl_u32(uint32x2_t a, int32x2_t b) { in test_vqrshl_u32()
6450 uint64x1_t test_vqrshl_u64(uint64x1_t a, int64x1_t b) { in test_vqrshl_u64()
6456 int8x16_t test_vqrshlq_s8(int8x16_t a, int8x16_t b) { in test_vqrshlq_s8()
6462 int16x8_t test_vqrshlq_s16(int16x8_t a, int16x8_t b) { in test_vqrshlq_s16()
6468 int32x4_t test_vqrshlq_s32(int32x4_t a, int32x4_t b) { in test_vqrshlq_s32()
6474 int64x2_t test_vqrshlq_s64(int64x2_t a, int64x2_t b) { in test_vqrshlq_s64()
6480 uint8x16_t test_vqrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqrshlq_u8()
6486 uint16x8_t test_vqrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqrshlq_u16()
6492 uint32x4_t test_vqrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqrshlq_u32()
6498 uint64x2_t test_vqrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqrshlq_u64()
6561 int8x8_t test_vqshl_s8(int8x8_t a, int8x8_t b) { in test_vqshl_s8()
6567 int16x4_t test_vqshl_s16(int16x4_t a, int16x4_t b) { in test_vqshl_s16()
6573 int32x2_t test_vqshl_s32(int32x2_t a, int32x2_t b) { in test_vqshl_s32()
6579 int64x1_t test_vqshl_s64(int64x1_t a, int64x1_t b) { in test_vqshl_s64()
6585 uint8x8_t test_vqshl_u8(uint8x8_t a, int8x8_t b) { in test_vqshl_u8()
6591 uint16x4_t test_vqshl_u16(uint16x4_t a, int16x4_t b) { in test_vqshl_u16()
6597 uint32x2_t test_vqshl_u32(uint32x2_t a, int32x2_t b) { in test_vqshl_u32()
6603 uint64x1_t test_vqshl_u64(uint64x1_t a, int64x1_t b) { in test_vqshl_u64()
6609 int8x16_t test_vqshlq_s8(int8x16_t a, int8x16_t b) { in test_vqshlq_s8()
6615 int16x8_t test_vqshlq_s16(int16x8_t a, int16x8_t b) { in test_vqshlq_s16()
6621 int32x4_t test_vqshlq_s32(int32x4_t a, int32x4_t b) { in test_vqshlq_s32()
6627 int64x2_t test_vqshlq_s64(int64x2_t a, int64x2_t b) { in test_vqshlq_s64()
6633 uint8x16_t test_vqshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqshlq_u8()
6639 uint16x8_t test_vqshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqshlq_u16()
6645 uint32x4_t test_vqshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqshlq_u32()
6651 uint64x2_t test_vqshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqshlq_u64()
6860 int8x8_t test_vqsub_s8(int8x8_t a, int8x8_t b) { in test_vqsub_s8()
6866 int16x4_t test_vqsub_s16(int16x4_t a, int16x4_t b) { in test_vqsub_s16()
6872 int32x2_t test_vqsub_s32(int32x2_t a, int32x2_t b) { in test_vqsub_s32()
6878 int64x1_t test_vqsub_s64(int64x1_t a, int64x1_t b) { in test_vqsub_s64()
6884 uint8x8_t test_vqsub_u8(uint8x8_t a, uint8x8_t b) { in test_vqsub_u8()
6890 uint16x4_t test_vqsub_u16(uint16x4_t a, uint16x4_t b) { in test_vqsub_u16()
6896 uint32x2_t test_vqsub_u32(uint32x2_t a, uint32x2_t b) { in test_vqsub_u32()
6902 uint64x1_t test_vqsub_u64(uint64x1_t a, uint64x1_t b) { in test_vqsub_u64()
6908 int8x16_t test_vqsubq_s8(int8x16_t a, int8x16_t b) { in test_vqsubq_s8()
6914 int16x8_t test_vqsubq_s16(int16x8_t a, int16x8_t b) { in test_vqsubq_s16()
6920 int32x4_t test_vqsubq_s32(int32x4_t a, int32x4_t b) { in test_vqsubq_s32()
6926 int64x2_t test_vqsubq_s64(int64x2_t a, int64x2_t b) { in test_vqsubq_s64()
6932 uint8x16_t test_vqsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vqsubq_u8()
6938 uint16x8_t test_vqsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vqsubq_u16()
6944 uint32x4_t test_vqsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vqsubq_u32()
6950 uint64x2_t test_vqsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vqsubq_u64()
6957 int8x8_t test_vraddhn_s16(int16x8_t a, int16x8_t b) { in test_vraddhn_s16()
6963 int16x4_t test_vraddhn_s32(int32x4_t a, int32x4_t b) { in test_vraddhn_s32()
6969 int32x2_t test_vraddhn_s64(int64x2_t a, int64x2_t b) { in test_vraddhn_s64()
6975 uint8x8_t test_vraddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vraddhn_u16()
6981 uint16x4_t test_vraddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vraddhn_u32()
6987 uint32x2_t test_vraddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vraddhn_u64()
7019 float32x2_t test_vrecps_f32(float32x2_t a, float32x2_t b) { in test_vrecps_f32()
7025 float32x4_t test_vrecpsq_f32(float32x4_t a, float32x4_t b) { in test_vrecpsq_f32()
8572 int8x8_t test_vrhadd_s8(int8x8_t a, int8x8_t b) { in test_vrhadd_s8()
8578 int16x4_t test_vrhadd_s16(int16x4_t a, int16x4_t b) { in test_vrhadd_s16()
8584 int32x2_t test_vrhadd_s32(int32x2_t a, int32x2_t b) { in test_vrhadd_s32()
8590 uint8x8_t test_vrhadd_u8(uint8x8_t a, uint8x8_t b) { in test_vrhadd_u8()
8596 uint16x4_t test_vrhadd_u16(uint16x4_t a, uint16x4_t b) { in test_vrhadd_u16()
8602 uint32x2_t test_vrhadd_u32(uint32x2_t a, uint32x2_t b) { in test_vrhadd_u32()
8608 int8x16_t test_vrhaddq_s8(int8x16_t a, int8x16_t b) { in test_vrhaddq_s8()
8614 int16x8_t test_vrhaddq_s16(int16x8_t a, int16x8_t b) { in test_vrhaddq_s16()
8620 int32x4_t test_vrhaddq_s32(int32x4_t a, int32x4_t b) { in test_vrhaddq_s32()
8626 uint8x16_t test_vrhaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vrhaddq_u8()
8632 uint16x8_t test_vrhaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vrhaddq_u16()
8638 uint32x4_t test_vrhaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vrhaddq_u32()
8645 int8x8_t test_vrshl_s8(int8x8_t a, int8x8_t b) { in test_vrshl_s8()
8651 int16x4_t test_vrshl_s16(int16x4_t a, int16x4_t b) { in test_vrshl_s16()
8657 int32x2_t test_vrshl_s32(int32x2_t a, int32x2_t b) { in test_vrshl_s32()
8663 int64x1_t test_vrshl_s64(int64x1_t a, int64x1_t b) { in test_vrshl_s64()
8669 uint8x8_t test_vrshl_u8(uint8x8_t a, int8x8_t b) { in test_vrshl_u8()
8675 uint16x4_t test_vrshl_u16(uint16x4_t a, int16x4_t b) { in test_vrshl_u16()
8681 uint32x2_t test_vrshl_u32(uint32x2_t a, int32x2_t b) { in test_vrshl_u32()
8687 uint64x1_t test_vrshl_u64(uint64x1_t a, int64x1_t b) { in test_vrshl_u64()
8693 int8x16_t test_vrshlq_s8(int8x16_t a, int8x16_t b) { in test_vrshlq_s8()
8699 int16x8_t test_vrshlq_s16(int16x8_t a, int16x8_t b) { in test_vrshlq_s16()
8705 int32x4_t test_vrshlq_s32(int32x4_t a, int32x4_t b) { in test_vrshlq_s32()
8711 int64x2_t test_vrshlq_s64(int64x2_t a, int64x2_t b) { in test_vrshlq_s64()
8717 uint8x16_t test_vrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vrshlq_u8()
8723 uint16x8_t test_vrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vrshlq_u16()
8729 uint32x4_t test_vrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vrshlq_u32()
8735 uint64x2_t test_vrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vrshlq_u64()
8901 float32x2_t test_vrsqrts_f32(float32x2_t a, float32x2_t b) { in test_vrsqrts_f32()
8907 float32x4_t test_vrsqrtsq_f32(float32x4_t a, float32x4_t b) { in test_vrsqrtsq_f32()
8914 int8x8_t test_vrsra_n_s8(int8x8_t a, int8x8_t b) { in test_vrsra_n_s8()
8920 int16x4_t test_vrsra_n_s16(int16x4_t a, int16x4_t b) { in test_vrsra_n_s16()
8926 int32x2_t test_vrsra_n_s32(int32x2_t a, int32x2_t b) { in test_vrsra_n_s32()
8932 int64x1_t test_vrsra_n_s64(int64x1_t a, int64x1_t b) { in test_vrsra_n_s64()
8938 uint8x8_t test_vrsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vrsra_n_u8()
8944 uint16x4_t test_vrsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vrsra_n_u16()
8950 uint32x2_t test_vrsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vrsra_n_u32()
8956 uint64x1_t test_vrsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vrsra_n_u64()
8962 int8x16_t test_vrsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vrsraq_n_s8()
8968 int16x8_t test_vrsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vrsraq_n_s16()
8974 int32x4_t test_vrsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vrsraq_n_s32()
8980 int64x2_t test_vrsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vrsraq_n_s64()
8986 uint8x16_t test_vrsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vrsraq_n_u8()
8992 uint16x8_t test_vrsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vrsraq_n_u16()
8998 uint32x4_t test_vrsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vrsraq_n_u32()
9004 uint64x2_t test_vrsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vrsraq_n_u64()
9011 int8x8_t test_vrsubhn_s16(int16x8_t a, int16x8_t b) { in test_vrsubhn_s16()
9017 int16x4_t test_vrsubhn_s32(int32x4_t a, int32x4_t b) { in test_vrsubhn_s32()
9023 int32x2_t test_vrsubhn_s64(int64x2_t a, int64x2_t b) { in test_vrsubhn_s64()
9029 uint8x8_t test_vrsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vrsubhn_u16()
9035 uint16x4_t test_vrsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vrsubhn_u32()
9041 uint32x2_t test_vrsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vrsubhn_u64()
9048 uint8x8_t test_vset_lane_u8(uint8_t a, uint8x8_t b) { in test_vset_lane_u8()
9054 uint16x4_t test_vset_lane_u16(uint16_t a, uint16x4_t b) { in test_vset_lane_u16()
9060 uint32x2_t test_vset_lane_u32(uint32_t a, uint32x2_t b) { in test_vset_lane_u32()
9066 int8x8_t test_vset_lane_s8(int8_t a, int8x8_t b) { in test_vset_lane_s8()
9072 int16x4_t test_vset_lane_s16(int16_t a, int16x4_t b) { in test_vset_lane_s16()
9078 int32x2_t test_vset_lane_s32(int32_t a, int32x2_t b) { in test_vset_lane_s32()
9084 poly8x8_t test_vset_lane_p8(poly8_t a, poly8x8_t b) { in test_vset_lane_p8()
9090 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) { in test_vset_lane_p16()
9096 float32x2_t test_vset_lane_f32(float32_t a, float32x2_t b) { in test_vset_lane_f32()
9102 uint8x16_t test_vsetq_lane_u8(uint8_t a, uint8x16_t b) { in test_vsetq_lane_u8()
9108 uint16x8_t test_vsetq_lane_u16(uint16_t a, uint16x8_t b) { in test_vsetq_lane_u16()
9114 uint32x4_t test_vsetq_lane_u32(uint32_t a, uint32x4_t b) { in test_vsetq_lane_u32()
9120 int8x16_t test_vsetq_lane_s8(int8_t a, int8x16_t b) { in test_vsetq_lane_s8()
9126 int16x8_t test_vsetq_lane_s16(int16_t a, int16x8_t b) { in test_vsetq_lane_s16()
9132 int32x4_t test_vsetq_lane_s32(int32_t a, int32x4_t b) { in test_vsetq_lane_s32()
9138 poly8x16_t test_vsetq_lane_p8(poly8_t a, poly8x16_t b) { in test_vsetq_lane_p8()
9144 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) { in test_vsetq_lane_p16()
9150 float32x4_t test_vsetq_lane_f32(float32_t a, float32x4_t b) { in test_vsetq_lane_f32()
9156 int64x1_t test_vset_lane_s64(int64_t a, int64x1_t b) { in test_vset_lane_s64()
9162 uint64x1_t test_vset_lane_u64(uint64_t a, uint64x1_t b) { in test_vset_lane_u64()
9168 int64x2_t test_vsetq_lane_s64(int64_t a, int64x2_t b) { in test_vsetq_lane_s64()
9174 uint64x2_t test_vsetq_lane_u64(uint64_t a, uint64x2_t b) { in test_vsetq_lane_u64()
9181 int8x8_t test_vshl_s8(int8x8_t a, int8x8_t b) { in test_vshl_s8()
9187 int16x4_t test_vshl_s16(int16x4_t a, int16x4_t b) { in test_vshl_s16()
9193 int32x2_t test_vshl_s32(int32x2_t a, int32x2_t b) { in test_vshl_s32()
9199 int64x1_t test_vshl_s64(int64x1_t a, int64x1_t b) { in test_vshl_s64()
9205 uint8x8_t test_vshl_u8(uint8x8_t a, int8x8_t b) { in test_vshl_u8()
9211 uint16x4_t test_vshl_u16(uint16x4_t a, int16x4_t b) { in test_vshl_u16()
9217 uint32x2_t test_vshl_u32(uint32x2_t a, int32x2_t b) { in test_vshl_u32()
9223 uint64x1_t test_vshl_u64(uint64x1_t a, int64x1_t b) { in test_vshl_u64()
9229 int8x16_t test_vshlq_s8(int8x16_t a, int8x16_t b) { in test_vshlq_s8()
9235 int16x8_t test_vshlq_s16(int16x8_t a, int16x8_t b) { in test_vshlq_s16()
9241 int32x4_t test_vshlq_s32(int32x4_t a, int32x4_t b) { in test_vshlq_s32()
9247 int64x2_t test_vshlq_s64(int64x2_t a, int64x2_t b) { in test_vshlq_s64()
9253 uint8x16_t test_vshlq_u8(uint8x16_t a, int8x16_t b) { in test_vshlq_u8()
9259 uint16x8_t test_vshlq_u16(uint16x8_t a, int16x8_t b) { in test_vshlq_u16()
9265 uint32x4_t test_vshlq_u32(uint32x4_t a, int32x4_t b) { in test_vshlq_u32()
9271 uint64x2_t test_vshlq_u64(uint64x2_t a, int64x2_t b) { in test_vshlq_u64()
9546 int8x8_t test_vsli_n_s8(int8x8_t a, int8x8_t b) { in test_vsli_n_s8()
9552 int16x4_t test_vsli_n_s16(int16x4_t a, int16x4_t b) { in test_vsli_n_s16()
9558 int32x2_t test_vsli_n_s32(int32x2_t a, int32x2_t b) { in test_vsli_n_s32()
9564 int64x1_t test_vsli_n_s64(int64x1_t a, int64x1_t b) { in test_vsli_n_s64()
9570 uint8x8_t test_vsli_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsli_n_u8()
9576 uint16x4_t test_vsli_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsli_n_u16()
9582 uint32x2_t test_vsli_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsli_n_u32()
9588 uint64x1_t test_vsli_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsli_n_u64()
9594 poly8x8_t test_vsli_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsli_n_p8()
9600 poly16x4_t test_vsli_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsli_n_p16()
9606 int8x16_t test_vsliq_n_s8(int8x16_t a, int8x16_t b) { in test_vsliq_n_s8()
9612 int16x8_t test_vsliq_n_s16(int16x8_t a, int16x8_t b) { in test_vsliq_n_s16()
9618 int32x4_t test_vsliq_n_s32(int32x4_t a, int32x4_t b) { in test_vsliq_n_s32()
9624 int64x2_t test_vsliq_n_s64(int64x2_t a, int64x2_t b) { in test_vsliq_n_s64()
9630 uint8x16_t test_vsliq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsliq_n_u8()
9636 uint16x8_t test_vsliq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsliq_n_u16()
9642 uint32x4_t test_vsliq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsliq_n_u32()
9648 uint64x2_t test_vsliq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsliq_n_u64()
9654 poly8x16_t test_vsliq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsliq_n_p8()
9660 poly16x8_t test_vsliq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsliq_n_p16()
9667 int8x8_t test_vsra_n_s8(int8x8_t a, int8x8_t b) { in test_vsra_n_s8()
9673 int16x4_t test_vsra_n_s16(int16x4_t a, int16x4_t b) { in test_vsra_n_s16()
9679 int32x2_t test_vsra_n_s32(int32x2_t a, int32x2_t b) { in test_vsra_n_s32()
9685 int64x1_t test_vsra_n_s64(int64x1_t a, int64x1_t b) { in test_vsra_n_s64()
9691 uint8x8_t test_vsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsra_n_u8()
9697 uint16x4_t test_vsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsra_n_u16()
9703 uint32x2_t test_vsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsra_n_u32()
9709 uint64x1_t test_vsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsra_n_u64()
9715 int8x16_t test_vsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vsraq_n_s8()
9721 int16x8_t test_vsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vsraq_n_s16()
9727 int32x4_t test_vsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vsraq_n_s32()
9733 int64x2_t test_vsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vsraq_n_s64()
9739 uint8x16_t test_vsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsraq_n_u8()
9745 uint16x8_t test_vsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsraq_n_u16()
9751 uint32x4_t test_vsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsraq_n_u32()
9757 uint64x2_t test_vsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsraq_n_u64()
9764 int8x8_t test_vsri_n_s8(int8x8_t a, int8x8_t b) { in test_vsri_n_s8()
9770 int16x4_t test_vsri_n_s16(int16x4_t a, int16x4_t b) { in test_vsri_n_s16()
9776 int32x2_t test_vsri_n_s32(int32x2_t a, int32x2_t b) { in test_vsri_n_s32()
9782 int64x1_t test_vsri_n_s64(int64x1_t a, int64x1_t b) { in test_vsri_n_s64()
9788 uint8x8_t test_vsri_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsri_n_u8()
9794 uint16x4_t test_vsri_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsri_n_u16()
9800 uint32x2_t test_vsri_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsri_n_u32()
9806 uint64x1_t test_vsri_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsri_n_u64()
9812 poly8x8_t test_vsri_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsri_n_p8()
9818 poly16x4_t test_vsri_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsri_n_p16()
9824 int8x16_t test_vsriq_n_s8(int8x16_t a, int8x16_t b) { in test_vsriq_n_s8()
9830 int16x8_t test_vsriq_n_s16(int16x8_t a, int16x8_t b) { in test_vsriq_n_s16()
9836 int32x4_t test_vsriq_n_s32(int32x4_t a, int32x4_t b) { in test_vsriq_n_s32()
9842 int64x2_t test_vsriq_n_s64(int64x2_t a, int64x2_t b) { in test_vsriq_n_s64()
9848 uint8x16_t test_vsriq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsriq_n_u8()
9854 uint16x8_t test_vsriq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsriq_n_u16()
9860 uint32x4_t test_vsriq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsriq_n_u32()
9866 uint64x2_t test_vsriq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsriq_n_u64()
9872 poly8x16_t test_vsriq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsriq_n_p8()
9878 poly16x8_t test_vsriq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsriq_n_p16()
9885 void test_vst1q_u8(uint8_t * a, uint8x16_t b) { in test_vst1q_u8()
9891 void test_vst1q_u16(uint16_t * a, uint16x8_t b) { in test_vst1q_u16()
9897 void test_vst1q_u32(uint32_t * a, uint32x4_t b) { in test_vst1q_u32()
9903 void test_vst1q_u64(uint64_t * a, uint64x2_t b) { in test_vst1q_u64()
9909 void test_vst1q_s8(int8_t * a, int8x16_t b) { in test_vst1q_s8()
9915 void test_vst1q_s16(int16_t * a, int16x8_t b) { in test_vst1q_s16()
9921 void test_vst1q_s32(int32_t * a, int32x4_t b) { in test_vst1q_s32()
9927 void test_vst1q_s64(int64_t * a, int64x2_t b) { in test_vst1q_s64()
9933 void test_vst1q_f16(float16_t * a, float16x8_t b) { in test_vst1q_f16()
9939 void test_vst1q_f32(float32_t * a, float32x4_t b) { in test_vst1q_f32()
9945 void test_vst1q_p8(poly8_t * a, poly8x16_t b) { in test_vst1q_p8()
9951 void test_vst1q_p16(poly16_t * a, poly16x8_t b) { in test_vst1q_p16()
9957 void test_vst1_u8(uint8_t * a, uint8x8_t b) { in test_vst1_u8()
9963 void test_vst1_u16(uint16_t * a, uint16x4_t b) { in test_vst1_u16()
9969 void test_vst1_u32(uint32_t * a, uint32x2_t b) { in test_vst1_u32()
9975 void test_vst1_u64(uint64_t * a, uint64x1_t b) { in test_vst1_u64()
9981 void test_vst1_s8(int8_t * a, int8x8_t b) { in test_vst1_s8()
9987 void test_vst1_s16(int16_t * a, int16x4_t b) { in test_vst1_s16()
9993 void test_vst1_s32(int32_t * a, int32x2_t b) { in test_vst1_s32()
9999 void test_vst1_s64(int64_t * a, int64x1_t b) { in test_vst1_s64()
10005 void test_vst1_f16(float16_t * a, float16x4_t b) { in test_vst1_f16()
10011 void test_vst1_f32(float32_t * a, float32x2_t b) { in test_vst1_f32()
10017 void test_vst1_p8(poly8_t * a, poly8x8_t b) { in test_vst1_p8()
10023 void test_vst1_p16(poly16_t * a, poly16x4_t b) { in test_vst1_p16()
10030 void test_vst1q_lane_u8(uint8_t * a, uint8x16_t b) { in test_vst1q_lane_u8()
10036 void test_vst1q_lane_u16(uint16_t * a, uint16x8_t b) { in test_vst1q_lane_u16()
10042 void test_vst1q_lane_u32(uint32_t * a, uint32x4_t b) { in test_vst1q_lane_u32()
10048 void test_vst1q_lane_u64(uint64_t * a, uint64x2_t b) { in test_vst1q_lane_u64()
10054 void test_vst1q_lane_s8(int8_t * a, int8x16_t b) { in test_vst1q_lane_s8()
10060 void test_vst1q_lane_s16(int16_t * a, int16x8_t b) { in test_vst1q_lane_s16()
10066 void test_vst1q_lane_s32(int32_t * a, int32x4_t b) { in test_vst1q_lane_s32()
10072 void test_vst1q_lane_s64(int64_t * a, int64x2_t b) { in test_vst1q_lane_s64()
10078 void test_vst1q_lane_f16(float16_t * a, float16x8_t b) { in test_vst1q_lane_f16()
10084 void test_vst1q_lane_f32(float32_t * a, float32x4_t b) { in test_vst1q_lane_f32()
10090 void test_vst1q_lane_p8(poly8_t * a, poly8x16_t b) { in test_vst1q_lane_p8()
10096 void test_vst1q_lane_p16(poly16_t * a, poly16x8_t b) { in test_vst1q_lane_p16()
10102 void test_vst1_lane_u8(uint8_t * a, uint8x8_t b) { in test_vst1_lane_u8()
10108 void test_vst1_lane_u16(uint16_t * a, uint16x4_t b) { in test_vst1_lane_u16()
10114 void test_vst1_lane_u32(uint32_t * a, uint32x2_t b) { in test_vst1_lane_u32()
10120 void test_vst1_lane_u64(uint64_t * a, uint64x1_t b) { in test_vst1_lane_u64()
10126 void test_vst1_lane_s8(int8_t * a, int8x8_t b) { in test_vst1_lane_s8()
10132 void test_vst1_lane_s16(int16_t * a, int16x4_t b) { in test_vst1_lane_s16()
10138 void test_vst1_lane_s32(int32_t * a, int32x2_t b) { in test_vst1_lane_s32()
10144 void test_vst1_lane_s64(int64_t * a, int64x1_t b) { in test_vst1_lane_s64()
10150 void test_vst1_lane_f16(float16_t * a, float16x4_t b) { in test_vst1_lane_f16()
10156 void test_vst1_lane_f32(float32_t * a, float32x2_t b) { in test_vst1_lane_f32()
10162 void test_vst1_lane_p8(poly8_t * a, poly8x8_t b) { in test_vst1_lane_p8()
10168 void test_vst1_lane_p16(poly16_t * a, poly16x4_t b) { in test_vst1_lane_p16()
10175 void test_vst2q_u8(uint8_t * a, uint8x16x2_t b) { in test_vst2q_u8()
10181 void test_vst2q_u16(uint16_t * a, uint16x8x2_t b) { in test_vst2q_u16()
10187 void test_vst2q_u32(uint32_t * a, uint32x4x2_t b) { in test_vst2q_u32()
10193 void test_vst2q_s8(int8_t * a, int8x16x2_t b) { in test_vst2q_s8()
10199 void test_vst2q_s16(int16_t * a, int16x8x2_t b) { in test_vst2q_s16()
10205 void test_vst2q_s32(int32_t * a, int32x4x2_t b) { in test_vst2q_s32()
10211 void test_vst2q_f16(float16_t * a, float16x8x2_t b) { in test_vst2q_f16()
10217 void test_vst2q_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_f32()
10223 void test_vst2q_p8(poly8_t * a, poly8x16x2_t b) { in test_vst2q_p8()
10229 void test_vst2q_p16(poly16_t * a, poly16x8x2_t b) { in test_vst2q_p16()
10235 void test_vst2_u8(uint8_t * a, uint8x8x2_t b) { in test_vst2_u8()
10241 void test_vst2_u16(uint16_t * a, uint16x4x2_t b) { in test_vst2_u16()
10247 void test_vst2_u32(uint32_t * a, uint32x2x2_t b) { in test_vst2_u32()
10253 void test_vst2_u64(uint64_t * a, uint64x1x2_t b) { in test_vst2_u64()
10259 void test_vst2_s8(int8_t * a, int8x8x2_t b) { in test_vst2_s8()
10265 void test_vst2_s16(int16_t * a, int16x4x2_t b) { in test_vst2_s16()
10271 void test_vst2_s32(int32_t * a, int32x2x2_t b) { in test_vst2_s32()
10277 void test_vst2_s64(int64_t * a, int64x1x2_t b) { in test_vst2_s64()
10283 void test_vst2_f16(float16_t * a, float16x4x2_t b) { in test_vst2_f16()
10289 void test_vst2_f32(float32_t * a, float32x2x2_t b) { in test_vst2_f32()
10295 void test_vst2_p8(poly8_t * a, poly8x8x2_t b) { in test_vst2_p8()
10301 void test_vst2_p16(poly16_t * a, poly16x4x2_t b) { in test_vst2_p16()
10308 void test_vst2q_lane_u16(uint16_t * a, uint16x8x2_t b) { in test_vst2q_lane_u16()
10314 void test_vst2q_lane_u32(uint32_t * a, uint32x4x2_t b) { in test_vst2q_lane_u32()
10320 void test_vst2q_lane_s16(int16_t * a, int16x8x2_t b) { in test_vst2q_lane_s16()
10326 void test_vst2q_lane_s32(int32_t * a, int32x4x2_t b) { in test_vst2q_lane_s32()
10332 void test_vst2q_lane_f16(float16_t * a, float16x8x2_t b) { in test_vst2q_lane_f16()
10338 void test_vst2q_lane_f32(float32_t * a, float32x4x2_t b) { in test_vst2q_lane_f32()
10344 void test_vst2q_lane_p16(poly16_t * a, poly16x8x2_t b) { in test_vst2q_lane_p16()
10350 void test_vst2_lane_u8(uint8_t * a, uint8x8x2_t b) { in test_vst2_lane_u8()
10356 void test_vst2_lane_u16(uint16_t * a, uint16x4x2_t b) { in test_vst2_lane_u16()
10362 void test_vst2_lane_u32(uint32_t * a, uint32x2x2_t b) { in test_vst2_lane_u32()
10368 void test_vst2_lane_s8(int8_t * a, int8x8x2_t b) { in test_vst2_lane_s8()
10374 void test_vst2_lane_s16(int16_t * a, int16x4x2_t b) { in test_vst2_lane_s16()
10380 void test_vst2_lane_s32(int32_t * a, int32x2x2_t b) { in test_vst2_lane_s32()
10386 void test_vst2_lane_f16(float16_t * a, float16x4x2_t b) { in test_vst2_lane_f16()
10392 void test_vst2_lane_f32(float32_t * a, float32x2x2_t b) { in test_vst2_lane_f32()
10398 void test_vst2_lane_p8(poly8_t * a, poly8x8x2_t b) { in test_vst2_lane_p8()
10404 void test_vst2_lane_p16(poly16_t * a, poly16x4x2_t b) { in test_vst2_lane_p16()
10411 void test_vst3q_u8(uint8_t * a, uint8x16x3_t b) { in test_vst3q_u8()
10417 void test_vst3q_u16(uint16_t * a, uint16x8x3_t b) { in test_vst3q_u16()
10423 void test_vst3q_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_u32()
10429 void test_vst3q_s8(int8_t * a, int8x16x3_t b) { in test_vst3q_s8()
10435 void test_vst3q_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_s16()
10441 void test_vst3q_s32(int32_t * a, int32x4x3_t b) { in test_vst3q_s32()
10447 void test_vst3q_f16(float16_t * a, float16x8x3_t b) { in test_vst3q_f16()
10453 void test_vst3q_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_f32()
10459 void test_vst3q_p8(poly8_t * a, poly8x16x3_t b) { in test_vst3q_p8()
10465 void test_vst3q_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_p16()
10471 void test_vst3_u8(uint8_t * a, uint8x8x3_t b) { in test_vst3_u8()
10477 void test_vst3_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_u16()
10483 void test_vst3_u32(uint32_t * a, uint32x2x3_t b) { in test_vst3_u32()
10489 void test_vst3_u64(uint64_t * a, uint64x1x3_t b) { in test_vst3_u64()
10495 void test_vst3_s8(int8_t * a, int8x8x3_t b) { in test_vst3_s8()
10501 void test_vst3_s16(int16_t * a, int16x4x3_t b) { in test_vst3_s16()
10507 void test_vst3_s32(int32_t * a, int32x2x3_t b) { in test_vst3_s32()
10513 void test_vst3_s64(int64_t * a, int64x1x3_t b) { in test_vst3_s64()
10519 void test_vst3_f16(float16_t * a, float16x4x3_t b) { in test_vst3_f16()
10525 void test_vst3_f32(float32_t * a, float32x2x3_t b) { in test_vst3_f32()
10531 void test_vst3_p8(poly8_t * a, poly8x8x3_t b) { in test_vst3_p8()
10537 void test_vst3_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_p16()
10544 void test_vst3q_lane_u16(uint16_t * a, uint16x8x3_t b) { in test_vst3q_lane_u16()
10550 void test_vst3q_lane_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_lane_u32()
10556 void test_vst3q_lane_s16(int16_t * a, int16x8x3_t b) { in test_vst3q_lane_s16()
10562 void test_vst3q_lane_s32(int32_t * a, int32x4x3_t b) { in test_vst3q_lane_s32()
10568 void test_vst3q_lane_f16(float16_t * a, float16x8x3_t b) { in test_vst3q_lane_f16()
10574 void test_vst3q_lane_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_lane_f32()
10580 void test_vst3q_lane_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_lane_p16()
10586 void test_vst3_lane_u8(uint8_t * a, uint8x8x3_t b) { in test_vst3_lane_u8()
10592 void test_vst3_lane_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_lane_u16()
10598 void test_vst3_lane_u32(uint32_t * a, uint32x2x3_t b) { in test_vst3_lane_u32()
10604 void test_vst3_lane_s8(int8_t * a, int8x8x3_t b) { in test_vst3_lane_s8()
10610 void test_vst3_lane_s16(int16_t * a, int16x4x3_t b) { in test_vst3_lane_s16()
10616 void test_vst3_lane_s32(int32_t * a, int32x2x3_t b) { in test_vst3_lane_s32()
10622 void test_vst3_lane_f16(float16_t * a, float16x4x3_t b) { in test_vst3_lane_f16()
10628 void test_vst3_lane_f32(float32_t * a, float32x2x3_t b) { in test_vst3_lane_f32()
10634 void test_vst3_lane_p8(poly8_t * a, poly8x8x3_t b) { in test_vst3_lane_p8()
10640 void test_vst3_lane_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_lane_p16()
10647 void test_vst4q_u8(uint8_t * a, uint8x16x4_t b) { in test_vst4q_u8()
10653 void test_vst4q_u16(uint16_t * a, uint16x8x4_t b) { in test_vst4q_u16()
10659 void test_vst4q_u32(uint32_t * a, uint32x4x4_t b) { in test_vst4q_u32()
10665 void test_vst4q_s8(int8_t * a, int8x16x4_t b) { in test_vst4q_s8()
10671 void test_vst4q_s16(int16_t * a, int16x8x4_t b) { in test_vst4q_s16()
10677 void test_vst4q_s32(int32_t * a, int32x4x4_t b) { in test_vst4q_s32()
10683 void test_vst4q_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_f16()
10689 void test_vst4q_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_f32()
10695 void test_vst4q_p8(poly8_t * a, poly8x16x4_t b) { in test_vst4q_p8()
10701 void test_vst4q_p16(poly16_t * a, poly16x8x4_t b) { in test_vst4q_p16()
10707 void test_vst4_u8(uint8_t * a, uint8x8x4_t b) { in test_vst4_u8()
10713 void test_vst4_u16(uint16_t * a, uint16x4x4_t b) { in test_vst4_u16()
10719 void test_vst4_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_u32()
10725 void test_vst4_u64(uint64_t * a, uint64x1x4_t b) { in test_vst4_u64()
10731 void test_vst4_s8(int8_t * a, int8x8x4_t b) { in test_vst4_s8()
10737 void test_vst4_s16(int16_t * a, int16x4x4_t b) { in test_vst4_s16()
10743 void test_vst4_s32(int32_t * a, int32x2x4_t b) { in test_vst4_s32()
10749 void test_vst4_s64(int64_t * a, int64x1x4_t b) { in test_vst4_s64()
10755 void test_vst4_f16(float16_t * a, float16x4x4_t b) { in test_vst4_f16()
10761 void test_vst4_f32(float32_t * a, float32x2x4_t b) { in test_vst4_f32()
10767 void test_vst4_p8(poly8_t * a, poly8x8x4_t b) { in test_vst4_p8()
10773 void test_vst4_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_p16()
10780 void test_vst4q_lane_u16(uint16_t * a, uint16x8x4_t b) { in test_vst4q_lane_u16()
10786 void test_vst4q_lane_u32(uint32_t * a, uint32x4x4_t b) { in test_vst4q_lane_u32()
10792 void test_vst4q_lane_s16(int16_t * a, int16x8x4_t b) { in test_vst4q_lane_s16()
10798 void test_vst4q_lane_s32(int32_t * a, int32x4x4_t b) { in test_vst4q_lane_s32()
10804 void test_vst4q_lane_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_lane_f16()
10810 void test_vst4q_lane_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_lane_f32()
10816 void test_vst4q_lane_p16(poly16_t * a, poly16x8x4_t b) { in test_vst4q_lane_p16()
10822 void test_vst4_lane_u8(uint8_t * a, uint8x8x4_t b) { in test_vst4_lane_u8()
10828 void test_vst4_lane_u16(uint16_t * a, uint16x4x4_t b) { in test_vst4_lane_u16()
10834 void test_vst4_lane_u32(uint32_t * a, uint32x2x4_t b) { in test_vst4_lane_u32()
10840 void test_vst4_lane_s8(int8_t * a, int8x8x4_t b) { in test_vst4_lane_s8()
10846 void test_vst4_lane_s16(int16_t * a, int16x4x4_t b) { in test_vst4_lane_s16()
10852 void test_vst4_lane_s32(int32_t * a, int32x2x4_t b) { in test_vst4_lane_s32()
10858 void test_vst4_lane_f16(float16_t * a, float16x4x4_t b) { in test_vst4_lane_f16()
10864 void test_vst4_lane_f32(float32_t * a, float32x2x4_t b) { in test_vst4_lane_f32()
10870 void test_vst4_lane_p8(poly8_t * a, poly8x8x4_t b) { in test_vst4_lane_p8()
10876 void test_vst4_lane_p16(poly16_t * a, poly16x4x4_t b) { in test_vst4_lane_p16()
10883 int8x8_t test_vsub_s8(int8x8_t a, int8x8_t b) { in test_vsub_s8()
10889 int16x4_t test_vsub_s16(int16x4_t a, int16x4_t b) { in test_vsub_s16()
10895 int32x2_t test_vsub_s32(int32x2_t a, int32x2_t b) { in test_vsub_s32()
10901 int64x1_t test_vsub_s64(int64x1_t a, int64x1_t b) { in test_vsub_s64()
10907 float32x2_t test_vsub_f32(float32x2_t a, float32x2_t b) { in test_vsub_f32()
10913 uint8x8_t test_vsub_u8(uint8x8_t a, uint8x8_t b) { in test_vsub_u8()
10919 uint16x4_t test_vsub_u16(uint16x4_t a, uint16x4_t b) { in test_vsub_u16()
10925 uint32x2_t test_vsub_u32(uint32x2_t a, uint32x2_t b) { in test_vsub_u32()
10931 uint64x1_t test_vsub_u64(uint64x1_t a, uint64x1_t b) { in test_vsub_u64()
10937 int8x16_t test_vsubq_s8(int8x16_t a, int8x16_t b) { in test_vsubq_s8()
10943 int16x8_t test_vsubq_s16(int16x8_t a, int16x8_t b) { in test_vsubq_s16()
10949 int32x4_t test_vsubq_s32(int32x4_t a, int32x4_t b) { in test_vsubq_s32()
10955 int64x2_t test_vsubq_s64(int64x2_t a, int64x2_t b) { in test_vsubq_s64()
10961 float32x4_t test_vsubq_f32(float32x4_t a, float32x4_t b) { in test_vsubq_f32()
10967 uint8x16_t test_vsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vsubq_u8()
10973 uint16x8_t test_vsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vsubq_u16()
10979 uint32x4_t test_vsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vsubq_u32()
10985 uint64x2_t test_vsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vsubq_u64()
10992 int8x8_t test_vsubhn_s16(int16x8_t a, int16x8_t b) { in test_vsubhn_s16()
10998 int16x4_t test_vsubhn_s32(int32x4_t a, int32x4_t b) { in test_vsubhn_s32()
11004 int32x2_t test_vsubhn_s64(int64x2_t a, int64x2_t b) { in test_vsubhn_s64()
11010 uint8x8_t test_vsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vsubhn_u16()
11016 uint16x4_t test_vsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vsubhn_u32()
11022 uint32x2_t test_vsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vsubhn_u64()
11029 int16x8_t test_vsubl_s8(int8x8_t a, int8x8_t b) { in test_vsubl_s8()
11035 int32x4_t test_vsubl_s16(int16x4_t a, int16x4_t b) { in test_vsubl_s16()
11041 int64x2_t test_vsubl_s32(int32x2_t a, int32x2_t b) { in test_vsubl_s32()
11047 uint16x8_t test_vsubl_u8(uint8x8_t a, uint8x8_t b) { in test_vsubl_u8()
11053 uint32x4_t test_vsubl_u16(uint16x4_t a, uint16x4_t b) { in test_vsubl_u16()
11059 uint64x2_t test_vsubl_u32(uint32x2_t a, uint32x2_t b) { in test_vsubl_u32()
11066 int16x8_t test_vsubw_s8(int16x8_t a, int8x8_t b) { in test_vsubw_s8()
11072 int32x4_t test_vsubw_s16(int32x4_t a, int16x4_t b) { in test_vsubw_s16()
11078 int64x2_t test_vsubw_s32(int64x2_t a, int32x2_t b) { in test_vsubw_s32()
11084 uint16x8_t test_vsubw_u8(uint16x8_t a, uint8x8_t b) { in test_vsubw_u8()
11090 uint32x4_t test_vsubw_u16(uint32x4_t a, uint16x4_t b) { in test_vsubw_u16()
11096 uint64x2_t test_vsubw_u32(uint64x2_t a, uint32x2_t b) { in test_vsubw_u32()
11103 uint8x8_t test_vtbl1_u8(uint8x8_t a, uint8x8_t b) { in test_vtbl1_u8()
11109 int8x8_t test_vtbl1_s8(int8x8_t a, int8x8_t b) { in test_vtbl1_s8()
11115 poly8x8_t test_vtbl1_p8(poly8x8_t a, uint8x8_t b) { in test_vtbl1_p8()
11122 uint8x8_t test_vtbl2_u8(uint8x8x2_t a, uint8x8_t b) { in test_vtbl2_u8()
11128 int8x8_t test_vtbl2_s8(int8x8x2_t a, int8x8_t b) { in test_vtbl2_s8()
11134 poly8x8_t test_vtbl2_p8(poly8x8x2_t a, uint8x8_t b) { in test_vtbl2_p8()
11141 uint8x8_t test_vtbl3_u8(uint8x8x3_t a, uint8x8_t b) { in test_vtbl3_u8()
11147 int8x8_t test_vtbl3_s8(int8x8x3_t a, int8x8_t b) { in test_vtbl3_s8()
11153 poly8x8_t test_vtbl3_p8(poly8x8x3_t a, uint8x8_t b) { in test_vtbl3_p8()
11160 uint8x8_t test_vtbl4_u8(uint8x8x4_t a, uint8x8_t b) { in test_vtbl4_u8()
11166 int8x8_t test_vtbl4_s8(int8x8x4_t a, int8x8_t b) { in test_vtbl4_s8()
11172 poly8x8_t test_vtbl4_p8(poly8x8x4_t a, uint8x8_t b) { in test_vtbl4_p8()
11179 uint8x8_t test_vtbx1_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vtbx1_u8()
11185 int8x8_t test_vtbx1_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vtbx1_s8()
11191 poly8x8_t test_vtbx1_p8(poly8x8_t a, poly8x8_t b, uint8x8_t c) { in test_vtbx1_p8()
11198 uint8x8_t test_vtbx2_u8(uint8x8_t a, uint8x8x2_t b, uint8x8_t c) { in test_vtbx2_u8()
11204 int8x8_t test_vtbx2_s8(int8x8_t a, int8x8x2_t b, int8x8_t c) { in test_vtbx2_s8()
11210 poly8x8_t test_vtbx2_p8(poly8x8_t a, poly8x8x2_t b, uint8x8_t c) { in test_vtbx2_p8()
11217 uint8x8_t test_vtbx3_u8(uint8x8_t a, uint8x8x3_t b, uint8x8_t c) { in test_vtbx3_u8()
11223 int8x8_t test_vtbx3_s8(int8x8_t a, int8x8x3_t b, int8x8_t c) { in test_vtbx3_s8()
11229 poly8x8_t test_vtbx3_p8(poly8x8_t a, poly8x8x3_t b, uint8x8_t c) { in test_vtbx3_p8()
11236 uint8x8_t test_vtbx4_u8(uint8x8_t a, uint8x8x4_t b, uint8x8_t c) { in test_vtbx4_u8()
11242 int8x8_t test_vtbx4_s8(int8x8_t a, int8x8x4_t b, int8x8_t c) { in test_vtbx4_s8()
11248 poly8x8_t test_vtbx4_p8(poly8x8_t a, poly8x8x4_t b, uint8x8_t c) { in test_vtbx4_p8()
11255 int8x8x2_t test_vtrn_s8(int8x8_t a, int8x8_t b) { in test_vtrn_s8()
11261 int16x4x2_t test_vtrn_s16(int16x4_t a, int16x4_t b) { in test_vtrn_s16()
11267 int32x2x2_t test_vtrn_s32(int32x2_t a, int32x2_t b) { in test_vtrn_s32()
11273 uint8x8x2_t test_vtrn_u8(uint8x8_t a, uint8x8_t b) { in test_vtrn_u8()
11279 uint16x4x2_t test_vtrn_u16(uint16x4_t a, uint16x4_t b) { in test_vtrn_u16()
11285 uint32x2x2_t test_vtrn_u32(uint32x2_t a, uint32x2_t b) { in test_vtrn_u32()
11291 float32x2x2_t test_vtrn_f32(float32x2_t a, float32x2_t b) { in test_vtrn_f32()
11297 poly8x8x2_t test_vtrn_p8(poly8x8_t a, poly8x8_t b) { in test_vtrn_p8()
11303 poly16x4x2_t test_vtrn_p16(poly16x4_t a, poly16x4_t b) { in test_vtrn_p16()
11309 int8x16x2_t test_vtrnq_s8(int8x16_t a, int8x16_t b) { in test_vtrnq_s8()
11315 int16x8x2_t test_vtrnq_s16(int16x8_t a, int16x8_t b) { in test_vtrnq_s16()
11321 int32x4x2_t test_vtrnq_s32(int32x4_t a, int32x4_t b) { in test_vtrnq_s32()
11327 uint8x16x2_t test_vtrnq_u8(uint8x16_t a, uint8x16_t b) { in test_vtrnq_u8()
11333 uint16x8x2_t test_vtrnq_u16(uint16x8_t a, uint16x8_t b) { in test_vtrnq_u16()
11339 uint32x4x2_t test_vtrnq_u32(uint32x4_t a, uint32x4_t b) { in test_vtrnq_u32()
11345 float32x4x2_t test_vtrnq_f32(float32x4_t a, float32x4_t b) { in test_vtrnq_f32()
11351 poly8x16x2_t test_vtrnq_p8(poly8x16_t a, poly8x16_t b) { in test_vtrnq_p8()
11357 poly16x8x2_t test_vtrnq_p16(poly16x8_t a, poly16x8_t b) { in test_vtrnq_p16()
11364 uint8x8_t test_vtst_s8(int8x8_t a, int8x8_t b) { in test_vtst_s8()
11370 uint16x4_t test_vtst_s16(int16x4_t a, int16x4_t b) { in test_vtst_s16()
11376 uint32x2_t test_vtst_s32(int32x2_t a, int32x2_t b) { in test_vtst_s32()
11382 uint8x8_t test_vtst_u8(uint8x8_t a, uint8x8_t b) { in test_vtst_u8()
11388 uint16x4_t test_vtst_u16(uint16x4_t a, uint16x4_t b) { in test_vtst_u16()
11394 uint32x2_t test_vtst_u32(uint32x2_t a, uint32x2_t b) { in test_vtst_u32()
11400 uint8x8_t test_vtst_p8(poly8x8_t a, poly8x8_t b) { in test_vtst_p8()
11406 uint16x4_t test_vtst_p16(poly16x4_t a, poly16x4_t b) { in test_vtst_p16()
11412 uint8x16_t test_vtstq_s8(int8x16_t a, int8x16_t b) { in test_vtstq_s8()
11418 uint16x8_t test_vtstq_s16(int16x8_t a, int16x8_t b) { in test_vtstq_s16()
11424 uint32x4_t test_vtstq_s32(int32x4_t a, int32x4_t b) { in test_vtstq_s32()
11430 uint8x16_t test_vtstq_u8(uint8x16_t a, uint8x16_t b) { in test_vtstq_u8()
11436 uint16x8_t test_vtstq_u16(uint16x8_t a, uint16x8_t b) { in test_vtstq_u16()
11442 uint32x4_t test_vtstq_u32(uint32x4_t a, uint32x4_t b) { in test_vtstq_u32()
11448 uint8x16_t test_vtstq_p8(poly8x16_t a, poly8x16_t b) { in test_vtstq_p8()
11454 uint16x8_t test_vtstq_p16(poly16x8_t a, poly16x8_t b) { in test_vtstq_p16()
11461 int8x8x2_t test_vuzp_s8(int8x8_t a, int8x8_t b) { in test_vuzp_s8()
11467 int16x4x2_t test_vuzp_s16(int16x4_t a, int16x4_t b) { in test_vuzp_s16()
11473 int32x2x2_t test_vuzp_s32(int32x2_t a, int32x2_t b) { in test_vuzp_s32()
11479 uint8x8x2_t test_vuzp_u8(uint8x8_t a, uint8x8_t b) { in test_vuzp_u8()
11485 uint16x4x2_t test_vuzp_u16(uint16x4_t a, uint16x4_t b) { in test_vuzp_u16()
11491 uint32x2x2_t test_vuzp_u32(uint32x2_t a, uint32x2_t b) { in test_vuzp_u32()
11497 float32x2x2_t test_vuzp_f32(float32x2_t a, float32x2_t b) { in test_vuzp_f32()
11503 poly8x8x2_t test_vuzp_p8(poly8x8_t a, poly8x8_t b) { in test_vuzp_p8()
11509 poly16x4x2_t test_vuzp_p16(poly16x4_t a, poly16x4_t b) { in test_vuzp_p16()
11515 int8x16x2_t test_vuzpq_s8(int8x16_t a, int8x16_t b) { in test_vuzpq_s8()
11521 int16x8x2_t test_vuzpq_s16(int16x8_t a, int16x8_t b) { in test_vuzpq_s16()
11527 int32x4x2_t test_vuzpq_s32(int32x4_t a, int32x4_t b) { in test_vuzpq_s32()
11533 uint8x16x2_t test_vuzpq_u8(uint8x16_t a, uint8x16_t b) { in test_vuzpq_u8()
11539 uint16x8x2_t test_vuzpq_u16(uint16x8_t a, uint16x8_t b) { in test_vuzpq_u16()
11545 uint32x4x2_t test_vuzpq_u32(uint32x4_t a, uint32x4_t b) { in test_vuzpq_u32()
11551 float32x4x2_t test_vuzpq_f32(float32x4_t a, float32x4_t b) { in test_vuzpq_f32()
11557 poly8x16x2_t test_vuzpq_p8(poly8x16_t a, poly8x16_t b) { in test_vuzpq_p8()
11563 poly16x8x2_t test_vuzpq_p16(poly16x8_t a, poly16x8_t b) { in test_vuzpq_p16()
11570 int8x8x2_t test_vzip_s8(int8x8_t a, int8x8_t b) { in test_vzip_s8()
11576 int16x4x2_t test_vzip_s16(int16x4_t a, int16x4_t b) { in test_vzip_s16()
11582 int32x2x2_t test_vzip_s32(int32x2_t a, int32x2_t b) { in test_vzip_s32()
11588 uint8x8x2_t test_vzip_u8(uint8x8_t a, uint8x8_t b) { in test_vzip_u8()
11594 uint16x4x2_t test_vzip_u16(uint16x4_t a, uint16x4_t b) { in test_vzip_u16()
11600 uint32x2x2_t test_vzip_u32(uint32x2_t a, uint32x2_t b) { in test_vzip_u32()
11606 float32x2x2_t test_vzip_f32(float32x2_t a, float32x2_t b) { in test_vzip_f32()
11612 poly8x8x2_t test_vzip_p8(poly8x8_t a, poly8x8_t b) { in test_vzip_p8()
11618 poly16x4x2_t test_vzip_p16(poly16x4_t a, poly16x4_t b) { in test_vzip_p16()
11624 int8x16x2_t test_vzipq_s8(int8x16_t a, int8x16_t b) { in test_vzipq_s8()
11630 int16x8x2_t test_vzipq_s16(int16x8_t a, int16x8_t b) { in test_vzipq_s16()
11636 int32x4x2_t test_vzipq_s32(int32x4_t a, int32x4_t b) { in test_vzipq_s32()
11642 uint8x16x2_t test_vzipq_u8(uint8x16_t a, uint8x16_t b) { in test_vzipq_u8()
11648 uint16x8x2_t test_vzipq_u16(uint16x8_t a, uint16x8_t b) { in test_vzipq_u16()
11654 uint32x4x2_t test_vzipq_u32(uint32x4_t a, uint32x4_t b) { in test_vzipq_u32()
11660 float32x4x2_t test_vzipq_f32(float32x4_t a, float32x4_t b) { in test_vzipq_f32()
11666 poly8x16x2_t test_vzipq_p8(poly8x16_t a, poly8x16_t b) { in test_vzipq_p8()
11672 poly16x8x2_t test_vzipq_p16(poly16x8_t a, poly16x8_t b) { in test_vzipq_p16()