Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 5797) sorted by relevance

12345678910>>...232

/llvm-project/clang/test/CodeGen/
H A Daarch64-neon-misc.c
H A Daarch64-bf16-reinterpret-intrinsics.c
H A Darm-bf16-reinterpret-intrinsics.c15 bfloat16x4_t test_vreinterpret_bf16_s8(int8x8_t a) { return vreinterpret_bf16_s8(a); } in test_vreinterpret_bf16_s8()
21 bfloat16x4_t test_vreinterpret_bf16_s16(int16x4_t a) { return vreinterpret_bf16_s16(a); } in test_vreinterpret_bf16_s16()
27 bfloat16x4_t test_vreinterpret_bf16_s32(int32x2_t a) { return vreinterpret_bf16_s32(a); } in test_vreinterpret_bf16_s32()
33 bfloat16x4_t test_vreinterpret_bf16_f32(float32x2_t a) { return vreinterpret_bf16_f32(a); } in test_vreinterpret_bf16_f32()
39 bfloat16x4_t test_vreinterpret_bf16_u8(uint8x8_t a) { return vreinterpret_bf16_u8(a); } in test_vreinterpret_bf16_u8()
45 bfloat16x4_t test_vreinterpret_bf16_u16(uint16x4_t a) { return vreinterpret_bf16_u16(a); } in test_vreinterpret_bf16_u16()
51 bfloat16x4_t test_vreinterpret_bf16_u32(uint32x2_t a) { return vreinterpret_bf16_u32(a); } in test_vreinterpret_bf16_u32()
57 bfloat16x4_t test_vreinterpret_bf16_p8(poly8x8_t a) { return vreinterpret_bf16_p8(a); } in test_vreinterpret_bf16_p8()
63 bfloat16x4_t test_vreinterpret_bf16_p16(poly16x4_t a) { return vreinterpret_bf16_p16(a); } in test_vreinterpret_bf16_p16()
69 bfloat16x4_t test_vreinterpret_bf16_u64(uint64x1_t a) { return vreinterpret_bf16_u64(a); } in test_vreinterpret_bf16_u64()
[all …]
H A Daarch64-neon-across.c
H A Daarch64-v8.2a-fp16-intrinsics.c
H A Darm-v8.2a-neon-intrinsics.c13 float16x4_t test_vabs_f16(float16x4_t a) { in test_vabs_f16()
20 float16x8_t test_vabsq_f16(float16x8_t a) { in test_vabsq_f16()
28 uint16x4_t test_vceqz_f16(float16x4_t a) { in test_vceqz_f16()
36 uint16x8_t test_vceqzq_f16(float16x8_t a) { in test_vceqzq_f16()
44 uint16x4_t test_vcgez_f16(float16x4_t a) { in test_vcgez_f16()
52 uint16x8_t test_vcgezq_f16(float16x8_t a) { in test_vcgezq_f16()
60 uint16x4_t test_vcgtz_f16(float16x4_t a) { in test_vcgtz_f16()
68 uint16x8_t test_vcgtzq_f16(float16x8_t a) { in test_vcgtzq_f16()
76 uint16x4_t test_vclez_f16(float16x4_t a) { in test_vclez_f16()
84 uint16x8_t test_vclezq_f16(float16x8_t a) { in test_vclezq_f16()
[all …]
H A Daarch64-v8.2a-neon-intrinsics.c
H A Darm_neon_intrinsics.c16 int8x8_t test_vaba_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vaba_s8() argument
27 int16x4_t test_vaba_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vaba_s16() argument
38 int32x2_t test_vaba_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vaba_s32() argument
46 test_vaba_u8(uint8x8_t a,uint8x8_t b,uint8x8_t c) test_vaba_u8() argument
57 test_vaba_u16(uint16x4_t a,uint16x4_t b,uint16x4_t c) test_vaba_u16() argument
68 test_vaba_u32(uint32x2_t a,uint32x2_t b,uint32x2_t c) test_vaba_u32() argument
76 test_vabaq_s8(int8x16_t a,int8x16_t b,int8x16_t c) test_vabaq_s8() argument
87 test_vabaq_s16(int16x8_t a,int16x8_t b,int16x8_t c) test_vabaq_s16() argument
98 test_vabaq_s32(int32x4_t a,int32x4_t b,int32x4_t c) test_vabaq_s32() argument
106 test_vabaq_u8(uint8x16_t a,uint8x16_t b,uint8x16_t c) test_vabaq_u8() argument
117 test_vabaq_u16(uint16x8_t a,uint16x8_t b,uint16x8_t c) test_vabaq_u16() argument
128 test_vabaq_u32(uint32x4_t a,uint32x4_t b,uint32x4_t c) test_vabaq_u32() argument
137 test_vabal_s8(int16x8_t a,int8x8_t b,int8x8_t c) test_vabal_s8() argument
150 test_vabal_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vabal_s16() argument
163 test_vabal_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vabal_s32() argument
172 test_vabal_u8(uint16x8_t a,uint8x8_t b,uint8x8_t c) test_vabal_u8() argument
185 test_vabal_u16(uint32x4_t a,uint16x4_t b,uint16x4_t c) test_vabal_u16() argument
198 test_vabal_u32(uint64x2_t a,uint32x2_t b,uint32x2_t c) test_vabal_u32() argument
205 test_vabd_s8(int8x8_t a,int8x8_t b) test_vabd_s8() argument
215 test_vabd_s16(int16x4_t a,int16x4_t b) test_vabd_s16() argument
225 test_vabd_s32(int32x2_t a,int32x2_t b) test_vabd_s32() argument
232 test_vabd_u8(uint8x8_t a,uint8x8_t b) test_vabd_u8() argument
242 test_vabd_u16(uint16x4_t a,uint16x4_t b) test_vabd_u16() argument
252 test_vabd_u32(uint32x2_t a,uint32x2_t b) test_vabd_u32() argument
262 test_vabd_f32(float32x2_t a,float32x2_t b) test_vabd_f32() argument
269 test_vabdq_s8(int8x16_t a,int8x16_t b) test_vabdq_s8() argument
279 test_vabdq_s16(int16x8_t a,int16x8_t b) test_vabdq_s16() argument
289 test_vabdq_s32(int32x4_t a,int32x4_t b) test_vabdq_s32() argument
296 test_vabdq_u8(uint8x16_t a,uint8x16_t b) test_vabdq_u8() argument
306 test_vabdq_u16(uint16x8_t a,uint16x8_t b) test_vabdq_u16() argument
316 test_vabdq_u32(uint32x4_t a,uint32x4_t b) test_vabdq_u32() argument
326 test_vabdq_f32(float32x4_t a,float32x4_t b) test_vabdq_f32() argument
334 test_vabdl_s8(int8x8_t a,int8x8_t b) test_vabdl_s8() argument
346 test_vabdl_s16(int16x4_t a,int16x4_t b) test_vabdl_s16() argument
358 test_vabdl_s32(int32x2_t a,int32x2_t b) test_vabdl_s32() argument
366 test_vabdl_u8(uint8x8_t a,uint8x8_t b) test_vabdl_u8() argument
378 test_vabdl_u16(uint16x4_t a,uint16x4_t b) test_vabdl_u16() argument
390 test_vabdl_u32(uint32x2_t a,uint32x2_t b) test_vabdl_u32() argument
397 test_vabs_s8(int8x8_t a) test_vabs_s8() argument
405 test_vabs_s16(int16x4_t a) test_vabs_s16() argument
413 test_vabs_s32(int32x2_t a) test_vabs_s32() argument
421 test_vabs_f32(float32x2_t a) test_vabs_f32() argument
428 test_vabsq_s8(int8x16_t a) test_vabsq_s8() argument
436 test_vabsq_s16(int16x8_t a) test_vabsq_s16() argument
444 test_vabsq_s32(int32x4_t a) test_vabsq_s32() argument
452 test_vabsq_f32(float32x4_t a) test_vabsq_f32() argument
459 test_vadd_s8(int8x8_t a,int8x8_t b) test_vadd_s8() argument
466 test_vadd_s16(int16x4_t a,int16x4_t b) test_vadd_s16() argument
473 test_vadd_s32(int32x2_t a,int32x2_t b) test_vadd_s32() argument
480 test_vadd_s64(int64x1_t a,int64x1_t b) test_vadd_s64() argument
487 test_vadd_f32(float32x2_t a,float32x2_t b) test_vadd_f32() argument
494 test_vadd_u8(uint8x8_t a,uint8x8_t b) test_vadd_u8() argument
501 test_vadd_u16(uint16x4_t a,uint16x4_t b) test_vadd_u16() argument
508 test_vadd_u32(uint32x2_t a,uint32x2_t b) test_vadd_u32() argument
515 test_vadd_u64(uint64x1_t a,uint64x1_t b) test_vadd_u64() argument
522 test_vaddq_s8(int8x16_t a,int8x16_t b) test_vaddq_s8() argument
529 test_vaddq_s16(int16x8_t a,int16x8_t b) test_vaddq_s16() argument
536 test_vaddq_s32(int32x4_t a,int32x4_t b) test_vaddq_s32() argument
543 test_vaddq_s64(int64x2_t a,int64x2_t b) test_vaddq_s64() argument
550 test_vaddq_f32(float32x4_t a,float32x4_t b) test_vaddq_f32() argument
557 test_vaddq_u8(uint8x16_t a,uint8x16_t b) test_vaddq_u8() argument
564 test_vaddq_u16(uint16x8_t a,uint16x8_t b) test_vaddq_u16() argument
571 test_vaddq_u32(uint32x4_t a,uint32x4_t b) test_vaddq_u32() argument
578 test_vaddq_u64(uint64x2_t a,uint64x2_t b) test_vaddq_u64() argument
589 test_vaddhn_s16(int16x8_t a,int16x8_t b) test_vaddhn_s16() argument
600 test_vaddhn_s32(int32x4_t a,int32x4_t b) test_vaddhn_s32() argument
611 test_vaddhn_s64(int64x2_t a,int64x2_t b) test_vaddhn_s64() argument
622 test_vaddhn_u16(uint16x8_t a,uint16x8_t b) test_vaddhn_u16() argument
633 test_vaddhn_u32(uint32x4_t a,uint32x4_t b) test_vaddhn_u32() argument
644 test_vaddhn_u64(uint64x2_t a,uint64x2_t b) test_vaddhn_u64() argument
653 test_vaddl_s8(int8x8_t a,int8x8_t b) test_vaddl_s8() argument
664 test_vaddl_s16(int16x4_t a,int16x4_t b) test_vaddl_s16() argument
675 test_vaddl_s32(int32x2_t a,int32x2_t b) test_vaddl_s32() argument
684 test_vaddl_u8(uint8x8_t a,uint8x8_t b) test_vaddl_u8() argument
695 test_vaddl_u16(uint16x4_t a,uint16x4_t b) test_vaddl_u16() argument
706 test_vaddl_u32(uint32x2_t a,uint32x2_t b) test_vaddl_u32() argument
714 test_vaddw_s8(int16x8_t a,int8x8_t b) test_vaddw_s8() argument
723 test_vaddw_s16(int32x4_t a,int16x4_t b) test_vaddw_s16() argument
732 test_vaddw_s32(int64x2_t a,int32x2_t b) test_vaddw_s32() argument
740 test_vaddw_u8(uint16x8_t a,uint8x8_t b) test_vaddw_u8() argument
749 test_vaddw_u16(uint32x4_t a,uint16x4_t b) test_vaddw_u16() argument
758 test_vaddw_u32(uint64x2_t a,uint32x2_t b) test_vaddw_u32() argument
765 test_vand_s8(int8x8_t a,int8x8_t b) test_vand_s8() argument
772 test_vand_s16(int16x4_t a,int16x4_t b) test_vand_s16() argument
779 test_vand_s32(int32x2_t a,int32x2_t b) test_vand_s32() argument
786 test_vand_s64(int64x1_t a,int64x1_t b) test_vand_s64() argument
793 test_vand_u8(uint8x8_t a,uint8x8_t b) test_vand_u8() argument
800 test_vand_u16(uint16x4_t a,uint16x4_t b) test_vand_u16() argument
807 test_vand_u32(uint32x2_t a,uint32x2_t b) test_vand_u32() argument
814 test_vand_u64(uint64x1_t a,uint64x1_t b) test_vand_u64() argument
821 test_vandq_s8(int8x16_t a,int8x16_t b) test_vandq_s8() argument
828 test_vandq_s16(int16x8_t a,int16x8_t b) test_vandq_s16() argument
835 test_vandq_s32(int32x4_t a,int32x4_t b) test_vandq_s32() argument
842 test_vandq_s64(int64x2_t a,int64x2_t b) test_vandq_s64() argument
849 test_vandq_u8(uint8x16_t a,uint8x16_t b) test_vandq_u8() argument
856 test_vandq_u16(uint16x8_t a,uint16x8_t b) test_vandq_u16() argument
863 test_vandq_u32(uint32x4_t a,uint32x4_t b) test_vandq_u32() argument
870 test_vandq_u64(uint64x2_t a,uint64x2_t b) test_vandq_u64() argument
878 test_vbic_s8(int8x8_t a,int8x8_t b) test_vbic_s8() argument
886 test_vbic_s16(int16x4_t a,int16x4_t b) test_vbic_s16() argument
894 test_vbic_s32(int32x2_t a,int32x2_t b) test_vbic_s32() argument
902 test_vbic_s64(int64x1_t a,int64x1_t b) test_vbic_s64() argument
910 test_vbic_u8(uint8x8_t a,uint8x8_t b) test_vbic_u8() argument
918 test_vbic_u16(uint16x4_t a,uint16x4_t b) test_vbic_u16() argument
926 test_vbic_u32(uint32x2_t a,uint32x2_t b) test_vbic_u32() argument
934 test_vbic_u64(uint64x1_t a,uint64x1_t b) test_vbic_u64() argument
942 test_vbicq_s8(int8x16_t a,int8x16_t b) test_vbicq_s8() argument
950 test_vbicq_s16(int16x8_t a,int16x8_t b) test_vbicq_s16() argument
958 test_vbicq_s32(int32x4_t a,int32x4_t b) test_vbicq_s32() argument
966 test_vbicq_s64(int64x2_t a,int64x2_t b) test_vbicq_s64() argument
974 test_vbicq_u8(uint8x16_t a,uint8x16_t b) test_vbicq_u8() argument
982 test_vbicq_u16(uint16x8_t a,uint16x8_t b) test_vbicq_u16() argument
990 test_vbicq_u32(uint32x4_t a,uint32x4_t b) test_vbicq_u32() argument
998 test_vbicq_u64(uint64x2_t a,uint64x2_t b) test_vbicq_u64() argument
1005 test_vbsl_s8(uint8x8_t a,int8x8_t b,int8x8_t c) test_vbsl_s8() argument
1016 test_vbsl_s16(uint16x4_t a,int16x4_t b,int16x4_t c) test_vbsl_s16() argument
1027 test_vbsl_s32(uint32x2_t a,int32x2_t b,int32x2_t c) test_vbsl_s32() argument
1038 test_vbsl_s64(uint64x1_t a,int64x1_t b,int64x1_t c) test_vbsl_s64() argument
1045 test_vbsl_u8(uint8x8_t a,uint8x8_t b,uint8x8_t c) test_vbsl_u8() argument
1056 test_vbsl_u16(uint16x4_t a,uint16x4_t b,uint16x4_t c) test_vbsl_u16() argument
1067 test_vbsl_u32(uint32x2_t a,uint32x2_t b,uint32x2_t c) test_vbsl_u32() argument
1078 test_vbsl_u64(uint64x1_t a,uint64x1_t b,uint64x1_t c) test_vbsl_u64() argument
1089 test_vbsl_f32(uint32x2_t a,float32x2_t b,float32x2_t c) test_vbsl_f32() argument
1096 test_vbsl_p8(uint8x8_t a,poly8x8_t b,poly8x8_t c) test_vbsl_p8() argument
1107 test_vbsl_p16(uint16x4_t a,poly16x4_t b,poly16x4_t c) test_vbsl_p16() argument
1114 test_vbslq_s8(uint8x16_t a,int8x16_t b,int8x16_t c) test_vbslq_s8() argument
1125 test_vbslq_s16(uint16x8_t a,int16x8_t b,int16x8_t c) test_vbslq_s16() argument
1136 test_vbslq_s32(uint32x4_t a,int32x4_t b,int32x4_t c) test_vbslq_s32() argument
1147 test_vbslq_s64(uint64x2_t a,int64x2_t b,int64x2_t c) test_vbslq_s64() argument
1154 test_vbslq_u8(uint8x16_t a,uint8x16_t b,uint8x16_t c) test_vbslq_u8() argument
1165 test_vbslq_u16(uint16x8_t a,uint16x8_t b,uint16x8_t c) test_vbslq_u16() argument
1176 test_vbslq_u32(uint32x4_t a,uint32x4_t b,uint32x4_t c) test_vbslq_u32() argument
1187 test_vbslq_u64(uint64x2_t a,uint64x2_t b,uint64x2_t c) test_vbslq_u64() argument
1198 test_vbslq_f32(uint32x4_t a,float32x4_t b,float32x4_t c) test_vbslq_f32() argument
1205 test_vbslq_p8(uint8x16_t a,poly8x16_t b,poly8x16_t c) test_vbslq_p8() argument
1216 test_vbslq_p16(uint16x8_t a,poly16x8_t b,poly16x8_t c) test_vbslq_p16() argument
1225 test_vcage_f32(float32x2_t a,float32x2_t b) test_vcage_f32() argument
1234 test_vcageq_f32(float32x4_t a,float32x4_t b) test_vcageq_f32() argument
1243 test_vcagt_f32(float32x2_t a,float32x2_t b) test_vcagt_f32() argument
1252 test_vcagtq_f32(float32x4_t a,float32x4_t b) test_vcagtq_f32() argument
1261 test_vcale_f32(float32x2_t a,float32x2_t b) test_vcale_f32() argument
1270 test_vcaleq_f32(float32x4_t a,float32x4_t b) test_vcaleq_f32() argument
1279 test_vcalt_f32(float32x2_t a,float32x2_t b) test_vcalt_f32() argument
1288 test_vcaltq_f32(float32x4_t a,float32x4_t b) test_vcaltq_f32() argument
1296 test_vceq_s8(int8x8_t a,int8x8_t b) test_vceq_s8() argument
1304 test_vceq_s16(int16x4_t a,int16x4_t b) test_vceq_s16() argument
1312 test_vceq_s32(int32x2_t a,int32x2_t b) test_vceq_s32() argument
1320 test_vceq_f32(float32x2_t a,float32x2_t b) test_vceq_f32() argument
1328 test_vceq_u8(uint8x8_t a,uint8x8_t b) test_vceq_u8() argument
1336 test_vceq_u16(uint16x4_t a,uint16x4_t b) test_vceq_u16() argument
1344 test_vceq_u32(uint32x2_t a,uint32x2_t b) test_vceq_u32() argument
1352 test_vceq_p8(poly8x8_t a,poly8x8_t b) test_vceq_p8() argument
1360 test_vceqq_s8(int8x16_t a,int8x16_t b) test_vceqq_s8() argument
1368 test_vceqq_s16(int16x8_t a,int16x8_t b) test_vceqq_s16() argument
1376 test_vceqq_s32(int32x4_t a,int32x4_t b) test_vceqq_s32() argument
1384 test_vceqq_f32(float32x4_t a,float32x4_t b) test_vceqq_f32() argument
1392 test_vceqq_u8(uint8x16_t a,uint8x16_t b) test_vceqq_u8() argument
1400 test_vceqq_u16(uint16x8_t a,uint16x8_t b) test_vceqq_u16() argument
1408 test_vceqq_u32(uint32x4_t a,uint32x4_t b) test_vceqq_u32() argument
1416 test_vceqq_p8(poly8x16_t a,poly8x16_t b) test_vceqq_p8() argument
1424 test_vcge_s8(int8x8_t a,int8x8_t b) test_vcge_s8() argument
1432 test_vcge_s16(int16x4_t a,int16x4_t b) test_vcge_s16() argument
1440 test_vcge_s32(int32x2_t a,int32x2_t b) test_vcge_s32() argument
1448 test_vcge_f32(float32x2_t a,float32x2_t b) test_vcge_f32() argument
1456 test_vcge_u8(uint8x8_t a,uint8x8_t b) test_vcge_u8() argument
1464 test_vcge_u16(uint16x4_t a,uint16x4_t b) test_vcge_u16() argument
1472 test_vcge_u32(uint32x2_t a,uint32x2_t b) test_vcge_u32() argument
1480 test_vcgeq_s8(int8x16_t a,int8x16_t b) test_vcgeq_s8() argument
1488 test_vcgeq_s16(int16x8_t a,int16x8_t b) test_vcgeq_s16() argument
1496 test_vcgeq_s32(int32x4_t a,int32x4_t b) test_vcgeq_s32() argument
1504 test_vcgeq_f32(float32x4_t a,float32x4_t b) test_vcgeq_f32() argument
1512 test_vcgeq_u8(uint8x16_t a,uint8x16_t b) test_vcgeq_u8() argument
1520 test_vcgeq_u16(uint16x8_t a,uint16x8_t b) test_vcgeq_u16() argument
1528 test_vcgeq_u32(uint32x4_t a,uint32x4_t b) test_vcgeq_u32() argument
1536 test_vcgt_s8(int8x8_t a,int8x8_t b) test_vcgt_s8() argument
1544 test_vcgt_s16(int16x4_t a,int16x4_t b) test_vcgt_s16() argument
1552 test_vcgt_s32(int32x2_t a,int32x2_t b) test_vcgt_s32() argument
1560 test_vcgt_f32(float32x2_t a,float32x2_t b) test_vcgt_f32() argument
1568 test_vcgt_u8(uint8x8_t a,uint8x8_t b) test_vcgt_u8() argument
1576 test_vcgt_u16(uint16x4_t a,uint16x4_t b) test_vcgt_u16() argument
1584 test_vcgt_u32(uint32x2_t a,uint32x2_t b) test_vcgt_u32() argument
1592 test_vcgtq_s8(int8x16_t a,int8x16_t b) test_vcgtq_s8() argument
1600 test_vcgtq_s16(int16x8_t a,int16x8_t b) test_vcgtq_s16() argument
1608 test_vcgtq_s32(int32x4_t a,int32x4_t b) test_vcgtq_s32() argument
1616 test_vcgtq_f32(float32x4_t a,float32x4_t b) test_vcgtq_f32() argument
1624 test_vcgtq_u8(uint8x16_t a,uint8x16_t b) test_vcgtq_u8() argument
1632 test_vcgtq_u16(uint16x8_t a,uint16x8_t b) test_vcgtq_u16() argument
1640 test_vcgtq_u32(uint32x4_t a,uint32x4_t b) test_vcgtq_u32() argument
1648 test_vcle_s8(int8x8_t a,int8x8_t b) test_vcle_s8() argument
1656 test_vcle_s16(int16x4_t a,int16x4_t b) test_vcle_s16() argument
1664 test_vcle_s32(int32x2_t a,int32x2_t b) test_vcle_s32() argument
1672 test_vcle_f32(float32x2_t a,float32x2_t b) test_vcle_f32() argument
1680 test_vcle_u8(uint8x8_t a,uint8x8_t b) test_vcle_u8() argument
1688 test_vcle_u16(uint16x4_t a,uint16x4_t b) test_vcle_u16() argument
1696 test_vcle_u32(uint32x2_t a,uint32x2_t b) test_vcle_u32() argument
1704 test_vcleq_s8(int8x16_t a,int8x16_t b) test_vcleq_s8() argument
1712 test_vcleq_s16(int16x8_t a,int16x8_t b) test_vcleq_s16() argument
1720 test_vcleq_s32(int32x4_t a,int32x4_t b) test_vcleq_s32() argument
1728 test_vcleq_f32(float32x4_t a,float32x4_t b) test_vcleq_f32() argument
1736 test_vcleq_u8(uint8x16_t a,uint8x16_t b) test_vcleq_u8() argument
1744 test_vcleq_u16(uint16x8_t a,uint16x8_t b) test_vcleq_u16() argument
1752 test_vcleq_u32(uint32x4_t a,uint32x4_t b) test_vcleq_u32() argument
1759 test_vcls_s8(int8x8_t a) test_vcls_s8() argument
1768 test_vcls_s16(int16x4_t a) test_vcls_s16() argument
1777 test_vcls_s32(int32x2_t a) test_vcls_s32() argument
1784 test_vcls_u8(uint8x8_t a) test_vcls_u8() argument
1793 test_vcls_u16(uint16x4_t a) test_vcls_u16() argument
1802 test_vcls_u32(uint32x2_t a) test_vcls_u32() argument
1809 test_vclsq_s8(int8x16_t a) test_vclsq_s8() argument
1818 test_vclsq_s16(int16x8_t a) test_vclsq_s16() argument
1827 test_vclsq_s32(int32x4_t a) test_vclsq_s32() argument
1834 test_vclsq_u8(uint8x16_t a) test_vclsq_u8() argument
1843 test_vclsq_u16(uint16x8_t a) test_vclsq_u16() argument
1852 test_vclsq_u32(uint32x4_t a) test_vclsq_u32() argument
1860 test_vclt_s8(int8x8_t a,int8x8_t b) test_vclt_s8() argument
1868 test_vclt_s16(int16x4_t a,int16x4_t b) test_vclt_s16() argument
1876 test_vclt_s32(int32x2_t a,int32x2_t b) test_vclt_s32() argument
1884 test_vclt_f32(float32x2_t a,float32x2_t b) test_vclt_f32() argument
1892 test_vclt_u8(uint8x8_t a,uint8x8_t b) test_vclt_u8() argument
1900 test_vclt_u16(uint16x4_t a,uint16x4_t b) test_vclt_u16() argument
1908 test_vclt_u32(uint32x2_t a,uint32x2_t b) test_vclt_u32() argument
1916 test_vcltq_s8(int8x16_t a,int8x16_t b) test_vcltq_s8() argument
1924 test_vcltq_s16(int16x8_t a,int16x8_t b) test_vcltq_s16() argument
1932 test_vcltq_s32(int32x4_t a,int32x4_t b) test_vcltq_s32() argument
1940 test_vcltq_f32(float32x4_t a,float32x4_t b) test_vcltq_f32() argument
1948 test_vcltq_u8(uint8x16_t a,uint8x16_t b) test_vcltq_u8() argument
1956 test_vcltq_u16(uint16x8_t a,uint16x8_t b) test_vcltq_u16() argument
1964 test_vcltq_u32(uint32x4_t a,uint32x4_t b) test_vcltq_u32() argument
1971 test_vclz_s8(int8x8_t a) test_vclz_s8() argument
1980 test_vclz_s16(int16x4_t a) test_vclz_s16() argument
1989 test_vclz_s32(int32x2_t a) test_vclz_s32() argument
1996 test_vclz_u8(uint8x8_t a) test_vclz_u8() argument
2005 test_vclz_u16(uint16x4_t a) test_vclz_u16() argument
2014 test_vclz_u32(uint32x2_t a) test_vclz_u32() argument
2021 test_vclzq_s8(int8x16_t a) test_vclzq_s8() argument
2030 test_vclzq_s16(int16x8_t a) test_vclzq_s16() argument
2039 test_vclzq_s32(int32x4_t a) test_vclzq_s32() argument
2046 test_vclzq_u8(uint8x16_t a) test_vclzq_u8() argument
2055 test_vclzq_u16(uint16x8_t a) test_vclzq_u16() argument
2064 test_vclzq_u32(uint32x4_t a) test_vclzq_u32() argument
2071 test_vcnt_u8(uint8x8_t a) test_vcnt_u8() argument
2078 test_vcnt_s8(int8x8_t a) test_vcnt_s8() argument
2085 test_vcnt_p8(poly8x8_t a) test_vcnt_p8() argument
2092 test_vcntq_u8(uint8x16_t a) test_vcntq_u8() argument
2099 test_vcntq_s8(int8x16_t a) test_vcntq_s8() argument
2106 test_vcntq_p8(poly8x16_t a) test_vcntq_p8() argument
2113 test_vcombine_s8(int8x8_t a,int8x8_t b) test_vcombine_s8() argument
2120 test_vcombine_s16(int16x4_t a,int16x4_t b) test_vcombine_s16() argument
2127 test_vcombine_s32(int32x2_t a,int32x2_t b) test_vcombine_s32() argument
2134 test_vcombine_s64(int64x1_t a,int64x1_t b) test_vcombine_s64() argument
2141 test_vcombine_f16(float16x4_t a,float16x4_t b) test_vcombine_f16() argument
2148 test_vcombine_f32(float32x2_t a,float32x2_t b) test_vcombine_f32() argument
2155 test_vcombine_u8(uint8x8_t a,uint8x8_t b) test_vcombine_u8() argument
2162 test_vcombine_u16(uint16x4_t a,uint16x4_t b) test_vcombine_u16() argument
2169 test_vcombine_u32(uint32x2_t a,uint32x2_t b) test_vcombine_u32() argument
2176 test_vcombine_u64(uint64x1_t a,uint64x1_t b) test_vcombine_u64() argument
2183 test_vcombine_p8(poly8x8_t a,poly8x8_t b) test_vcombine_p8() argument
2190 test_vcombine_p16(poly16x4_t a,poly16x4_t b) test_vcombine_p16() argument
2198 test_vcreate_s8(uint64_t a) test_vcreate_s8() argument
2215 test_vcreate_s16(uint64_t a) test_vcreate_s16() argument
2225 test_vcreate_s32(uint64_t a) test_vcreate_s32() argument
2232 test_vcreate_f16(uint64_t a) test_vcreate_f16() argument
2239 test_vcreate_f32(uint64_t a) test_vcreate_f32() argument
2247 test_vcreate_u8(uint64_t a) test_vcreate_u8() argument
2257 test_vcreate_u16(uint64_t a) test_vcreate_u16() argument
2267 test_vcreate_u32(uint64_t a) test_vcreate_u32() argument
2275 test_vcreate_u64(uint64_t a) test_vcreate_u64() argument
2284 test_vcreate_p8(uint64_t a) test_vcreate_p8() argument
2296 test_vcreate_p16(uint64_t a) test_vcreate_p16() argument
2305 test_vcreate_s64(uint64_t a) test_vcreate_s64() argument
2316 test_vcvt_f16_f32(float32x4_t a) test_vcvt_f16_f32() argument
2324 test_vcvt_f32_s32(int32x2_t a) test_vcvt_f32_s32() argument
2332 test_vcvt_f32_u32(uint32x2_t a) test_vcvt_f32_u32() argument
2340 test_vcvtq_f32_s32(int32x4_t a) test_vcvtq_f32_s32() argument
2348 test_vcvtq_f32_u32(uint32x4_t a) test_vcvtq_f32_u32() argument
2358 test_vcvt_f32_f16(float16x4_t a) test_vcvt_f32_f16() argument
2367 test_vcvt_n_f32_s32(int32x2_t a) test_vcvt_n_f32_s32() argument
2376 test_vcvt_n_f32_u32(uint32x2_t a) test_vcvt_n_f32_u32() argument
2385 test_vcvtq_n_f32_s32(int32x4_t a) test_vcvtq_n_f32_s32() argument
2394 test_vcvtq_n_f32_u32(uint32x4_t a) test_vcvtq_n_f32_u32() argument
2403 test_vcvt_n_s32_f32(float32x2_t a) test_vcvt_n_s32_f32() argument
2412 test_vcvtq_n_s32_f32(float32x4_t a) test_vcvtq_n_s32_f32() argument
2421 test_vcvt_n_u32_f32(float32x2_t a) test_vcvt_n_u32_f32() argument
2430 test_vcvtq_n_u32_f32(float32x4_t a) test_vcvtq_n_u32_f32() argument
2438 test_vcvt_s32_f32(float32x2_t a) test_vcvt_s32_f32() argument
2446 test_vcvtq_s32_f32(float32x4_t a) test_vcvtq_s32_f32() argument
2454 test_vcvt_u32_f32(float32x2_t a) test_vcvt_u32_f32() argument
2462 test_vcvtq_u32_f32(float32x4_t a) test_vcvtq_u32_f32() argument
2469 test_vdup_lane_u8(uint8x8_t a) test_vdup_lane_u8() argument
2478 test_vdup_lane_u16(uint16x4_t a) test_vdup_lane_u16() argument
2487 test_vdup_lane_u32(uint32x2_t a) test_vdup_lane_u32() argument
2494 test_vdup_lane_s8(int8x8_t a) test_vdup_lane_s8() argument
2503 test_vdup_lane_s16(int16x4_t a) test_vdup_lane_s16() argument
2512 test_vdup_lane_s32(int32x2_t a) test_vdup_lane_s32() argument
2519 test_vdup_lane_p8(poly8x8_t a) test_vdup_lane_p8() argument
2528 test_vdup_lane_p16(poly16x4_t a) test_vdup_lane_p16() argument
2537 test_vdup_lane_f32(float32x2_t a) test_vdup_lane_f32() argument
2544 test_vdupq_lane_u8(uint8x8_t a) test_vdupq_lane_u8() argument
2553 test_vdupq_lane_u16(uint16x4_t a) test_vdupq_lane_u16() argument
2562 test_vdupq_lane_u32(uint32x2_t a) test_vdupq_lane_u32() argument
2569 test_vdupq_lane_s8(int8x8_t a) test_vdupq_lane_s8() argument
2578 test_vdupq_lane_s16(int16x4_t a) test_vdupq_lane_s16() argument
2587 test_vdupq_lane_s32(int32x2_t a) test_vdupq_lane_s32() argument
2594 test_vdupq_lane_p8(poly8x8_t a) test_vdupq_lane_p8() argument
2603 test_vdupq_lane_p16(poly16x4_t a) test_vdupq_lane_p16() argument
2612 test_vdupq_lane_f32(float32x2_t a) test_vdupq_lane_f32() argument
2621 test_vdup_lane_s64(int64x1_t a) test_vdup_lane_s64() argument
2630 test_vdup_lane_u64(uint64x1_t a) test_vdup_lane_u64() argument
2639 test_vdupq_lane_s64(int64x1_t a) test_vdupq_lane_s64() argument
2648 test_vdupq_lane_u64(uint64x1_t a) test_vdupq_lane_u64() argument
2662 test_vdup_n_u8(uint8_t a) test_vdup_n_u8() argument
2672 test_vdup_n_u16(uint16_t a) test_vdup_n_u16() argument
2680 test_vdup_n_u32(uint32_t a) test_vdup_n_u32() argument
2694 test_vdup_n_s8(int8_t a) test_vdup_n_s8() argument
2704 test_vdup_n_s16(int16_t a) test_vdup_n_s16() argument
2712 test_vdup_n_s32(int32_t a) test_vdup_n_s32() argument
2726 test_vdup_n_p8(poly8_t a) test_vdup_n_p8() argument
2736 test_vdup_n_p16(poly16_t a) test_vdup_n_p16() argument
2747 test_vdup_n_f16(float16_t * a) test_vdup_n_f16() argument
2755 test_vdup_n_f32(float32_t a) test_vdup_n_f32() argument
2777 test_vdupq_n_u8(uint8_t a) test_vdupq_n_u8() argument
2791 test_vdupq_n_u16(uint16_t a) test_vdupq_n_u16() argument
2801 test_vdupq_n_u32(uint32_t a) test_vdupq_n_u32() argument
2823 test_vdupq_n_s8(int8_t a) test_vdupq_n_s8() argument
2837 test_vdupq_n_s16(int16_t a) test_vdupq_n_s16() argument
2847 test_vdupq_n_s32(int32_t a) test_vdupq_n_s32() argument
2869 test_vdupq_n_p8(poly8_t a) test_vdupq_n_p8() argument
2883 test_vdupq_n_p16(poly16_t a) test_vdupq_n_p16() argument
2898 test_vdupq_n_f16(float16_t * a) test_vdupq_n_f16() argument
2908 test_vdupq_n_f32(float32_t a) test_vdupq_n_f32() argument
2916 test_vdup_n_s64(int64_t a) test_vdup_n_s64() argument
2925 test_vdup_n_u64(uint64_t a) test_vdup_n_u64() argument
2935 test_vdupq_n_s64(int64_t a) test_vdupq_n_s64() argument
2945 test_vdupq_n_u64(uint64_t a) test_vdupq_n_u64() argument
2953 test_veor_s8(int8x8_t a,int8x8_t b) test_veor_s8() argument
2960 test_veor_s16(int16x4_t a,int16x4_t b) test_veor_s16() argument
2967 test_veor_s32(int32x2_t a,int32x2_t b) test_veor_s32() argument
2974 test_veor_s64(int64x1_t a,int64x1_t b) test_veor_s64() argument
2981 test_veor_u8(uint8x8_t a,uint8x8_t b) test_veor_u8() argument
2988 test_veor_u16(uint16x4_t a,uint16x4_t b) test_veor_u16() argument
2995 test_veor_u32(uint32x2_t a,uint32x2_t b) test_veor_u32() argument
3002 test_veor_u64(uint64x1_t a,uint64x1_t b) test_veor_u64() argument
3009 test_veorq_s8(int8x16_t a,int8x16_t b) test_veorq_s8() argument
3016 test_veorq_s16(int16x8_t a,int16x8_t b) test_veorq_s16() argument
3023 test_veorq_s32(int32x4_t a,int32x4_t b) test_veorq_s32() argument
3030 test_veorq_s64(int64x2_t a,int64x2_t b) test_veorq_s64() argument
3037 test_veorq_u8(uint8x16_t a,uint8x16_t b) test_veorq_u8() argument
3044 test_veorq_u16(uint16x8_t a,uint16x8_t b) test_veorq_u16() argument
3051 test_veorq_u32(uint32x4_t a,uint32x4_t b) test_veorq_u32() argument
3058 test_veorq_u64(uint64x2_t a,uint64x2_t b) test_veorq_u64() argument
3065 test_vext_s8(int8x8_t a,int8x8_t b) test_vext_s8() argument
3072 test_vext_u8(uint8x8_t a,uint8x8_t b) test_vext_u8() argument
3079 test_vext_p8(poly8x8_t a,poly8x8_t b) test_vext_p8() argument
3090 test_vext_s16(int16x4_t a,int16x4_t b) test_vext_s16() argument
3101 test_vext_u16(uint16x4_t a,uint16x4_t b) test_vext_u16() argument
3112 test_vext_p16(poly16x4_t a,poly16x4_t b) test_vext_p16() argument
3123 test_vext_s32(int32x2_t a,int32x2_t b) test_vext_s32() argument
3134 test_vext_u32(uint32x2_t a,uint32x2_t b) test_vext_u32() argument
3145 test_vext_s64(int64x1_t a,int64x1_t b) test_vext_s64() argument
3156 test_vext_u64(uint64x1_t a,uint64x1_t b) test_vext_u64() argument
3167 test_vext_f32(float32x2_t a,float32x2_t b) test_vext_f32() argument
3174 test_vextq_s8(int8x16_t a,int8x16_t b) test_vextq_s8() argument
3181 test_vextq_u8(uint8x16_t a,uint8x16_t b) test_vextq_u8() argument
3188 test_vextq_p8(poly8x16_t a,poly8x16_t b) test_vextq_p8() argument
3199 test_vextq_s16(int16x8_t a,int16x8_t b) test_vextq_s16() argument
3210 test_vextq_u16(uint16x8_t a,uint16x8_t b) test_vextq_u16() argument
3221 test_vextq_p16(poly16x8_t a,poly16x8_t b) test_vextq_p16() argument
3232 test_vextq_s32(int32x4_t a,int32x4_t b) test_vextq_s32() argument
3243 test_vextq_u32(uint32x4_t a,uint32x4_t b) test_vextq_u32() argument
3254 test_vextq_s64(int64x2_t a,int64x2_t b) test_vextq_s64() argument
3265 test_vextq_u64(uint64x2_t a,uint64x2_t b) test_vextq_u64() argument
3276 test_vextq_f32(float32x4_t a,float32x4_t b) test_vextq_f32() argument
3286 test_vfma_f32(float32x2_t a,float32x2_t b,float32x2_t c) test_vfma_f32() argument
3296 test_vfmaq_f32(float32x4_t a,float32x4_t b,float32x4_t c) test_vfmaq_f32() argument
3307 test_vfms_f32(float32x2_t a,float32x2_t b,float32x2_t c) test_vfms_f32() argument
3318 test_vfmsq_f32(float32x4_t a,float32x4_t b,float32x4_t c) test_vfmsq_f32() argument
3325 test_vget_high_s8(int8x16_t a) test_vget_high_s8() argument
3332 test_vget_high_s16(int16x8_t a) test_vget_high_s16() argument
3339 test_vget_high_s32(int32x4_t a) test_vget_high_s32() argument
3346 test_vget_high_s64(int64x2_t a) test_vget_high_s64() argument
3353 test_vget_high_f16(float16x8_t a) test_vget_high_f16() argument
3360 test_vget_high_f32(float32x4_t a) test_vget_high_f32() argument
3367 test_vget_high_u8(uint8x16_t a) test_vget_high_u8() argument
3374 test_vget_high_u16(uint16x8_t a) test_vget_high_u16() argument
3381 test_vget_high_u32(uint32x4_t a) test_vget_high_u32() argument
3388 test_vget_high_u64(uint64x2_t a) test_vget_high_u64() argument
3395 test_vget_high_p8(poly8x16_t a) test_vget_high_p8() argument
3402 test_vget_high_p16(poly16x8_t a) test_vget_high_p16() argument
3409 test_vget_lane_u8(uint8x8_t a) test_vget_lane_u8() argument
3416 test_vget_lane_u16(uint16x4_t a) test_vget_lane_u16() argument
3423 test_vget_lane_u32(uint32x2_t a) test_vget_lane_u32() argument
3430 test_vget_lane_s8(int8x8_t a) test_vget_lane_s8() argument
3437 test_vget_lane_s16(int16x4_t a) test_vget_lane_s16() argument
3444 test_vget_lane_s32(int32x2_t a) test_vget_lane_s32() argument
3451 test_vget_lane_p8(poly8x8_t a) test_vget_lane_p8() argument
3458 test_vget_lane_p16(poly16x4_t a) test_vget_lane_p16() argument
3465 test_vget_lane_f32(float32x2_t a) test_vget_lane_f32() argument
3479 test_vget_lane_f16(float16x4_t a) test_vget_lane_f16() argument
3486 test_vgetq_lane_u8(uint8x16_t a) test_vgetq_lane_u8() argument
3493 test_vgetq_lane_u16(uint16x8_t a) test_vgetq_lane_u16() argument
3500 test_vgetq_lane_u32(uint32x4_t a) test_vgetq_lane_u32() argument
3507 test_vgetq_lane_s8(int8x16_t a) test_vgetq_lane_s8() argument
3514 test_vgetq_lane_s16(int16x8_t a) test_vgetq_lane_s16() argument
3521 test_vgetq_lane_s32(int32x4_t a) test_vgetq_lane_s32() argument
3528 test_vgetq_lane_p8(poly8x16_t a) test_vgetq_lane_p8() argument
3535 test_vgetq_lane_p16(poly16x8_t a) test_vgetq_lane_p16() argument
3542 test_vgetq_lane_f32(float32x4_t a) test_vgetq_lane_f32() argument
3556 test_vgetq_lane_f16(float16x8_t a) test_vgetq_lane_f16() argument
3563 test_vget_lane_s64(int64x1_t a) test_vget_lane_s64() argument
3570 test_vget_lane_u64(uint64x1_t a) test_vget_lane_u64() argument
3577 test_vgetq_lane_s64(int64x2_t a) test_vgetq_lane_s64() argument
3584 test_vgetq_lane_u64(uint64x2_t a) test_vgetq_lane_u64() argument
3591 test_vget_low_s8(int8x16_t a) test_vget_low_s8() argument
3598 test_vget_low_s16(int16x8_t a) test_vget_low_s16() argument
3605 test_vget_low_s32(int32x4_t a) test_vget_low_s32() argument
3612 test_vget_low_s64(int64x2_t a) test_vget_low_s64() argument
3619 test_vget_low_f16(float16x8_t a) test_vget_low_f16() argument
3626 test_vget_low_f32(float32x4_t a) test_vget_low_f32() argument
3633 test_vget_low_u8(uint8x16_t a) test_vget_low_u8() argument
3640 test_vget_low_u16(uint16x8_t a) test_vget_low_u16() argument
3647 test_vget_low_u32(uint32x4_t a) test_vget_low_u32() argument
3654 test_vget_low_u64(uint64x2_t a) test_vget_low_u64() argument
3661 test_vget_low_p8(poly8x16_t a) test_vget_low_p8() argument
3668 test_vget_low_p16(poly16x8_t a) test_vget_low_p16() argument
3675 test_vhadd_s8(int8x8_t a,int8x8_t b) test_vhadd_s8() argument
3685 test_vhadd_s16(int16x4_t a,int16x4_t b) test_vhadd_s16() argument
3695 test_vhadd_s32(int32x2_t a,int32x2_t b) test_vhadd_s32() argument
3702 test_vhadd_u8(uint8x8_t a,uint8x8_t b) test_vhadd_u8() argument
3712 test_vhadd_u16(uint16x4_t a,uint16x4_t b) test_vhadd_u16() argument
3722 test_vhadd_u32(uint32x2_t a,uint32x2_t b) test_vhadd_u32() argument
3729 test_vhaddq_s8(int8x16_t a,int8x16_t b) test_vhaddq_s8() argument
3739 test_vhaddq_s16(int16x8_t a,int16x8_t b) test_vhaddq_s16() argument
3749 test_vhaddq_s32(int32x4_t a,int32x4_t b) test_vhaddq_s32() argument
3756 test_vhaddq_u8(uint8x16_t a,uint8x16_t b) test_vhaddq_u8() argument
3766 test_vhaddq_u16(uint16x8_t a,uint16x8_t b) test_vhaddq_u16() argument
3776 test_vhaddq_u32(uint32x4_t a,uint32x4_t b) test_vhaddq_u32() argument
3783 test_vhsub_s8(int8x8_t a,int8x8_t b) test_vhsub_s8() argument
3793 test_vhsub_s16(int16x4_t a,int16x4_t b) test_vhsub_s16() argument
3803 test_vhsub_s32(int32x2_t a,int32x2_t b) test_vhsub_s32() argument
3810 test_vhsub_u8(uint8x8_t a,uint8x8_t b) test_vhsub_u8() argument
3820 test_vhsub_u16(uint16x4_t a,uint16x4_t b) test_vhsub_u16() argument
3830 test_vhsub_u32(uint32x2_t a,uint32x2_t b) test_vhsub_u32() argument
3837 test_vhsubq_s8(int8x16_t a,int8x16_t b) test_vhsubq_s8() argument
3847 test_vhsubq_s16(int16x8_t a,int16x8_t b) test_vhsubq_s16() argument
3857 test_vhsubq_s32(int32x4_t a,int32x4_t b) test_vhsubq_s32() argument
3864 test_vhsubq_u8(uint8x16_t a,uint8x16_t b) test_vhsubq_u8() argument
3874 test_vhsubq_u16(uint16x8_t a,uint16x8_t b) test_vhsubq_u16() argument
3884 test_vhsubq_u32(uint32x4_t a,uint32x4_t b) test_vhsubq_u32() argument
3891 test_vld1q_u8(uint8_t const * a) test_vld1q_u8() argument
3898 test_vld1q_u16(uint16_t const * a) test_vld1q_u16() argument
3905 test_vld1q_u32(uint32_t const * a) test_vld1q_u32() argument
3912 test_vld1q_u64(uint64_t const * a) test_vld1q_u64() argument
3919 test_vld1q_s8(int8_t const * a) test_vld1q_s8() argument
3926 test_vld1q_s16(int16_t const * a) test_vld1q_s16() argument
3933 test_vld1q_s32(int32_t const * a) test_vld1q_s32() argument
3940 test_vld1q_s64(int64_t const * a) test_vld1q_s64() argument
3947 test_vld1q_f16(float16_t const * a) test_vld1q_f16() argument
3954 test_vld1q_f32(float32_t const * a) test_vld1q_f32() argument
3961 test_vld1q_p8(poly8_t const * a) test_vld1q_p8() argument
3968 test_vld1q_p16(poly16_t const * a) test_vld1q_p16() argument
3975 test_vld1_u8(uint8_t const * a) test_vld1_u8() argument
3982 test_vld1_u16(uint16_t const * a) test_vld1_u16() argument
3989 test_vld1_u32(uint32_t const * a) test_vld1_u32() argument
3996 test_vld1_u64(uint64_t const * a) test_vld1_u64() argument
4003 test_vld1_s8(int8_t const * a) test_vld1_s8() argument
4010 test_vld1_s16(int16_t const * a) test_vld1_s16() argument
4017 test_vld1_s32(int32_t const * a) test_vld1_s32() argument
4024 test_vld1_s64(int64_t const * a) test_vld1_s64() argument
4031 test_vld1_f16(float16_t const * a) test_vld1_f16() argument
4038 test_vld1_f32(float32_t const * a) test_vld1_f32() argument
4045 test_vld1_p8(poly8_t const * a) test_vld1_p8() argument
4052 test_vld1_p16(poly16_t const * a) test_vld1_p16() argument
4061 test_vld1q_dup_u8(uint8_t const * a) test_vld1q_dup_u8() argument
4070 test_vld1q_dup_u16(uint16_t const * a) test_vld1q_dup_u16() argument
4079 test_vld1q_dup_u32(uint32_t const * a) test_vld1q_dup_u32() argument
4088 test_vld1q_dup_u64(uint64_t const * a) test_vld1q_dup_u64() argument
4097 test_vld1q_dup_s8(int8_t const * a) test_vld1q_dup_s8() argument
4106 test_vld1q_dup_s16(int16_t const * a) test_vld1q_dup_s16() argument
4115 test_vld1q_dup_s32(int32_t const * a) test_vld1q_dup_s32() argument
4124 test_vld1q_dup_s64(int64_t const * a) test_vld1q_dup_s64() argument
4133 test_vld1q_dup_f16(float16_t const * a) test_vld1q_dup_f16() argument
4142 test_vld1q_dup_f32(float32_t const * a) test_vld1q_dup_f32() argument
4151 test_vld1q_dup_p8(poly8_t const * a) test_vld1q_dup_p8() argument
4160 test_vld1q_dup_p16(poly16_t const * a) test_vld1q_dup_p16() argument
4169 test_vld1_dup_u8(uint8_t const * a) test_vld1_dup_u8() argument
4178 test_vld1_dup_u16(uint16_t const * a) test_vld1_dup_u16() argument
4187 test_vld1_dup_u32(uint32_t const * a) test_vld1_dup_u32() argument
4196 test_vld1_dup_u64(uint64_t const * a) test_vld1_dup_u64() argument
4205 test_vld1_dup_s8(int8_t const * a) test_vld1_dup_s8() argument
4214 test_vld1_dup_s16(int16_t const * a) test_vld1_dup_s16() argument
4223 test_vld1_dup_s32(int32_t const * a) test_vld1_dup_s32() argument
4232 test_vld1_dup_s64(int64_t const * a) test_vld1_dup_s64() argument
4241 test_vld1_dup_f16(float16_t const * a) test_vld1_dup_f16() argument
4250 test_vld1_dup_f32(float32_t const * a) test_vld1_dup_f32() argument
4259 test_vld1_dup_p8(poly8_t const * a) test_vld1_dup_p8() argument
4268 test_vld1_dup_p16(poly16_t const * a) test_vld1_dup_p16() argument
4276 test_vld1q_lane_u8(uint8_t const * a,uint8x16_t b) test_vld1q_lane_u8() argument
4286 test_vld1q_lane_u16(uint16_t const * a,uint16x8_t b) test_vld1q_lane_u16() argument
4296 test_vld1q_lane_u32(uint32_t const * a,uint32x4_t b) test_vld1q_lane_u32() argument
4307 test_vld1q_lane_u64(uint64_t const * a,uint64x2_t b) test_vld1q_lane_u64() argument
4315 test_vld1q_lane_s8(int8_t const * a,int8x16_t b) test_vld1q_lane_s8() argument
4325 test_vld1q_lane_s16(int16_t const * a,int16x8_t b) test_vld1q_lane_s16() argument
4335 test_vld1q_lane_s32(int32_t const * a,int32x4_t b) test_vld1q_lane_s32() argument
4346 test_vld1q_lane_s64(int64_t const * a,int64x2_t b) test_vld1q_lane_s64() argument
4356 test_vld1q_lane_f16(float16_t const * a,float16x8_t b) test_vld1q_lane_f16() argument
4366 test_vld1q_lane_f32(float32_t const * a,float32x4_t b) test_vld1q_lane_f32() argument
4374 test_vld1q_lane_p8(poly8_t const * a,poly8x16_t b) test_vld1q_lane_p8() argument
4384 test_vld1q_lane_p16(poly16_t const * a,poly16x8_t b) test_vld1q_lane_p16() argument
4392 test_vld1_lane_u8(uint8_t const * a,uint8x8_t b) test_vld1_lane_u8() argument
4402 test_vld1_lane_u16(uint16_t const * a,uint16x4_t b) test_vld1_lane_u16() argument
4412 test_vld1_lane_u32(uint32_t const * a,uint32x2_t b) test_vld1_lane_u32() argument
4422 test_vld1_lane_u64(uint64_t const * a,uint64x1_t b) test_vld1_lane_u64() argument
4430 test_vld1_lane_s8(int8_t const * a,int8x8_t b) test_vld1_lane_s8() argument
4440 test_vld1_lane_s16(int16_t const * a,int16x4_t b) test_vld1_lane_s16() argument
4450 test_vld1_lane_s32(int32_t const * a,int32x2_t b) test_vld1_lane_s32() argument
4460 test_vld1_lane_s64(int64_t const * a,int64x1_t b) test_vld1_lane_s64() argument
4470 test_vld1_lane_f16(float16_t const * a,float16x4_t b) test_vld1_lane_f16() argument
4480 test_vld1_lane_f32(float32_t const * a,float32x2_t b) test_vld1_lane_f32() argument
4488 test_vld1_lane_p8(poly8_t const * a,poly8x8_t b) test_vld1_lane_p8() argument
4498 test_vld1_lane_p16(poly16_t const * a,poly16x4_t b) test_vld1_lane_p16() argument
4505 test_vld2q_u8(uint8_t const * a) test_vld2q_u8() argument
4512 test_vld2q_u16(uint16_t const * a) test_vld2q_u16() argument
4519 test_vld2q_u32(uint32_t const * a) test_vld2q_u32() argument
4526 test_vld2q_s8(int8_t const * a) test_vld2q_s8() argument
4533 test_vld2q_s16(int16_t const * a) test_vld2q_s16() argument
4540 test_vld2q_s32(int32_t const * a) test_vld2q_s32() argument
4547 test_vld2q_f16(float16_t const * a) test_vld2q_f16() argument
4554 test_vld2q_f32(float32_t const * a) test_vld2q_f32() argument
4561 test_vld2q_p8(poly8_t const * a) test_vld2q_p8() argument
4568 test_vld2q_p16(poly16_t const * a) test_vld2q_p16() argument
4575 test_vld2_u8(uint8_t const * a) test_vld2_u8() argument
4582 test_vld2_u16(uint16_t const * a) test_vld2_u16() argument
4589 test_vld2_u32(uint32_t const * a) test_vld2_u32() argument
4596 test_vld2_u64(uint64_t const * a) test_vld2_u64() argument
4603 test_vld2_s8(int8_t const * a) test_vld2_s8() argument
4610 test_vld2_s16(int16_t const * a) test_vld2_s16() argument
4617 test_vld2_s32(int32_t const * a) test_vld2_s32() argument
4624 test_vld2_s64(int64_t const * a) test_vld2_s64() argument
4631 test_vld2_f16(float16_t const * a) test_vld2_f16() argument
4638 test_vld2_f32(float32_t const * a) test_vld2_f32() argument
4645 test_vld2_p8(poly8_t const * a) test_vld2_p8() argument
4652 test_vld2_p16(poly16_t const * a) test_vld2_p16() argument
4674 test_vld2q_lane_u16(uint16_t const * a,uint16x8x2_t b) test_vld2q_lane_u16() argument
4696 test_vld2q_lane_u32(uint32_t const * a,uint32x4x2_t b) test_vld2q_lane_u32() argument
4718 test_vld2q_lane_s16(int16_t const * a,int16x8x2_t b) test_vld2q_lane_s16() argument
4740 test_vld2q_lane_s32(int32_t const * a,int32x4x2_t b) test_vld2q_lane_s32() argument
4762 test_vld2q_lane_f16(float16_t const * a,float16x8x2_t b) test_vld2q_lane_f16() argument
4784 test_vld2q_lane_f32(float32_t const * a,float32x4x2_t b) test_vld2q_lane_f32() argument
4806 test_vld2q_lane_p16(poly16_t const * a,poly16x8x2_t b) test_vld2q_lane_p16() argument
4824 test_vld2_lane_u8(uint8_t const * a,uint8x8x2_t b) test_vld2_lane_u8() argument
4846 test_vld2_lane_u16(uint16_t const * a,uint16x4x2_t b) test_vld2_lane_u16() argument
4868 test_vld2_lane_u32(uint32_t const * a,uint32x2x2_t b) test_vld2_lane_u32() argument
4886 test_vld2_lane_s8(int8_t const * a,int8x8x2_t b) test_vld2_lane_s8() argument
4908 test_vld2_lane_s16(int16_t const * a,int16x4x2_t b) test_vld2_lane_s16() argument
4930 test_vld2_lane_s32(int32_t const * a,int32x2x2_t b) test_vld2_lane_s32() argument
4952 test_vld2_lane_f16(float16_t const * a,float16x4x2_t b) test_vld2_lane_f16() argument
4974 test_vld2_lane_f32(float32_t const * a,float32x2x2_t b) test_vld2_lane_f32() argument
4992 test_vld2_lane_p8(poly8_t const * a,poly8x8x2_t b) test_vld2_lane_p8() argument
5014 test_vld2_lane_p16(poly16_t const * a,poly16x4x2_t b) test_vld2_lane_p16() argument
5021 test_vld3q_u8(uint8_t const * a) test_vld3q_u8() argument
5028 test_vld3q_u16(uint16_t const * a) test_vld3q_u16() argument
5035 test_vld3q_u32(uint32_t const * a) test_vld3q_u32() argument
5042 test_vld3q_s8(int8_t const * a) test_vld3q_s8() argument
5049 test_vld3q_s16(int16_t const * a) test_vld3q_s16() argument
5056 test_vld3q_s32(int32_t const * a) test_vld3q_s32() argument
5063 test_vld3q_f16(float16_t const * a) test_vld3q_f16() argument
5070 test_vld3q_f32(float32_t const * a) test_vld3q_f32() argument
5077 test_vld3q_p8(poly8_t const * a) test_vld3q_p8() argument
5084 test_vld3q_p16(poly16_t const * a) test_vld3q_p16() argument
5091 test_vld3_u8(uint8_t const * a) test_vld3_u8() argument
5098 test_vld3_u16(uint16_t const * a) test_vld3_u16() argument
5105 test_vld3_u32(uint32_t const * a) test_vld3_u32() argument
5112 test_vld3_u64(uint64_t const * a) test_vld3_u64() argument
5119 test_vld3_s8(int8_t const * a) test_vld3_s8() argument
5126 test_vld3_s16(int16_t const * a) test_vld3_s16() argument
5133 test_vld3_s32(int32_t const * a) test_vld3_s32() argument
5140 test_vld3_s64(int64_t const * a) test_vld3_s64() argument
5147 test_vld3_f16(float16_t const * a) test_vld3_f16() argument
5154 test_vld3_f32(float32_t const * a) test_vld3_f32() argument
5161 test_vld3_p8(poly8_t const * a) test_vld3_p8() argument
5168 test_vld3_p16(poly16_t const * a) test_vld3_p16() argument
5195 test_vld3q_lane_u16(uint16_t const * a,uint16x8x3_t b) test_vld3q_lane_u16() argument
5222 test_vld3q_lane_u32(uint32_t const * a,uint32x4x3_t b) test_vld3q_lane_u32() argument
5249 test_vld3q_lane_s16(int16_t const * a,int16x8x3_t b) test_vld3q_lane_s16() argument
5276 test_vld3q_lane_s32(int32_t const * a,int32x4x3_t b) test_vld3q_lane_s32() argument
5303 test_vld3q_lane_f16(float16_t const * a,float16x8x3_t b) test_vld3q_lane_f16() argument
5330 test_vld3q_lane_f32(float32_t const * a,float32x4x3_t b) test_vld3q_lane_f32() argument
5357 test_vld3q_lane_p16(poly16_t const * a,poly16x8x3_t b) test_vld3q_lane_p16() argument
5378 test_vld3_lane_u8(uint8_t const * a,uint8x8x3_t b) test_vld3_lane_u8() argument
5405 test_vld3_lane_u16(uint16_t const * a,uint16x4x3_t b) test_vld3_lane_u16() argument
5432 test_vld3_lane_u32(uint32_t const * a,uint32x2x3_t b) test_vld3_lane_u32() argument
5453 test_vld3_lane_s8(int8_t const * a,int8x8x3_t b) test_vld3_lane_s8() argument
5480 test_vld3_lane_s16(int16_t const * a,int16x4x3_t b) test_vld3_lane_s16() argument
5507 test_vld3_lane_s32(int32_t const * a,int32x2x3_t b) test_vld3_lane_s32() argument
5534 test_vld3_lane_f16(float16_t const * a,float16x4x3_t b) test_vld3_lane_f16() argument
5561 test_vld3_lane_f32(float32_t const * a,float32x2x3_t b) test_vld3_lane_f32() argument
5582 test_vld3_lane_p8(poly8_t const * a,poly8x8x3_t b) test_vld3_lane_p8() argument
5609 test_vld3_lane_p16(poly16_t const * a,poly16x4x3_t b) test_vld3_lane_p16() argument
5616 test_vld4q_u8(uint8_t const * a) test_vld4q_u8() argument
5623 test_vld4q_u16(uint16_t const * a) test_vld4q_u16() argument
5630 test_vld4q_u32(uint32_t const * a) test_vld4q_u32() argument
5637 test_vld4q_s8(int8_t const * a) test_vld4q_s8() argument
5644 test_vld4q_s16(int16_t const * a) test_vld4q_s16() argument
5651 test_vld4q_s32(int32_t const * a) test_vld4q_s32() argument
5658 test_vld4q_f16(float16_t const * a) test_vld4q_f16() argument
5665 test_vld4q_f32(float32_t const * a) test_vld4q_f32() argument
5672 test_vld4q_p8(poly8_t const * a) test_vld4q_p8() argument
5679 test_vld4q_p16(poly16_t const * a) test_vld4q_p16() argument
5686 test_vld4_u8(uint8_t const * a) test_vld4_u8() argument
5693 test_vld4_u16(uint16_t const * a) test_vld4_u16() argument
5700 test_vld4_u32(uint32_t const * a) test_vld4_u32() argument
5707 test_vld4_u64(uint64_t const * a) test_vld4_u64() argument
5714 test_vld4_s8(int8_t const * a) test_vld4_s8() argument
5721 test_vld4_s16(int16_t const * a) test_vld4_s16() argument
5728 test_vld4_s32(int32_t const * a) test_vld4_s32() argument
5735 test_vld4_s64(int64_t const * a) test_vld4_s64() argument
5742 test_vld4_f16(float16_t const * a) test_vld4_f16() argument
5749 test_vld4_f32(float32_t const * a) test_vld4_f32() argument
5756 test_vld4_p8(poly8_t const * a) test_vld4_p8() argument
5763 test_vld4_p16(poly16_t const * a) test_vld4_p16() argument
5795 test_vld4q_lane_u16(uint16_t const * a,uint16x8x4_t b) test_vld4q_lane_u16() argument
5827 test_vld4q_lane_u32(uint32_t const * a,uint32x4x4_t b) test_vld4q_lane_u32() argument
5859 test_vld4q_lane_s16(int16_t const * a,int16x8x4_t b) test_vld4q_lane_s16() argument
5891 test_vld4q_lane_s32(int32_t const * a,int32x4x4_t b) test_vld4q_lane_s32() argument
5923 test_vld4q_lane_f16(float16_t const * a,float16x8x4_t b) test_vld4q_lane_f16() argument
5955 test_vld4q_lane_f32(float32_t const * a,float32x4x4_t b) test_vld4q_lane_f32() argument
5987 test_vld4q_lane_p16(poly16_t const * a,poly16x8x4_t b) test_vld4q_lane_p16() argument
6011 test_vld4_lane_u8(uint8_t const * a,uint8x8x4_t b) test_vld4_lane_u8() argument
6043 test_vld4_lane_u16(uint16_t const * a,uint16x4x4_t b) test_vld4_lane_u16() argument
6075 test_vld4_lane_u32(uint32_t const * a,uint32x2x4_t b) test_vld4_lane_u32() argument
6099 test_vld4_lane_s8(int8_t const * a,int8x8x4_t b) test_vld4_lane_s8() argument
6131 test_vld4_lane_s16(int16_t const * a,int16x4x4_t b) test_vld4_lane_s16() argument
6163 test_vld4_lane_s32(int32_t const * a,int32x2x4_t b) test_vld4_lane_s32() argument
6195 test_vld4_lane_f16(float16_t const * a,float16x4x4_t b) test_vld4_lane_f16() argument
6227 test_vld4_lane_f32(float32_t const * a,float32x2x4_t b) test_vld4_lane_f32() argument
6251 test_vld4_lane_p8(poly8_t const * a,poly8x8x4_t b) test_vld4_lane_p8() argument
6283 test_vld4_lane_p16(poly16_t const * a,poly16x4x4_t b) test_vld4_lane_p16() argument
6290 test_vmax_s8(int8x8_t a,int8x8_t b) test_vmax_s8() argument
6300 test_vmax_s16(int16x4_t a,int16x4_t b) test_vmax_s16() argument
6310 test_vmax_s32(int32x2_t a,int32x2_t b) test_vmax_s32() argument
6317 test_vmax_u8(uint8x8_t a,uint8x8_t b) test_vmax_u8() argument
6327 test_vmax_u16(uint16x4_t a,uint16x4_t b) test_vmax_u16() argument
6337 test_vmax_u32(uint32x2_t a,uint32x2_t b) test_vmax_u32() argument
6347 test_vmax_f32(float32x2_t a,float32x2_t b) test_vmax_f32() argument
6354 test_vmaxq_s8(int8x16_t a,int8x16_t b) test_vmaxq_s8() argument
6364 test_vmaxq_s16(int16x8_t a,int16x8_t b) test_vmaxq_s16() argument
6374 test_vmaxq_s32(int32x4_t a,int32x4_t b) test_vmaxq_s32() argument
6381 test_vmaxq_u8(uint8x16_t a,uint8x16_t b) test_vmaxq_u8() argument
6391 test_vmaxq_u16(uint16x8_t a,uint16x8_t b) test_vmaxq_u16() argument
6401 test_vmaxq_u32(uint32x4_t a,uint32x4_t b) test_vmaxq_u32() argument
6411 test_vmaxq_f32(float32x4_t a,float32x4_t b) test_vmaxq_f32() argument
6418 test_vmin_s8(int8x8_t a,int8x8_t b) test_vmin_s8() argument
6428 test_vmin_s16(int16x4_t a,int16x4_t b) test_vmin_s16() argument
6438 test_vmin_s32(int32x2_t a,int32x2_t b) test_vmin_s32() argument
6445 test_vmin_u8(uint8x8_t a,uint8x8_t b) test_vmin_u8() argument
6455 test_vmin_u16(uint16x4_t a,uint16x4_t b) test_vmin_u16() argument
6465 test_vmin_u32(uint32x2_t a,uint32x2_t b) test_vmin_u32() argument
6475 test_vmin_f32(float32x2_t a,float32x2_t b) test_vmin_f32() argument
6482 test_vminq_s8(int8x16_t a,int8x16_t b) test_vminq_s8() argument
6492 test_vminq_s16(int16x8_t a,int16x8_t b) test_vminq_s16() argument
6502 test_vminq_s32(int32x4_t a,int32x4_t b) test_vminq_s32() argument
6509 test_vminq_u8(uint8x16_t a,uint8x16_t b) test_vminq_u8() argument
6519 test_vminq_u16(uint16x8_t a,uint16x8_t b) test_vminq_u16() argument
6529 test_vminq_u32(uint32x4_t a,uint32x4_t b) test_vminq_u32() argument
6539 test_vminq_f32(float32x4_t a,float32x4_t b) test_vminq_f32() argument
6547 test_vmla_s8(int8x8_t a,int8x8_t b,int8x8_t c) test_vmla_s8() argument
6555 test_vmla_s16(int16x4_t a,int16x4_t b,int16x4_t c) test_vmla_s16() argument
6563 test_vmla_s32(int32x2_t a,int32x2_t b,int32x2_t c) test_vmla_s32() argument
6571 test_vmla_f32(float32x2_t a,float32x2_t b,float32x2_t c) test_vmla_f32() argument
6579 test_vmla_u8(uint8x8_t a,uint8x8_t b,uint8x8_t c) test_vmla_u8() argument
6587 test_vmla_u16(uint16x4_t a,uint16x4_t b,uint16x4_t c) test_vmla_u16() argument
6595 test_vmla_u32(uint32x2_t a,uint32x2_t b,uint32x2_t c) test_vmla_u32() argument
6603 test_vmlaq_s8(int8x16_t a,int8x16_t b,int8x16_t c) test_vmlaq_s8() argument
6611 test_vmlaq_s16(int16x8_t a,int16x8_t b,int16x8_t c) test_vmlaq_s16() argument
6619 test_vmlaq_s32(int32x4_t a,int32x4_t b,int32x4_t c) test_vmlaq_s32() argument
6627 test_vmlaq_f32(float32x4_t a,float32x4_t b,float32x4_t c) test_vmlaq_f32() argument
6635 test_vmlaq_u8(uint8x16_t a,uint8x16_t b,uint8x16_t c) test_vmlaq_u8() argument
6643 test_vmlaq_u16(uint16x8_t a,uint16x8_t b,uint16x8_t c) test_vmlaq_u16() argument
6651 test_vmlaq_u32(uint32x4_t a,uint32x4_t b,uint32x4_t c) test_vmlaq_u32() argument
6659 test_vmlal_s8(int16x8_t a,int8x8_t b,int8x8_t c) test_vmlal_s8() argument
6669 test_vmlal_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vmlal_s16() argument
6679 test_vmlal_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vmlal_s32() argument
6687 test_vmlal_u8(uint16x8_t a,uint8x8_t b,uint8x8_t c) test_vmlal_u8() argument
6697 test_vmlal_u16(uint32x4_t a,uint16x4_t b,uint16x4_t c) test_vmlal_u16() argument
6707 test_vmlal_u32(uint64x2_t a,uint32x2_t b,uint32x2_t c) test_vmlal_u32() argument
6720 test_vmlal_lane_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vmlal_lane_s16() argument
6733 test_vmlal_lane_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vmlal_lane_s32() argument
6746 test_vmlal_lane_u16(uint32x4_t a,uint16x4_t b,uint16x4_t c) test_vmlal_lane_u16() argument
6759 test_vmlal_lane_u32(uint64x2_t a,uint32x2_t b,uint32x2_t c) test_vmlal_lane_u32() argument
6773 test_vmlal_n_s16(int32x4_t a,int16x4_t b,int16_t c) test_vmlal_n_s16() argument
6785 test_vmlal_n_s32(int64x2_t a,int32x2_t b,int32_t c) test_vmlal_n_s32() argument
6799 test_vmlal_n_u16(uint32x4_t a,uint16x4_t b,uint16_t c) test_vmlal_n_u16() argument
6811 test_vmlal_n_u32(uint64x2_t a,uint32x2_t b,uint32_t c) test_vmlal_n_u32() argument
6822 test_vmla_lane_s16(int16x4_t a,int16x4_t b,int16x4_t c) test_vmla_lane_s16() argument
6833 test_vmla_lane_s32(int32x2_t a,int32x2_t b,int32x2_t c) test_vmla_lane_s32() argument
6844 test_vmla_lane_u16(uint16x4_t a,uint16x4_t b,uint16x4_t c) test_vmla_lane_u16() argument
6855 test_vmla_lane_u32(uint32x2_t a,uint32x2_t b,uint32x2_t c) test_vmla_lane_u32() argument
6866 test_vmla_lane_f32(float32x2_t a,float32x2_t b,float32x2_t c) test_vmla_lane_f32() argument
6877 test_vmlaq_lane_s16(int16x8_t a,int16x8_t b,int16x4_t c) test_vmlaq_lane_s16() argument
6888 test_vmlaq_lane_s32(int32x4_t a,int32x4_t b,int32x2_t c) test_vmlaq_lane_s32() argument
6899 test_vmlaq_lane_u16(uint16x8_t a,uint16x8_t b,uint16x4_t c) test_vmlaq_lane_u16() argument
6910 test_vmlaq_lane_u32(uint32x4_t a,uint32x4_t b,uint32x2_t c) test_vmlaq_lane_u32() argument
6921 test_vmlaq_lane_f32(float32x4_t a,float32x4_t b,float32x2_t c) test_vmlaq_lane_f32() argument
6933 test_vmla_n_s16(int16x4_t a,int16x4_t b,int16_t c) test_vmla_n_s16() argument
6943 test_vmla_n_s32(int32x2_t a,int32x2_t b,int32_t c) test_vmla_n_s32() argument
6955 test_vmla_n_u16(uint16x4_t a,uint16x4_t b,uint16_t c) test_vmla_n_u16() argument
6965 test_vmla_n_u32(uint32x2_t a,uint32x2_t b,uint32_t c) test_vmla_n_u32() argument
6975 test_vmla_n_f32(float32x2_t a,float32x2_t b,float32_t c) test_vmla_n_f32() argument
6991 test_vmlaq_n_s16(int16x8_t a,int16x8_t b,int16_t c) test_vmlaq_n_s16() argument
7003 test_vmlaq_n_s32(int32x4_t a,int32x4_t b,int32_t c) test_vmlaq_n_s32() argument
7019 test_vmlaq_n_u16(uint16x8_t a,uint16x8_t b,uint16_t c) test_vmlaq_n_u16() argument
7031 test_vmlaq_n_u32(uint32x4_t a,uint32x4_t b,uint32_t c) test_vmlaq_n_u32() argument
7043 test_vmlaq_n_f32(float32x4_t a,float32x4_t b,float32_t c) test_vmlaq_n_f32() argument
7051 test_vmls_s8(int8x8_t a,int8x8_t b,int8x8_t c) test_vmls_s8() argument
7059 test_vmls_s16(int16x4_t a,int16x4_t b,int16x4_t c) test_vmls_s16() argument
7067 test_vmls_s32(int32x2_t a,int32x2_t b,int32x2_t c) test_vmls_s32() argument
7075 test_vmls_f32(float32x2_t a,float32x2_t b,float32x2_t c) test_vmls_f32() argument
7083 test_vmls_u8(uint8x8_t a,uint8x8_t b,uint8x8_t c) test_vmls_u8() argument
7091 test_vmls_u16(uint16x4_t a,uint16x4_t b,uint16x4_t c) test_vmls_u16() argument
7099 test_vmls_u32(uint32x2_t a,uint32x2_t b,uint32x2_t c) test_vmls_u32() argument
7107 test_vmlsq_s8(int8x16_t a,int8x16_t b,int8x16_t c) test_vmlsq_s8() argument
7115 test_vmlsq_s16(int16x8_t a,int16x8_t b,int16x8_t c) test_vmlsq_s16() argument
7123 test_vmlsq_s32(int32x4_t a,int32x4_t b,int32x4_t c) test_vmlsq_s32() argument
7131 test_vmlsq_f32(float32x4_t a,float32x4_t b,float32x4_t c) test_vmlsq_f32() argument
7139 test_vmlsq_u8(uint8x16_t a,uint8x16_t b,uint8x16_t c) test_vmlsq_u8() argument
7147 test_vmlsq_u16(uint16x8_t a,uint16x8_t b,uint16x8_t c) test_vmlsq_u16() argument
7155 test_vmlsq_u32(uint32x4_t a,uint32x4_t b,uint32x4_t c) test_vmlsq_u32() argument
7163 test_vmlsl_s8(int16x8_t a,int8x8_t b,int8x8_t c) test_vmlsl_s8() argument
7173 test_vmlsl_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vmlsl_s16() argument
7183 test_vmlsl_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vmlsl_s32() argument
7191 test_vmlsl_u8(uint16x8_t a,uint8x8_t b,uint8x8_t c) test_vmlsl_u8() argument
7201 test_vmlsl_u16(uint32x4_t a,uint16x4_t b,uint16x4_t c) test_vmlsl_u16() argument
7211 test_vmlsl_u32(uint64x2_t a,uint32x2_t b,uint32x2_t c) test_vmlsl_u32() argument
7224 test_vmlsl_lane_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vmlsl_lane_s16() argument
7237 test_vmlsl_lane_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vmlsl_lane_s32() argument
7250 test_vmlsl_lane_u16(uint32x4_t a,uint16x4_t b,uint16x4_t c) test_vmlsl_lane_u16() argument
7263 test_vmlsl_lane_u32(uint64x2_t a,uint32x2_t b,uint32x2_t c) test_vmlsl_lane_u32() argument
7277 test_vmlsl_n_s16(int32x4_t a,int16x4_t b,int16_t c) test_vmlsl_n_s16() argument
7289 test_vmlsl_n_s32(int64x2_t a,int32x2_t b,int32_t c) test_vmlsl_n_s32() argument
7303 test_vmlsl_n_u16(uint32x4_t a,uint16x4_t b,uint16_t c) test_vmlsl_n_u16() argument
7315 test_vmlsl_n_u32(uint64x2_t a,uint32x2_t b,uint32_t c) test_vmlsl_n_u32() argument
7326 test_vmls_lane_s16(int16x4_t a,int16x4_t b,int16x4_t c) test_vmls_lane_s16() argument
7337 test_vmls_lane_s32(int32x2_t a,int32x2_t b,int32x2_t c) test_vmls_lane_s32() argument
7348 test_vmls_lane_u16(uint16x4_t a,uint16x4_t b,uint16x4_t c) test_vmls_lane_u16() argument
7359 test_vmls_lane_u32(uint32x2_t a,uint32x2_t b,uint32x2_t c) test_vmls_lane_u32() argument
7370 test_vmls_lane_f32(float32x2_t a,float32x2_t b,float32x2_t c) test_vmls_lane_f32() argument
7381 test_vmlsq_lane_s16(int16x8_t a,int16x8_t b,int16x4_t c) test_vmlsq_lane_s16() argument
7392 test_vmlsq_lane_s32(int32x4_t a,int32x4_t b,int32x2_t c) test_vmlsq_lane_s32() argument
7403 test_vmlsq_lane_u16(uint16x8_t a,uint16x8_t b,uint16x4_t c) test_vmlsq_lane_u16() argument
7414 test_vmlsq_lane_u32(uint32x4_t a,uint32x4_t b,uint32x2_t c) test_vmlsq_lane_u32() argument
7425 test_vmlsq_lane_f32(float32x4_t a,float32x4_t b,float32x2_t c) test_vmlsq_lane_f32() argument
7437 test_vmls_n_s16(int16x4_t a,int16x4_t b,int16_t c) test_vmls_n_s16() argument
7447 test_vmls_n_s32(int32x2_t a,int32x2_t b,int32_t c) test_vmls_n_s32() argument
7459 test_vmls_n_u16(uint16x4_t a,uint16x4_t b,uint16_t c) test_vmls_n_u16() argument
7469 test_vmls_n_u32(uint32x2_t a,uint32x2_t b,uint32_t c) test_vmls_n_u32() argument
7479 test_vmls_n_f32(float32x2_t a,float32x2_t b,float32_t c) test_vmls_n_f32() argument
7495 test_vmlsq_n_s16(int16x8_t a,int16x8_t b,int16_t c) test_vmlsq_n_s16() argument
7507 test_vmlsq_n_s32(int32x4_t a,int32x4_t b,int32_t c) test_vmlsq_n_s32() argument
7523 test_vmlsq_n_u16(uint16x8_t a,uint16x8_t b,uint16_t c) test_vmlsq_n_u16() argument
7535 test_vmlsq_n_u32(uint32x4_t a,uint32x4_t b,uint32_t c) test_vmlsq_n_u32() argument
7547 test_vmlsq_n_f32(float32x4_t a,float32x4_t b,float32_t c) test_vmlsq_n_f32() argument
7554 test_vmovl_s8(int8x8_t a) test_vmovl_s8() argument
7562 test_vmovl_s16(int16x4_t a) test_vmovl_s16() argument
7570 test_vmovl_s32(int32x2_t a) test_vmovl_s32() argument
7577 test_vmovl_u8(uint8x8_t a) test_vmovl_u8() argument
7585 test_vmovl_u16(uint16x4_t a) test_vmovl_u16() argument
7593 test_vmovl_u32(uint32x2_t a) test_vmovl_u32() argument
7601 test_vmovn_s16(int16x8_t a) test_vmovn_s16() argument
7609 test_vmovn_s32(int32x4_t a) test_vmovn_s32() argument
7617 test_vmovn_s64(int64x2_t a) test_vmovn_s64() argument
7625 test_vmovn_u16(uint16x8_t a) test_vmovn_u16() argument
7633 test_vmovn_u32(uint32x4_t a) test_vmovn_u32() argument
7641 test_vmovn_u64(uint64x2_t a) test_vmovn_u64() argument
7655 test_vmov_n_u8(uint8_t a) test_vmov_n_u8() argument
7665 test_vmov_n_u16(uint16_t a) test_vmov_n_u16() argument
7673 test_vmov_n_u32(uint32_t a) test_vmov_n_u32() argument
7687 test_vmov_n_s8(int8_t a) test_vmov_n_s8() argument
7697 test_vmov_n_s16(int16_t a) test_vmov_n_s16() argument
7705 test_vmov_n_s32(int32_t a) test_vmov_n_s32() argument
7719 test_vmov_n_p8(poly8_t a) test_vmov_n_p8() argument
7729 test_vmov_n_p16(poly16_t a) test_vmov_n_p16() argument
7740 test_vmov_n_f16(float16_t * a) test_vmov_n_f16() argument
7748 test_vmov_n_f32(float32_t a) test_vmov_n_f32() argument
7770 test_vmovq_n_u8(uint8_t a) test_vmovq_n_u8() argument
7784 test_vmovq_n_u16(uint16_t a) test_vmovq_n_u16() argument
7794 test_vmovq_n_u32(uint32_t a) test_vmovq_n_u32() argument
7816 test_vmovq_n_s8(int8_t a) test_vmovq_n_s8() argument
7830 test_vmovq_n_s16(int16_t a) test_vmovq_n_s16() argument
7840 test_vmovq_n_s32(int32_t a) test_vmovq_n_s32() argument
7862 test_vmovq_n_p8(poly8_t a) test_vmovq_n_p8() argument
7876 test_vmovq_n_p16(poly16_t a) test_vmovq_n_p16() argument
7891 test_vmovq_n_f16(float16_t * a) test_vmovq_n_f16() argument
7901 test_vmovq_n_f32(float32_t a) test_vmovq_n_f32() argument
7909 test_vmov_n_s64(int64_t a) test_vmov_n_s64() argument
7918 test_vmov_n_u64(uint64_t a) test_vmov_n_u64() argument
7927 test_vmovq_n_s64(int64_t a) test_vmovq_n_s64() argument
7935 test_vmovq_n_u64(uint64_t a) test_vmovq_n_u64() argument
7942 test_vmul_s8(int8x8_t a,int8x8_t b) test_vmul_s8() argument
7949 test_vmul_s16(int16x4_t a,int16x4_t b) test_vmul_s16() argument
7956 test_vmul_s32(int32x2_t a,int32x2_t b) test_vmul_s32() argument
7963 test_vmul_f32(float32x2_t a,float32x2_t b) test_vmul_f32() argument
7970 test_vmul_u8(uint8x8_t a,uint8x8_t b) test_vmul_u8() argument
7977 test_vmul_u16(uint16x4_t a,uint16x4_t b) test_vmul_u16() argument
7984 test_vmul_u32(uint32x2_t a,uint32x2_t b) test_vmul_u32() argument
7991 test_vmulq_s8(int8x16_t a,int8x16_t b) test_vmulq_s8() argument
7998 test_vmulq_s16(int16x8_t a,int16x8_t b) test_vmulq_s16() argument
8005 test_vmulq_s32(int32x4_t a,int32x4_t b) test_vmulq_s32() argument
8012 test_vmulq_f32(float32x4_t a,float32x4_t b) test_vmulq_f32() argument
8019 test_vmulq_u8(uint8x16_t a,uint8x16_t b) test_vmulq_u8() argument
8026 test_vmulq_u16(uint16x8_t a,uint16x8_t b) test_vmulq_u16() argument
8033 test_vmulq_u32(uint32x4_t a,uint32x4_t b) test_vmulq_u32() argument
8040 test_vmull_s8(int8x8_t a,int8x8_t b) test_vmull_s8() argument
8049 test_vmull_s16(int16x4_t a,int16x4_t b) test_vmull_s16() argument
8058 test_vmull_s32(int32x2_t a,int32x2_t b) test_vmull_s32() argument
8065 test_vmull_u8(uint8x8_t a,uint8x8_t b) test_vmull_u8() argument
8074 test_vmull_u16(uint16x4_t a,uint16x4_t b) test_vmull_u16() argument
8083 test_vmull_u32(uint32x2_t a,uint32x2_t b) test_vmull_u32() argument
8090 test_vmull_p8(poly8x8_t a,poly8x8_t b) test_vmull_p8() argument
8102 test_vmull_lane_s16(int16x4_t a,int16x4_t b) test_vmull_lane_s16() argument
8114 test_vmull_lane_s32(int32x2_t a,int32x2_t b) test_vmull_lane_s32() argument
8126 test_vmull_lane_u16(uint16x4_t a,uint16x4_t b) test_vmull_lane_u16() argument
8138 test_vmull_lane_u32(uint32x2_t a,uint32x2_t b) test_vmull_lane_u32() argument
8151 test_vmull_n_s16(int16x4_t a,int16_t b) test_vmull_n_s16() argument
8162 test_vmull_n_s32(int32x2_t a,int32_t b) test_vmull_n_s32() argument
8175 test_vmull_n_u16(uint16x4_t a,uint16_t b) test_vmull_n_u16() argument
8186 test_vmull_n_u32(uint32x2_t a,uint32_t b) test_vmull_n_u32() argument
8193 test_vmul_p8(poly8x8_t a,poly8x8_t b) test_vmul_p8() argument
8200 test_vmulq_p8(poly8x16_t a,poly8x16_t b) test_vmulq_p8() argument
8210 test_vmul_lane_s16(int16x4_t a,int16x4_t b) test_vmul_lane_s16() argument
8220 test_vmul_lane_s32(int32x2_t a,int32x2_t b) test_vmul_lane_s32() argument
8230 test_vmul_lane_f32(float32x2_t a,float32x2_t b) test_vmul_lane_f32() argument
8240 test_vmul_lane_u16(uint16x4_t a,uint16x4_t b) test_vmul_lane_u16() argument
8250 test_vmul_lane_u32(uint32x2_t a,uint32x2_t b) test_vmul_lane_u32() argument
8260 test_vmulq_lane_s16(int16x8_t a,int16x4_t b) test_vmulq_lane_s16() argument
8270 test_vmulq_lane_s32(int32x4_t a,int32x2_t b) test_vmulq_lane_s32() argument
8280 test_vmulq_lane_f32(float32x4_t a,float32x2_t b) test_vmulq_lane_f32() argument
8290 test_vmulq_lane_u16(uint16x8_t a,uint16x4_t b) test_vmulq_lane_u16() argument
8300 test_vmulq_lane_u32(uint32x4_t a,uint32x2_t b) test_vmulq_lane_u32() argument
8311 test_vmul_n_s16(int16x4_t a,int16_t b) test_vmul_n_s16() argument
8320 test_vmul_n_s32(int32x2_t a,int32_t b) test_vmul_n_s32() argument
8329 test_vmul_n_f32(float32x2_t a,float32_t b) test_vmul_n_f32() argument
8340 test_vmul_n_u16(uint16x4_t a,uint16_t b) test_vmul_n_u16() argument
8349 test_vmul_n_u32(uint32x2_t a,uint32_t b) test_vmul_n_u32() argument
8364 test_vmulq_n_s16(int16x8_t a,int16_t b) test_vmulq_n_s16() argument
8375 test_vmulq_n_s32(int32x4_t a,int32_t b) test_vmulq_n_s32() argument
8386 test_vmulq_n_f32(float32x4_t a,float32_t b) test_vmulq_n_f32() argument
8401 test_vmulq_n_u16(uint16x8_t a,uint16_t b) test_vmulq_n_u16() argument
8412 test_vmulq_n_u32(uint32x4_t a,uint32_t b) test_vmulq_n_u32() argument
8419 test_vmvn_s8(int8x8_t a) test_vmvn_s8() argument
8426 test_vmvn_s16(int16x4_t a) test_vmvn_s16() argument
8433 test_vmvn_s32(int32x2_t a) test_vmvn_s32() argument
8440 test_vmvn_u8(uint8x8_t a) test_vmvn_u8() argument
8447 test_vmvn_u16(uint16x4_t a) test_vmvn_u16() argument
8454 test_vmvn_u32(uint32x2_t a) test_vmvn_u32() argument
8461 test_vmvn_p8(poly8x8_t a) test_vmvn_p8() argument
8468 test_vmvnq_s8(int8x16_t a) test_vmvnq_s8() argument
8475 test_vmvnq_s16(int16x8_t a) test_vmvnq_s16() argument
8482 test_vmvnq_s32(int32x4_t a) test_vmvnq_s32() argument
8489 test_vmvnq_u8(uint8x16_t a) test_vmvnq_u8() argument
8496 test_vmvnq_u16(uint16x8_t a) test_vmvnq_u16() argument
8503 test_vmvnq_u32(uint32x4_t a) test_vmvnq_u32() argument
8510 test_vmvnq_p8(poly8x16_t a) test_vmvnq_p8() argument
8517 test_vneg_s8(int8x8_t a) test_vneg_s8() argument
8524 test_vneg_s16(int16x4_t a) test_vneg_s16() argument
8531 test_vneg_s32(int32x2_t a) test_vneg_s32() argument
8538 test_vneg_f32(float32x2_t a) test_vneg_f32() argument
8545 test_vnegq_s8(int8x16_t a) test_vnegq_s8() argument
8552 test_vnegq_s16(int16x8_t a) test_vnegq_s16() argument
8559 test_vnegq_s32(int32x4_t a) test_vnegq_s32() argument
8566 test_vnegq_f32(float32x4_t a) test_vnegq_f32() argument
8574 test_vorn_s8(int8x8_t a,int8x8_t b) test_vorn_s8() argument
8582 test_vorn_s16(int16x4_t a,int16x4_t b) test_vorn_s16() argument
8590 test_vorn_s32(int32x2_t a,int32x2_t b) test_vorn_s32() argument
8598 test_vorn_s64(int64x1_t a,int64x1_t b) test_vorn_s64() argument
8606 test_vorn_u8(uint8x8_t a,uint8x8_t b) test_vorn_u8() argument
8614 test_vorn_u16(uint16x4_t a,uint16x4_t b) test_vorn_u16() argument
8622 test_vorn_u32(uint32x2_t a,uint32x2_t b) test_vorn_u32() argument
8630 test_vorn_u64(uint64x1_t a,uint64x1_t b) test_vorn_u64() argument
8638 test_vornq_s8(int8x16_t a,int8x16_t b) test_vornq_s8() argument
8646 test_vornq_s16(int16x8_t a,int16x8_t b) test_vornq_s16() argument
8654 test_vornq_s32(int32x4_t a,int32x4_t b) test_vornq_s32() argument
8662 test_vornq_s64(int64x2_t a,int64x2_t b) test_vornq_s64() argument
8670 test_vornq_u8(uint8x16_t a,uint8x16_t b) test_vornq_u8() argument
8678 test_vornq_u16(uint16x8_t a,uint16x8_t b) test_vornq_u16() argument
8686 test_vornq_u32(uint32x4_t a,uint32x4_t b) test_vornq_u32() argument
8694 test_vornq_u64(uint64x2_t a,uint64x2_t b) test_vornq_u64() argument
8701 test_vorr_s8(int8x8_t a,int8x8_t b) test_vorr_s8() argument
8708 test_vorr_s16(int16x4_t a,int16x4_t b) test_vorr_s16() argument
8715 test_vorr_s32(int32x2_t a,int32x2_t b) test_vorr_s32() argument
8722 test_vorr_s64(int64x1_t a,int64x1_t b) test_vorr_s64() argument
8729 test_vorr_u8(uint8x8_t a,uint8x8_t b) test_vorr_u8() argument
8736 test_vorr_u16(uint16x4_t a,uint16x4_t b) test_vorr_u16() argument
8743 test_vorr_u32(uint32x2_t a,uint32x2_t b) test_vorr_u32() argument
8750 test_vorr_u64(uint64x1_t a,uint64x1_t b) test_vorr_u64() argument
8757 test_vorrq_s8(int8x16_t a,int8x16_t b) test_vorrq_s8() argument
8764 test_vorrq_s16(int16x8_t a,int16x8_t b) test_vorrq_s16() argument
8771 test_vorrq_s32(int32x4_t a,int32x4_t b) test_vorrq_s32() argument
8778 test_vorrq_s64(int64x2_t a,int64x2_t b) test_vorrq_s64() argument
8785 test_vorrq_u8(uint8x16_t a,uint8x16_t b) test_vorrq_u8() argument
8792 test_vorrq_u16(uint16x8_t a,uint16x8_t b) test_vorrq_u16() argument
8799 test_vorrq_u32(uint32x4_t a,uint32x4_t b) test_vorrq_u32() argument
8806 test_vorrq_u64(uint64x2_t a,uint64x2_t b) test_vorrq_u64() argument
8814 test_vpadal_s8(int16x4_t a,int8x8_t b) test_vpadal_s8() argument
8823 test_vpadal_s16(int32x2_t a,int16x4_t b) test_vpadal_s16() argument
8832 test_vpadal_s32(int64x1_t a,int32x2_t b) test_vpadal_s32() argument
8840 test_vpadal_u8(uint16x4_t a,uint8x8_t b) test_vpadal_u8() argument
8849 test_vpadal_u16(uint32x2_t a,uint16x4_t b) test_vpadal_u16() argument
8858 test_vpadal_u32(uint64x1_t a,uint32x2_t b) test_vpadal_u32() argument
8866 test_vpadalq_s8(int16x8_t a,int8x16_t b) test_vpadalq_s8() argument
8875 test_vpadalq_s16(int32x4_t a,int16x8_t b) test_vpadalq_s16() argument
8884 test_vpadalq_s32(int64x2_t a,int32x4_t b) test_vpadalq_s32() argument
8892 test_vpadalq_u8(uint16x8_t a,uint8x16_t b) test_vpadalq_u8() argument
8901 test_vpadalq_u16(uint32x4_t a,uint16x8_t b) test_vpadalq_u16() argument
8910 test_vpadalq_u32(uint64x2_t a,uint32x4_t b) test_vpadalq_u32() argument
8917 test_vpadd_s8(int8x8_t a,int8x8_t b) test_vpadd_s8() argument
8927 test_vpadd_s16(int16x4_t a,int16x4_t b) test_vpadd_s16() argument
8937 test_vpadd_s32(int32x2_t a,int32x2_t b) test_vpadd_s32() argument
8944 test_vpadd_u8(uint8x8_t a,uint8x8_t b) test_vpadd_u8() argument
8954 test_vpadd_u16(uint16x4_t a,uint16x4_t b) test_vpadd_u16() argument
8964 test_vpadd_u32(uint32x2_t a,uint32x2_t b) test_vpadd_u32() argument
8974 test_vpadd_f32(float32x2_t a,float32x2_t b) test_vpadd_f32() argument
8981 test_vpaddl_s8(int8x8_t a) test_vpaddl_s8() argument
8989 test_vpaddl_s16(int16x4_t a) test_vpaddl_s16() argument
8997 test_vpaddl_s32(int32x2_t a) test_vpaddl_s32() argument
9004 test_vpaddl_u8(uint8x8_t a) test_vpaddl_u8() argument
9012 test_vpaddl_u16(uint16x4_t a) test_vpaddl_u16() argument
9020 test_vpaddl_u32(uint32x2_t a) test_vpaddl_u32() argument
9027 test_vpaddlq_s8(int8x16_t a) test_vpaddlq_s8() argument
9035 test_vpaddlq_s16(int16x8_t a) test_vpaddlq_s16() argument
9043 test_vpaddlq_s32(int32x4_t a) test_vpaddlq_s32() argument
9050 test_vpaddlq_u8(uint8x16_t a) test_vpaddlq_u8() argument
9058 test_vpaddlq_u16(uint16x8_t a) test_vpaddlq_u16() argument
9066 test_vpaddlq_u32(uint32x4_t a) test_vpaddlq_u32() argument
9073 test_vpmax_s8(int8x8_t a,int8x8_t b) test_vpmax_s8() argument
9083 test_vpmax_s16(int16x4_t a,int16x4_t b) test_vpmax_s16() argument
9093 test_vpmax_s32(int32x2_t a,int32x2_t b) test_vpmax_s32() argument
9100 test_vpmax_u8(uint8x8_t a,uint8x8_t b) test_vpmax_u8() argument
9110 test_vpmax_u16(uint16x4_t a,uint16x4_t b) test_vpmax_u16() argument
9120 test_vpmax_u32(uint32x2_t a,uint32x2_t b) test_vpmax_u32() argument
9130 test_vpmax_f32(float32x2_t a,float32x2_t b) test_vpmax_f32() argument
9137 test_vpmin_s8(int8x8_t a,int8x8_t b) test_vpmin_s8() argument
9147 test_vpmin_s16(int16x4_t a,int16x4_t b) test_vpmin_s16() argument
9157 test_vpmin_s32(int32x2_t a,int32x2_t b) test_vpmin_s32() argument
9164 test_vpmin_u8(uint8x8_t a,uint8x8_t b) test_vpmin_u8() argument
9174 test_vpmin_u16(uint16x4_t a,uint16x4_t b) test_vpmin_u16() argument
9184 test_vpmin_u32(uint32x2_t a,uint32x2_t b) test_vpmin_u32() argument
9194 test_vpmin_f32(float32x2_t a,float32x2_t b) test_vpmin_f32() argument
9201 test_vqabs_s8(int8x8_t a) test_vqabs_s8() argument
9210 test_vqabs_s16(int16x4_t a) test_vqabs_s16() argument
9219 test_vqabs_s32(int32x2_t a) test_vqabs_s32() argument
9226 test_vqabsq_s8(int8x16_t a) test_vqabsq_s8() argument
9235 test_vqabsq_s16(int16x8_t a) test_vqabsq_s16() argument
9244 test_vqabsq_s32(int32x4_t a) test_vqabsq_s32() argument
9251 test_vqadd_s8(int8x8_t a,int8x8_t b) test_vqadd_s8() argument
9261 test_vqadd_s16(int16x4_t a,int16x4_t b) test_vqadd_s16() argument
9271 test_vqadd_s32(int32x2_t a,int32x2_t b) test_vqadd_s32() argument
9281 test_vqadd_s64(int64x1_t a,int64x1_t b) test_vqadd_s64() argument
9288 test_vqadd_u8(uint8x8_t a,uint8x8_t b) test_vqadd_u8() argument
9298 test_vqadd_u16(uint16x4_t a,uint16x4_t b) test_vqadd_u16() argument
9308 test_vqadd_u32(uint32x2_t a,uint32x2_t b) test_vqadd_u32() argument
9318 test_vqadd_u64(uint64x1_t a,uint64x1_t b) test_vqadd_u64() argument
9325 test_vqaddq_s8(int8x16_t a,int8x16_t b) test_vqaddq_s8() argument
9335 test_vqaddq_s16(int16x8_t a,int16x8_t b) test_vqaddq_s16() argument
9345 test_vqaddq_s32(int32x4_t a,int32x4_t b) test_vqaddq_s32() argument
9355 test_vqaddq_s64(int64x2_t a,int64x2_t b) test_vqaddq_s64() argument
9362 test_vqaddq_u8(uint8x16_t a,uint8x16_t b) test_vqaddq_u8() argument
9372 test_vqaddq_u16(uint16x8_t a,uint16x8_t b) test_vqaddq_u16() argument
9382 test_vqaddq_u32(uint32x4_t a,uint32x4_t b) test_vqaddq_u32() argument
9392 test_vqaddq_u64(uint64x2_t a,uint64x2_t b) test_vqaddq_u64() argument
9403 test_vqdmlal_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vqdmlal_s16() argument
9414 test_vqdmlal_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vqdmlal_s32() argument
9428 test_vqdmlal_lane_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vqdmlal_lane_s16() argument
9442 test_vqdmlal_lane_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vqdmlal_lane_s32() argument
9457 test_vqdmlal_n_s16(int32x4_t a,int16x4_t b,int16_t c) test_vqdmlal_n_s16() argument
9470 test_vqdmlal_n_s32(int64x2_t a,int32x2_t b,int32_t c) test_vqdmlal_n_s32() argument
9481 test_vqdmlsl_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vqdmlsl_s16() argument
9492 test_vqdmlsl_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vqdmlsl_s32() argument
9506 test_vqdmlsl_lane_s16(int32x4_t a,int16x4_t b,int16x4_t c) test_vqdmlsl_lane_s16() argument
9520 test_vqdmlsl_lane_s32(int64x2_t a,int32x2_t b,int32x2_t c) test_vqdmlsl_lane_s32() argument
9535 test_vqdmlsl_n_s16(int32x4_t a,int16x4_t b,int16_t c) test_vqdmlsl_n_s16() argument
9548 test_vqdmlsl_n_s32(int64x2_t a,int32x2_t b,int32_t c) test_vqdmlsl_n_s32() argument
9558 test_vqdmulh_s16(int16x4_t a,int16x4_t b) test_vqdmulh_s16() argument
9568 test_vqdmulh_s32(int32x2_t a,int32x2_t b) test_vqdmulh_s32() argument
9578 test_vqdmulhq_s16(int16x8_t a,int16x8_t b) test_vqdmulhq_s16() argument
9588 test_vqdmulhq_s32(int32x4_t a,int32x4_t b) test_vqdmulhq_s32() argument
9601 test_vqdmulh_lane_s16(int16x4_t a,int16x4_t b) test_vqdmulh_lane_s16() argument
9614 test_vqdmulh_lane_s32(int32x2_t a,int32x2_t b) test_vqdmulh_lane_s32() argument
9627 test_vqdmulhq_lane_s16(int16x8_t a,int16x4_t b) test_vqdmulhq_lane_s16() argument
9640 test_vqdmulhq_lane_s32(int32x4_t a,int32x2_t b) test_vqdmulhq_lane_s32() argument
9654 test_vqdmulh_n_s16(int16x4_t a,int16_t b) test_vqdmulh_n_s16() argument
9666 test_vqdmulh_n_s32(int32x2_t a,int32_t b) test_vqdmulh_n_s32() argument
9684 test_vqdmulhq_n_s16(int16x8_t a,int16_t b) test_vqdmulhq_n_s16() argument
9698 test_vqdmulhq_n_s32(int32x4_t a,int32_t b) test_vqdmulhq_n_s32() argument
9708 test_vqdmull_s16(int16x4_t a,int16x4_t b) test_vqdmull_s16() argument
9718 test_vqdmull_s32(int32x2_t a,int32x2_t b) test_vqdmull_s32() argument
9731 test_vqdmull_lane_s16(int16x4_t a,int16x4_t b) test_vqdmull_lane_s16() argument
9744 test_vqdmull_lane_s32(int32x2_t a,int32x2_t b) test_vqdmull_lane_s32() argument
9758 test_vqdmull_n_s16(int16x4_t a,int16_t b) test_vqdmull_n_s16() argument
9770 test_vqdmull_n_s32(int32x2_t a,int32_t b) test_vqdmull_n_s32() argument
9778 test_vqmovn_s16(int16x8_t a) test_vqmovn_s16() argument
9787 test_vqmovn_s32(int32x4_t a) test_vqmovn_s32() argument
9796 test_vqmovn_s64(int64x2_t a) test_vqmovn_s64() argument
9804 test_vqmovn_u16(uint16x8_t a) test_vqmovn_u16() argument
9813 test_vqmovn_u32(uint32x4_t a) test_vqmovn_u32() argument
9822 test_vqmovn_u64(uint64x2_t a) test_vqmovn_u64() argument
9830 test_vqmovun_s16(int16x8_t a) test_vqmovun_s16() argument
9839 test_vqmovun_s32(int32x4_t a) test_vqmovun_s32() argument
9848 test_vqmovun_s64(int64x2_t a) test_vqmovun_s64() argument
9855 test_vqneg_s8(int8x8_t a) test_vqneg_s8() argument
9864 test_vqneg_s16(int16x4_t a) test_vqneg_s16() argument
9873 test_vqneg_s32(int32x2_t a) test_vqneg_s32() argument
9880 test_vqnegq_s8(int8x16_t a) test_vqnegq_s8() argument
9889 test_vqnegq_s16(int16x8_t a) test_vqnegq_s16() argument
9898 test_vqnegq_s32(int32x4_t a) test_vqnegq_s32() argument
9908 test_vqrdmulh_s16(int16x4_t a,int16x4_t b) test_vqrdmulh_s16() argument
9918 test_vqrdmulh_s32(int32x2_t a,int32x2_t b) test_vqrdmulh_s32() argument
9928 test_vqrdmulhq_s16(int16x8_t a,int16x8_t b) test_vqrdmulhq_s16() argument
9938 test_vqrdmulhq_s32(int32x4_t a,int32x4_t b) test_vqrdmulhq_s32() argument
9951 test_vqrdmulh_lane_s16(int16x4_t a,int16x4_t b) test_vqrdmulh_lane_s16() argument
9964 test_vqrdmulh_lane_s32(int32x2_t a,int32x2_t b) test_vqrdmulh_lane_s32() argument
9977 test_vqrdmulhq_lane_s16(int16x8_t a,int16x4_t b) test_vqrdmulhq_lane_s16() argument
9990 test_vqrdmulhq_lane_s32(int32x4_t a,int32x2_t b) test_vqrdmulhq_lane_s32() argument
10004 test_vqrdmulh_n_s16(int16x4_t a,int16_t b) test_vqrdmulh_n_s16() argument
10016 test_vqrdmulh_n_s32(int32x2_t a,int32_t b) test_vqrdmulh_n_s32() argument
10034 test_vqrdmulhq_n_s16(int16x8_t a,int16_t b) test_vqrdmulhq_n_s16() argument
10048 test_vqrdmulhq_n_s32(int32x4_t a,int32_t b) test_vqrdmulhq_n_s32() argument
10055 test_vqrshl_s8(int8x8_t a,int8x8_t b) test_vqrshl_s8() argument
10065 test_vqrshl_s16(int16x4_t a,int16x4_t b) test_vqrshl_s16() argument
10075 test_vqrshl_s32(int32x2_t a,int32x2_t b) test_vqrshl_s32() argument
10085 test_vqrshl_s64(int64x1_t a,int64x1_t b) test_vqrshl_s64() argument
10092 test_vqrshl_u8(uint8x8_t a,int8x8_t b) test_vqrshl_u8() argument
10102 test_vqrshl_u16(uint16x4_t a,int16x4_t b) test_vqrshl_u16() argument
10112 test_vqrshl_u32(uint32x2_t a,int32x2_t b) test_vqrshl_u32() argument
10122 test_vqrshl_u64(uint64x1_t a,int64x1_t b) test_vqrshl_u64() argument
10129 test_vqrshlq_s8(int8x16_t a,int8x16_t b) test_vqrshlq_s8() argument
10139 test_vqrshlq_s16(int16x8_t a,int16x8_t b) test_vqrshlq_s16() argument
10149 test_vqrshlq_s32(int32x4_t a,int32x4_t b) test_vqrshlq_s32() argument
10159 test_vqrshlq_s64(int64x2_t a,int64x2_t b) test_vqrshlq_s64() argument
10166 test_vqrshlq_u8(uint8x16_t a,int8x16_t b) test_vqrshlq_u8() argument
10176 test_vqrshlq_u16(uint16x8_t a,int16x8_t b) test_vqrshlq_u16() argument
10186 test_vqrshlq_u32(uint32x4_t a,int32x4_t b) test_vqrshlq_u32() argument
10196 test_vqrshlq_u64(uint64x2_t a,int64x2_t b) test_vqrshlq_u64() argument
10205 test_vqrshrn_n_s16(int16x8_t a) test_vqrshrn_n_s16() argument
10214 test_vqrshrn_n_s32(int32x4_t a) test_vqrshrn_n_s32() argument
10223 test_vqrshrn_n_s64(int64x2_t a) test_vqrshrn_n_s64() argument
10232 test_vqrshrn_n_u16(uint16x8_t a) test_vqrshrn_n_u16() argument
10241 test_vqrshrn_n_u32(uint32x4_t a) test_vqrshrn_n_u32() argument
10250 test_vqrshrn_n_u64(uint64x2_t a) test_vqrshrn_n_u64() argument
10259 test_vqrshrun_n_s16(int16x8_t a) test_vqrshrun_n_s16() argument
10268 test_vqrshrun_n_s32(int32x4_t a) test_vqrshrun_n_s32() argument
10277 test_vqrshrun_n_s64(int64x2_t a) test_vqrshrun_n_s64() argument
10284 test_vqshl_s8(int8x8_t a,int8x8_t b) test_vqshl_s8() argument
10294 test_vqshl_s16(int16x4_t a,int16x4_t b) test_vqshl_s16() argument
10304 test_vqshl_s32(int32x2_t a,int32x2_t b) test_vqshl_s32() argument
10314 test_vqshl_s64(int64x1_t a,int64x1_t b) test_vqshl_s64() argument
10321 test_vqshl_u8(uint8x8_t a,int8x8_t b) test_vqshl_u8() argument
10331 test_vqshl_u16(uint16x4_t a,int16x4_t b) test_vqshl_u16() argument
10341 test_vqshl_u32(uint32x2_t a,int32x2_t b) test_vqshl_u32() argument
10351 test_vqshl_u64(uint64x1_t a,int64x1_t b) test_vqshl_u64() argument
10358 test_vqshlq_s8(int8x16_t a,int8x16_t b) test_vqshlq_s8() argument
10368 test_vqshlq_s16(int16x8_t a,int16x8_t b) test_vqshlq_s16() argument
10378 test_vqshlq_s32(int32x4_t a,int32x4_t b) test_vqshlq_s32() argument
10388 test_vqshlq_s64(int64x2_t a,int64x2_t b) test_vqshlq_s64() argument
10395 test_vqshlq_u8(uint8x16_t a,int8x16_t b) test_vqshlq_u8() argument
10405 test_vqshlq_u16(uint16x8_t a,int16x8_t b) test_vqshlq_u16() argument
10415 test_vqshlq_u32(uint32x4_t a,int32x4_t b) test_vqshlq_u32() argument
10425 test_vqshlq_u64(uint64x2_t a,int64x2_t b) test_vqshlq_u64() argument
10432 test_vqshlu_n_s8(int8x8_t a) test_vqshlu_n_s8() argument
10441 test_vqshlu_n_s16(int16x4_t a) test_vqshlu_n_s16() argument
10450 test_vqshlu_n_s32(int32x2_t a) test_vqshlu_n_s32() argument
10459 test_vqshlu_n_s64(int64x1_t a) test_vqshlu_n_s64() argument
10466 test_vqshluq_n_s8(int8x16_t a) test_vqshluq_n_s8() argument
10475 test_vqshluq_n_s16(int16x8_t a) test_vqshluq_n_s16() argument
10484 test_vqshluq_n_s32(int32x4_t a) test_vqshluq_n_s32() argument
10493 test_vqshluq_n_s64(int64x2_t a) test_vqshluq_n_s64() argument
10500 test_vqshl_n_s8(int8x8_t a) test_vqshl_n_s8() argument
10509 test_vqshl_n_s16(int16x4_t a) test_vqshl_n_s16() argument
10518 test_vqshl_n_s32(int32x2_t a) test_vqshl_n_s32() argument
10527 test_vqshl_n_s64(int64x1_t a) test_vqshl_n_s64() argument
10534 test_vqshl_n_u8(uint8x8_t a) test_vqshl_n_u8() argument
10543 test_vqshl_n_u16(uint16x4_t a) test_vqshl_n_u16() argument
10552 test_vqshl_n_u32(uint32x2_t a) test_vqshl_n_u32() argument
10561 test_vqshl_n_u64(uint64x1_t a) test_vqshl_n_u64() argument
10568 test_vqshlq_n_s8(int8x16_t a) test_vqshlq_n_s8() argument
10577 test_vqshlq_n_s16(int16x8_t a) test_vqshlq_n_s16() argument
10586 test_vqshlq_n_s32(int32x4_t a) test_vqshlq_n_s32() argument
10595 test_vqshlq_n_s64(int64x2_t a) test_vqshlq_n_s64() argument
10602 test_vqshlq_n_u8(uint8x16_t a) test_vqshlq_n_u8() argument
10611 test_vqshlq_n_u16(uint16x8_t a) test_vqshlq_n_u16() argument
10620 test_vqshlq_n_u32(uint32x4_t a) test_vqshlq_n_u32() argument
10629 test_vqshlq_n_u64(uint64x2_t a) test_vqshlq_n_u64() argument
10638 test_vqshrn_n_s16(int16x8_t a) test_vqshrn_n_s16() argument
10647 test_vqshrn_n_s32(int32x4_t a) test_vqshrn_n_s32() argument
10656 test_vqshrn_n_s64(int64x2_t a) test_vqshrn_n_s64() argument
10665 test_vqshrn_n_u16(uint16x8_t a) test_vqshrn_n_u16() argument
10674 test_vqshrn_n_u32(uint32x4_t a) test_vqshrn_n_u32() argument
10683 test_vqshrn_n_u64(uint64x2_t a) test_vqshrn_n_u64() argument
10692 test_vqshrun_n_s16(int16x8_t a) test_vqshrun_n_s16() argument
10701 test_vqshrun_n_s32(int32x4_t a) test_vqshrun_n_s32() argument
10710 test_vqshrun_n_s64(int64x2_t a) test_vqshrun_n_s64() argument
10717 test_vqsub_s8(int8x8_t a,int8x8_t b) test_vqsub_s8() argument
10727 test_vqsub_s16(int16x4_t a,int16x4_t b) test_vqsub_s16() argument
10737 test_vqsub_s32(int32x2_t a,int32x2_t b) test_vqsub_s32() argument
10747 test_vqsub_s64(int64x1_t a,int64x1_t b) test_vqsub_s64() argument
10754 test_vqsub_u8(uint8x8_t a,uint8x8_t b) test_vqsub_u8() argument
10764 test_vqsub_u16(uint16x4_t a,uint16x4_t b) test_vqsub_u16() argument
10774 test_vqsub_u32(uint32x2_t a,uint32x2_t b) test_vqsub_u32() argument
10784 test_vqsub_u64(uint64x1_t a,uint64x1_t b) test_vqsub_u64() argument
10791 test_vqsubq_s8(int8x16_t a,int8x16_t b) test_vqsubq_s8() argument
10801 test_vqsubq_s16(int16x8_t a,int16x8_t b) test_vqsubq_s16() argument
10811 test_vqsubq_s32(int32x4_t a,int32x4_t b) test_vqsubq_s32() argument
10821 test_vqsubq_s64(int64x2_t a,int64x2_t b) test_vqsubq_s64() argument
10828 test_vqsubq_u8(uint8x16_t a,uint8x16_t b) test_vqsubq_u8() argument
10838 test_vqsubq_u16(uint16x8_t a,uint16x8_t b) test_vqsubq_u16() argument
10848 test_vqsubq_u32(uint32x4_t a,uint32x4_t b) test_vqsubq_u32() argument
10858 test_vqsubq_u64(uint64x2_t a,uint64x2_t b) test_vqsubq_u64() argument
10867 test_vraddhn_s16(int16x8_t a,int16x8_t b) test_vraddhn_s16() argument
10877 test_vraddhn_s32(int32x4_t a,int32x4_t b) test_vraddhn_s32() argument
10887 test_vraddhn_s64(int64x2_t a,int64x2_t b) test_vraddhn_s64() argument
10896 test_vraddhn_u16(uint16x8_t a,uint16x8_t b) test_vraddhn_u16() argument
10906 test_vraddhn_u32(uint32x4_t a,uint32x4_t b) test_vraddhn_u32() argument
10916 test_vraddhn_u64(uint64x2_t a,uint64x2_t b) test_vraddhn_u64() argument
10924 test_vrecpe_f32(float32x2_t a) test_vrecpe_f32() argument
10932 test_vrecpe_u32(uint32x2_t a) test_vrecpe_u32() argument
10940 test_vrecpeq_f32(float32x4_t a) test_vrecpeq_f32() argument
10948 test_vrecpeq_u32(uint32x4_t a) test_vrecpeq_u32() argument
10958 test_vrecps_f32(float32x2_t a,float32x2_t b) test_vrecps_f32() argument
10968 test_vrecpsq_f32(float32x4_t a,float32x4_t b) test_vrecpsq_f32() argument
10975 test_vreinterpret_s8_s16(int16x4_t a) test_vreinterpret_s8_s16() argument
10982 test_vreinterpret_s8_s32(int32x2_t a) test_vreinterpret_s8_s32() argument
10989 test_vreinterpret_s8_s64(int64x1_t a) test_vreinterpret_s8_s64() argument
10995 test_vreinterpret_s8_u8(uint8x8_t a) test_vreinterpret_s8_u8() argument
11002 test_vreinterpret_s8_u16(uint16x4_t a) test_vreinterpret_s8_u16() argument
11009 test_vreinterpret_s8_u32(uint32x2_t a) test_vreinterpret_s8_u32() argument
11016 test_vreinterpret_s8_u64(uint64x1_t a) test_vreinterpret_s8_u64() argument
11023 test_vreinterpret_s8_f16(float16x4_t a) test_vreinterpret_s8_f16() argument
11030 test_vreinterpret_s8_f32(float32x2_t a) test_vreinterpret_s8_f32() argument
11036 test_vreinterpret_s8_p8(poly8x8_t a) test_vreinterpret_s8_p8() argument
11043 test_vreinterpret_s8_p16(poly16x4_t a) test_vreinterpret_s8_p16() argument
11050 test_vreinterpret_s16_s8(int8x8_t a) test_vreinterpret_s16_s8() argument
11057 test_vreinterpret_s16_s32(int32x2_t a) test_vreinterpret_s16_s32() argument
11064 test_vreinterpret_s16_s64(int64x1_t a) test_vreinterpret_s16_s64() argument
11071 test_vreinterpret_s16_u8(uint8x8_t a) test_vreinterpret_s16_u8() argument
11077 test_vreinterpret_s16_u16(uint16x4_t a) test_vreinterpret_s16_u16() argument
11084 test_vreinterpret_s16_u32(uint32x2_t a) test_vreinterpret_s16_u32() argument
11091 test_vreinterpret_s16_u64(uint64x1_t a) test_vreinterpret_s16_u64() argument
11098 test_vreinterpret_s16_f16(float16x4_t a) test_vreinterpret_s16_f16() argument
11105 test_vreinterpret_s16_f32(float32x2_t a) test_vreinterpret_s16_f32() argument
11112 test_vreinterpret_s16_p8(poly8x8_t a) test_vreinterpret_s16_p8() argument
11118 test_vreinterpret_s16_p16(poly16x4_t a) test_vreinterpret_s16_p16() argument
11125 test_vreinterpret_s32_s8(int8x8_t a) test_vreinterpret_s32_s8() argument
11132 test_vreinterpret_s32_s16(int16x4_t a) test_vreinterpret_s32_s16() argument
11139 test_vreinterpret_s32_s64(int64x1_t a) test_vreinterpret_s32_s64() argument
11146 test_vreinterpret_s32_u8(uint8x8_t a) test_vreinterpret_s32_u8() argument
11153 test_vreinterpret_s32_u16(uint16x4_t a) test_vreinterpret_s32_u16() argument
11159 test_vreinterpret_s32_u32(uint32x2_t a) test_vreinterpret_s32_u32() argument
11166 test_vreinterpret_s32_u64(uint64x1_t a) test_vreinterpret_s32_u64() argument
11173 test_vreinterpret_s32_f16(float16x4_t a) test_vreinterpret_s32_f16() argument
11180 test_vreinterpret_s32_f32(float32x2_t a) test_vreinterpret_s32_f32() argument
11187 test_vreinterpret_s32_p8(poly8x8_t a) test_vreinterpret_s32_p8() argument
11194 test_vreinterpret_s32_p16(poly16x4_t a) test_vreinterpret_s32_p16() argument
11201 test_vreinterpret_s64_s8(int8x8_t a) test_vreinterpret_s64_s8() argument
11208 test_vreinterpret_s64_s16(int16x4_t a) test_vreinterpret_s64_s16() argument
11215 test_vreinterpret_s64_s32(int32x2_t a) test_vreinterpret_s64_s32() argument
11222 test_vreinterpret_s64_u8(uint8x8_t a) test_vreinterpret_s64_u8() argument
11229 test_vreinterpret_s64_u16(uint16x4_t a) test_vreinterpret_s64_u16() argument
11236 test_vreinterpret_s64_u32(uint32x2_t a) test_vreinterpret_s64_u32() argument
11242 test_vreinterpret_s64_u64(uint64x1_t a) test_vreinterpret_s64_u64() argument
11249 test_vreinterpret_s64_f16(float16x4_t a) test_vreinterpret_s64_f16() argument
11256 test_vreinterpret_s64_f32(float32x2_t a) test_vreinterpret_s64_f32() argument
11263 test_vreinterpret_s64_p8(poly8x8_t a) test_vreinterpret_s64_p8() argument
11270 test_vreinterpret_s64_p16(poly16x4_t a) test_vreinterpret_s64_p16() argument
11276 test_vreinterpret_u8_s8(int8x8_t a) test_vreinterpret_u8_s8() argument
11283 test_vreinterpret_u8_s16(int16x4_t a) test_vreinterpret_u8_s16() argument
11290 test_vreinterpret_u8_s32(int32x2_t a) test_vreinterpret_u8_s32() argument
11297 test_vreinterpret_u8_s64(int64x1_t a) test_vreinterpret_u8_s64() argument
11304 test_vreinterpret_u8_u16(uint16x4_t a) test_vreinterpret_u8_u16() argument
11311 test_vreinterpret_u8_u32(uint32x2_t a) test_vreinterpret_u8_u32() argument
11318 test_vreinterpret_u8_u64(uint64x1_t a) test_vreinterpret_u8_u64() argument
11325 test_vreinterpret_u8_f16(float16x4_t a) test_vreinterpret_u8_f16() argument
11332 test_vreinterpret_u8_f32(float32x2_t a) test_vreinterpret_u8_f32() argument
11338 test_vreinterpret_u8_p8(poly8x8_t a) test_vreinterpret_u8_p8() argument
11345 test_vreinterpret_u8_p16(poly16x4_t a) test_vreinterpret_u8_p16() argument
11352 test_vreinterpret_u16_s8(int8x8_t a) test_vreinterpret_u16_s8() argument
11358 test_vreinterpret_u16_s16(int16x4_t a) test_vreinterpret_u16_s16() argument
11365 test_vreinterpret_u16_s32(int32x2_t a) test_vreinterpret_u16_s32() argument
11372 test_vreinterpret_u16_s64(int64x1_t a) test_vreinterpret_u16_s64() argument
11379 test_vreinterpret_u16_u8(uint8x8_t a) test_vreinterpret_u16_u8() argument
11386 test_vreinterpret_u16_u32(uint32x2_t a) test_vreinterpret_u16_u32() argument
11393 test_vreinterpret_u16_u64(uint64x1_t a) test_vreinterpret_u16_u64() argument
11400 test_vreinterpret_u16_f16(float16x4_t a) test_vreinterpret_u16_f16() argument
11407 test_vreinterpret_u16_f32(float32x2_t a) test_vreinterpret_u16_f32() argument
11414 test_vreinterpret_u16_p8(poly8x8_t a) test_vreinterpret_u16_p8() argument
11420 test_vreinterpret_u16_p16(poly16x4_t a) test_vreinterpret_u16_p16() argument
11427 test_vreinterpret_u32_s8(int8x8_t a) test_vreinterpret_u32_s8() argument
11434 test_vreinterpret_u32_s16(int16x4_t a) test_vreinterpret_u32_s16() argument
11440 test_vreinterpret_u32_s32(int32x2_t a) test_vreinterpret_u32_s32() argument
11447 test_vreinterpret_u32_s64(int64x1_t a) test_vreinterpret_u32_s64() argument
11454 test_vreinterpret_u32_u8(uint8x8_t a) test_vreinterpret_u32_u8() argument
11461 test_vreinterpret_u32_u16(uint16x4_t a) test_vreinterpret_u32_u16() argument
11468 test_vreinterpret_u32_u64(uint64x1_t a) test_vreinterpret_u32_u64() argument
11475 test_vreinterpret_u32_f16(float16x4_t a) test_vreinterpret_u32_f16() argument
11482 test_vreinterpret_u32_f32(float32x2_t a) test_vreinterpret_u32_f32() argument
11489 test_vreinterpret_u32_p8(poly8x8_t a) test_vreinterpret_u32_p8() argument
11496 test_vreinterpret_u32_p16(poly16x4_t a) test_vreinterpret_u32_p16() argument
11503 test_vreinterpret_u64_s8(int8x8_t a) test_vreinterpret_u64_s8() argument
11510 test_vreinterpret_u64_s16(int16x4_t a) test_vreinterpret_u64_s16() argument
11517 test_vreinterpret_u64_s32(int32x2_t a) test_vreinterpret_u64_s32() argument
11523 test_vreinterpret_u64_s64(int64x1_t a) test_vreinterpret_u64_s64() argument
11530 test_vreinterpret_u64_u8(uint8x8_t a) test_vreinterpret_u64_u8() argument
11537 test_vreinterpret_u64_u16(uint16x4_t a) test_vreinterpret_u64_u16() argument
11544 test_vreinterpret_u64_u32(uint32x2_t a) test_vreinterpret_u64_u32() argument
11551 test_vreinterpret_u64_f16(float16x4_t a) test_vreinterpret_u64_f16() argument
11558 test_vreinterpret_u64_f32(float32x2_t a) test_vreinterpret_u64_f32() argument
11565 test_vreinterpret_u64_p8(poly8x8_t a) test_vreinterpret_u64_p8() argument
11572 test_vreinterpret_u64_p16(poly16x4_t a) test_vreinterpret_u64_p16() argument
11579 test_vreinterpret_f16_s8(int8x8_t a) test_vreinterpret_f16_s8() argument
11586 test_vreinterpret_f16_s16(int16x4_t a) test_vreinterpret_f16_s16() argument
11593 test_vreinterpret_f16_s32(int32x2_t a) test_vreinterpret_f16_s32() argument
11600 test_vreinterpret_f16_s64(int64x1_t a) test_vreinterpret_f16_s64() argument
11607 test_vreinterpret_f16_u8(uint8x8_t a) test_vreinterpret_f16_u8() argument
11614 test_vreinterpret_f16_u16(uint16x4_t a) test_vreinterpret_f16_u16() argument
11621 test_vreinterpret_f16_u32(uint32x2_t a) test_vreinterpret_f16_u32() argument
11628 test_vreinterpret_f16_u64(uint64x1_t a) test_vreinterpret_f16_u64() argument
11635 test_vreinterpret_f16_f32(float32x2_t a) test_vreinterpret_f16_f32() argument
11642 test_vreinterpret_f16_p8(poly8x8_t a) test_vreinterpret_f16_p8() argument
11649 test_vreinterpret_f16_p16(poly16x4_t a) test_vreinterpret_f16_p16() argument
11656 test_vreinterpret_f32_s8(int8x8_t a) test_vreinterpret_f32_s8() argument
11663 test_vreinterpret_f32_s16(int16x4_t a) test_vreinterpret_f32_s16() argument
11670 test_vreinterpret_f32_s32(int32x2_t a) test_vreinterpret_f32_s32() argument
11677 test_vreinterpret_f32_s64(int64x1_t a) test_vreinterpret_f32_s64() argument
11684 test_vreinterpret_f32_u8(uint8x8_t a) test_vreinterpret_f32_u8() argument
11691 test_vreinterpret_f32_u16(uint16x4_t a) test_vreinterpret_f32_u16() argument
11698 test_vreinterpret_f32_u32(uint32x2_t a) test_vreinterpret_f32_u32() argument
11705 test_vreinterpret_f32_u64(uint64x1_t a) test_vreinterpret_f32_u64() argument
11712 test_vreinterpret_f32_f16(float16x4_t a) test_vreinterpret_f32_f16() argument
11719 test_vreinterpret_f32_p8(poly8x8_t a) test_vreinterpret_f32_p8() argument
11726 test_vreinterpret_f32_p16(poly16x4_t a) test_vreinterpret_f32_p16() argument
11732 test_vreinterpret_p8_s8(int8x8_t a) test_vreinterpret_p8_s8() argument
11739 test_vreinterpret_p8_s16(int16x4_t a) test_vreinterpret_p8_s16() argument
11746 test_vreinterpret_p8_s32(int32x2_t a) test_vreinterpret_p8_s32() argument
11753 test_vreinterpret_p8_s64(int64x1_t a) test_vreinterpret_p8_s64() argument
11759 test_vreinterpret_p8_u8(uint8x8_t a) test_vreinterpret_p8_u8() argument
11766 test_vreinterpret_p8_u16(uint16x4_t a) test_vreinterpret_p8_u16() argument
11773 test_vreinterpret_p8_u32(uint32x2_t a) test_vreinterpret_p8_u32() argument
11780 test_vreinterpret_p8_u64(uint64x1_t a) test_vreinterpret_p8_u64() argument
11787 test_vreinterpret_p8_f16(float16x4_t a) test_vreinterpret_p8_f16() argument
11794 test_vreinterpret_p8_f32(float32x2_t a) test_vreinterpret_p8_f32() argument
11801 test_vreinterpret_p8_p16(poly16x4_t a) test_vreinterpret_p8_p16() argument
11808 test_vreinterpret_p16_s8(int8x8_t a) test_vreinterpret_p16_s8() argument
11814 test_vreinterpret_p16_s16(int16x4_t a) test_vreinterpret_p16_s16() argument
11821 test_vreinterpret_p16_s32(int32x2_t a) test_vreinterpret_p16_s32() argument
11828 test_vreinterpret_p16_s64(int64x1_t a) test_vreinterpret_p16_s64() argument
11835 test_vreinterpret_p16_u8(uint8x8_t a) test_vreinterpret_p16_u8() argument
11841 test_vreinterpret_p16_u16(uint16x4_t a) test_vreinterpret_p16_u16() argument
11848 test_vreinterpret_p16_u32(uint32x2_t a) test_vreinterpret_p16_u32() argument
11855 test_vreinterpret_p16_u64(uint64x1_t a) test_vreinterpret_p16_u64() argument
11862 test_vreinterpret_p16_f16(float16x4_t a) test_vreinterpret_p16_f16() argument
11869 test_vreinterpret_p16_f32(float32x2_t a) test_vreinterpret_p16_f32() argument
11876 test_vreinterpret_p16_p8(poly8x8_t a) test_vreinterpret_p16_p8() argument
11883 test_vreinterpretq_s8_s16(int16x8_t a) test_vreinterpretq_s8_s16() argument
11890 test_vreinterpretq_s8_s32(int32x4_t a) test_vreinterpretq_s8_s32() argument
11897 test_vreinterpretq_s8_s64(int64x2_t a) test_vreinterpretq_s8_s64() argument
11903 test_vreinterpretq_s8_u8(uint8x16_t a) test_vreinterpretq_s8_u8() argument
11910 test_vreinterpretq_s8_u16(uint16x8_t a) test_vreinterpretq_s8_u16() argument
11917 test_vreinterpretq_s8_u32(uint32x4_t a) test_vreinterpretq_s8_u32() argument
11924 test_vreinterpretq_s8_u64(uint64x2_t a) test_vreinterpretq_s8_u64() argument
11931 test_vreinterpretq_s8_f16(float16x8_t a) test_vreinterpretq_s8_f16() argument
11938 test_vreinterpretq_s8_f32(float32x4_t a) test_vreinterpretq_s8_f32() argument
11944 test_vreinterpretq_s8_p8(poly8x16_t a) test_vreinterpretq_s8_p8() argument
11951 test_vreinterpretq_s8_p16(poly16x8_t a) test_vreinterpretq_s8_p16() argument
11958 test_vreinterpretq_s16_s8(int8x16_t a) test_vreinterpretq_s16_s8() argument
11965 test_vreinterpretq_s16_s32(int32x4_t a) test_vreinterpretq_s16_s32() argument
11972 test_vreinterpretq_s16_s64(int64x2_t a) test_vreinterpretq_s16_s64() argument
11979 test_vreinterpretq_s16_u8(uint8x16_t a) test_vreinterpretq_s16_u8() argument
11985 test_vreinterpretq_s16_u16(uint16x8_t a) test_vreinterpretq_s16_u16() argument
11992 test_vreinterpretq_s16_u32(uint32x4_t a) test_vreinterpretq_s16_u32() argument
11999 test_vreinterpretq_s16_u64(uint64x2_t a) test_vreinterpretq_s16_u64() argument
12006 test_vreinterpretq_s16_f16(float16x8_t a) test_vreinterpretq_s16_f16() argument
12013 test_vreinterpretq_s16_f32(float32x4_t a) test_vreinterpretq_s16_f32() argument
12020 test_vreinterpretq_s16_p8(poly8x16_t a) test_vreinterpretq_s16_p8() argument
12026 test_vreinterpretq_s16_p16(poly16x8_t a) test_vreinterpretq_s16_p16() argument
12033 test_vreinterpretq_s32_s8(int8x16_t a) test_vreinterpretq_s32_s8() argument
12040 test_vreinterpretq_s32_s16(int16x8_t a) test_vreinterpretq_s32_s16() argument
12047 test_vreinterpretq_s32_s64(int64x2_t a) test_vreinterpretq_s32_s64() argument
12054 test_vreinterpretq_s32_u8(uint8x16_t a) test_vreinterpretq_s32_u8() argument
12061 test_vreinterpretq_s32_u16(uint16x8_t a) test_vreinterpretq_s32_u16() argument
12067 test_vreinterpretq_s32_u32(uint32x4_t a) test_vreinterpretq_s32_u32() argument
12074 test_vreinterpretq_s32_u64(uint64x2_t a) test_vreinterpretq_s32_u64() argument
12081 test_vreinterpretq_s32_f16(float16x8_t a) test_vreinterpretq_s32_f16() argument
12088 test_vreinterpretq_s32_f32(float32x4_t a) test_vreinterpretq_s32_f32() argument
12095 test_vreinterpretq_s32_p8(poly8x16_t a) test_vreinterpretq_s32_p8() argument
12102 test_vreinterpretq_s32_p16(poly16x8_t a) test_vreinterpretq_s32_p16() argument
12109 test_vreinterpretq_s64_s8(int8x16_t a) test_vreinterpretq_s64_s8() argument
12116 test_vreinterpretq_s64_s16(int16x8_t a) test_vreinterpretq_s64_s16() argument
12123 test_vreinterpretq_s64_s32(int32x4_t a) test_vreinterpretq_s64_s32() argument
12130 test_vreinterpretq_s64_u8(uint8x16_t a) test_vreinterpretq_s64_u8() argument
12137 test_vreinterpretq_s64_u16(uint16x8_t a) test_vreinterpretq_s64_u16() argument
12144 test_vreinterpretq_s64_u32(uint32x4_t a) test_vreinterpretq_s64_u32() argument
12150 test_vreinterpretq_s64_u64(uint64x2_t a) test_vreinterpretq_s64_u64() argument
12157 test_vreinterpretq_s64_f16(float16x8_t a) test_vreinterpretq_s64_f16() argument
12164 test_vreinterpretq_s64_f32(float32x4_t a) test_vreinterpretq_s64_f32() argument
12171 test_vreinterpretq_s64_p8(poly8x16_t a) test_vreinterpretq_s64_p8() argument
12178 test_vreinterpretq_s64_p16(poly16x8_t a) test_vreinterpretq_s64_p16() argument
12184 test_vreinterpretq_u8_s8(int8x16_t a) test_vreinterpretq_u8_s8() argument
12191 test_vreinterpretq_u8_s16(int16x8_t a) test_vreinterpretq_u8_s16() argument
12198 test_vreinterpretq_u8_s32(int32x4_t a) test_vreinterpretq_u8_s32() argument
12205 test_vreinterpretq_u8_s64(int64x2_t a) test_vreinterpretq_u8_s64() argument
12212 test_vreinterpretq_u8_u16(uint16x8_t a) test_vreinterpretq_u8_u16() argument
12219 test_vreinterpretq_u8_u32(uint32x4_t a) test_vreinterpretq_u8_u32() argument
12226 test_vreinterpretq_u8_u64(uint64x2_t a) test_vreinterpretq_u8_u64() argument
12233 test_vreinterpretq_u8_f16(float16x8_t a) test_vreinterpretq_u8_f16() argument
12240 test_vreinterpretq_u8_f32(float32x4_t a) test_vreinterpretq_u8_f32() argument
12246 test_vreinterpretq_u8_p8(poly8x16_t a) test_vreinterpretq_u8_p8() argument
12253 test_vreinterpretq_u8_p16(poly16x8_t a) test_vreinterpretq_u8_p16() argument
12260 test_vreinterpretq_u16_s8(int8x16_t a) test_vreinterpretq_u16_s8() argument
12266 test_vreinterpretq_u16_s16(int16x8_t a) test_vreinterpretq_u16_s16() argument
12273 test_vreinterpretq_u16_s32(int32x4_t a) test_vreinterpretq_u16_s32() argument
12280 test_vreinterpretq_u16_s64(int64x2_t a) test_vreinterpretq_u16_s64() argument
12287 test_vreinterpretq_u16_u8(uint8x16_t a) test_vreinterpretq_u16_u8() argument
12294 test_vreinterpretq_u16_u32(uint32x4_t a) test_vreinterpretq_u16_u32() argument
12301 test_vreinterpretq_u16_u64(uint64x2_t a) test_vreinterpretq_u16_u64() argument
12308 test_vreinterpretq_u16_f16(float16x8_t a) test_vreinterpretq_u16_f16() argument
12315 test_vreinterpretq_u16_f32(float32x4_t a) test_vreinterpretq_u16_f32() argument
12322 test_vreinterpretq_u16_p8(poly8x16_t a) test_vreinterpretq_u16_p8() argument
12328 test_vreinterpretq_u16_p16(poly16x8_t a) test_vreinterpretq_u16_p16() argument
12335 test_vreinterpretq_u32_s8(int8x16_t a) test_vreinterpretq_u32_s8() argument
12342 test_vreinterpretq_u32_s16(int16x8_t a) test_vreinterpretq_u32_s16() argument
12348 test_vreinterpretq_u32_s32(int32x4_t a) test_vreinterpretq_u32_s32() argument
12355 test_vreinterpretq_u32_s64(int64x2_t a) test_vreinterpretq_u32_s64() argument
12362 test_vreinterpretq_u32_u8(uint8x16_t a) test_vreinterpretq_u32_u8() argument
12369 test_vreinterpretq_u32_u16(uint16x8_t a) test_vreinterpretq_u32_u16() argument
12376 test_vreinterpretq_u32_u64(uint64x2_t a) test_vreinterpretq_u32_u64() argument
12383 test_vreinterpretq_u32_f16(float16x8_t a) test_vreinterpretq_u32_f16() argument
12390 test_vreinterpretq_u32_f32(float32x4_t a) test_vreinterpretq_u32_f32() argument
12397 test_vreinterpretq_u32_p8(poly8x16_t a) test_vreinterpretq_u32_p8() argument
12404 test_vreinterpretq_u32_p16(poly16x8_t a) test_vreinterpretq_u32_p16() argument
12411 test_vreinterpretq_u64_s8(int8x16_t a) test_vreinterpretq_u64_s8() argument
12418 test_vreinterpretq_u64_s16(int16x8_t a) test_vreinterpretq_u64_s16() argument
12425 test_vreinterpretq_u64_s32(int32x4_t a) test_vreinterpretq_u64_s32() argument
12431 test_vreinterpretq_u64_s64(int64x2_t a) test_vreinterpretq_u64_s64() argument
12438 test_vreinterpretq_u64_u8(uint8x16_t a) test_vreinterpretq_u64_u8() argument
12445 test_vreinterpretq_u64_u16(uint16x8_t a) test_vreinterpretq_u64_u16() argument
12452 test_vreinterpretq_u64_u32(uint32x4_t a) test_vreinterpretq_u64_u32() argument
12459 test_vreinterpretq_u64_f16(float16x8_t a) test_vreinterpretq_u64_f16() argument
12466 test_vreinterpretq_u64_f32(float32x4_t a) test_vreinterpretq_u64_f32() argument
12473 test_vreinterpretq_u64_p8(poly8x16_t a) test_vreinterpretq_u64_p8() argument
12480 test_vreinterpretq_u64_p16(poly16x8_t a) test_vreinterpretq_u64_p16() argument
12487 test_vreinterpretq_f16_s8(int8x16_t a) test_vreinterpretq_f16_s8() argument
12494 test_vreinterpretq_f16_s16(int16x8_t a) test_vreinterpretq_f16_s16() argument
12501 test_vreinterpretq_f16_s32(int32x4_t a) test_vreinterpretq_f16_s32() argument
12508 test_vreinterpretq_f16_s64(int64x2_t a) test_vreinterpretq_f16_s64() argument
12515 test_vreinterpretq_f16_u8(uint8x16_t a) test_vreinterpretq_f16_u8() argument
12522 test_vreinterpretq_f16_u16(uint16x8_t a) test_vreinterpretq_f16_u16() argument
12529 test_vreinterpretq_f16_u32(uint32x4_t a) test_vreinterpretq_f16_u32() argument
12536 test_vreinterpretq_f16_u64(uint64x2_t a) test_vreinterpretq_f16_u64() argument
12543 test_vreinterpretq_f16_f32(float32x4_t a) test_vreinterpretq_f16_f32() argument
12550 test_vreinterpretq_f16_p8(poly8x16_t a) test_vreinterpretq_f16_p8() argument
12557 test_vreinterpretq_f16_p16(poly16x8_t a) test_vreinterpretq_f16_p16() argument
12564 test_vreinterpretq_f32_s8(int8x16_t a) test_vreinterpretq_f32_s8() argument
12571 test_vreinterpretq_f32_s16(int16x8_t a) test_vreinterpretq_f32_s16() argument
12578 test_vreinterpretq_f32_s32(int32x4_t a) test_vreinterpretq_f32_s32() argument
12585 test_vreinterpretq_f32_s64(int64x2_t a) test_vreinterpretq_f32_s64() argument
12592 test_vreinterpretq_f32_u8(uint8x16_t a) test_vreinterpretq_f32_u8() argument
12599 test_vreinterpretq_f32_u16(uint16x8_t a) test_vreinterpretq_f32_u16() argument
12606 test_vreinterpretq_f32_u32(uint32x4_t a) test_vreinterpretq_f32_u32() argument
12613 test_vreinterpretq_f32_u64(uint64x2_t a) test_vreinterpretq_f32_u64() argument
12620 test_vreinterpretq_f32_f16(float16x8_t a) test_vreinterpretq_f32_f16() argument
12627 test_vreinterpretq_f32_p8(poly8x16_t a) test_vreinterpretq_f32_p8() argument
12634 test_vreinterpretq_f32_p16(poly16x8_t a) test_vreinterpretq_f32_p16() argument
12640 test_vreinterpretq_p8_s8(int8x16_t a) test_vreinterpretq_p8_s8() argument
12647 test_vreinterpretq_p8_s16(int16x8_t a) test_vreinterpretq_p8_s16() argument
12654 test_vreinterpretq_p8_s32(int32x4_t a) test_vreinterpretq_p8_s32() argument
12661 test_vreinterpretq_p8_s64(int64x2_t a) test_vreinterpretq_p8_s64() argument
12667 test_vreinterpretq_p8_u8(uint8x16_t a) test_vreinterpretq_p8_u8() argument
12674 test_vreinterpretq_p8_u16(uint16x8_t a) test_vreinterpretq_p8_u16() argument
12681 test_vreinterpretq_p8_u32(uint32x4_t a) test_vreinterpretq_p8_u32() argument
12688 test_vreinterpretq_p8_u64(uint64x2_t a) test_vreinterpretq_p8_u64() argument
12695 test_vreinterpretq_p8_f16(float16x8_t a) test_vreinterpretq_p8_f16() argument
12702 test_vreinterpretq_p8_f32(float32x4_t a) test_vreinterpretq_p8_f32() argument
12709 test_vreinterpretq_p8_p16(poly16x8_t a) test_vreinterpretq_p8_p16() argument
12716 test_vreinterpretq_p16_s8(int8x16_t a) test_vreinterpretq_p16_s8() argument
12722 test_vreinterpretq_p16_s16(int16x8_t a) test_vreinterpretq_p16_s16() argument
12729 test_vreinterpretq_p16_s32(int32x4_t a) test_vreinterpretq_p16_s32() argument
12736 test_vreinterpretq_p16_s64(int64x2_t a) test_vreinterpretq_p16_s64() argument
12743 test_vreinterpretq_p16_u8(uint8x16_t a) test_vreinterpretq_p16_u8() argument
12749 test_vreinterpretq_p16_u16(uint16x8_t a) test_vreinterpretq_p16_u16() argument
12756 test_vreinterpretq_p16_u32(uint32x4_t a) test_vreinterpretq_p16_u32() argument
12763 test_vreinterpretq_p16_u64(uint64x2_t a) test_vreinterpretq_p16_u64() argument
12770 test_vreinterpretq_p16_f16(float16x8_t a) test_vreinterpretq_p16_f16() argument
12777 test_vreinterpretq_p16_f32(float32x4_t a) test_vreinterpretq_p16_f32() argument
12784 test_vreinterpretq_p16_p8(poly8x16_t a) test_vreinterpretq_p16_p8() argument
12791 test_vrev16_s8(int8x8_t a) test_vrev16_s8() argument
12798 test_vrev16_u8(uint8x8_t a) test_vrev16_u8() argument
12805 test_vrev16_p8(poly8x8_t a) test_vrev16_p8() argument
12812 test_vrev16q_s8(int8x16_t a) test_vrev16q_s8() argument
12819 test_vrev16q_u8(uint8x16_t a) test_vrev16q_u8() argument
12826 test_vrev16q_p8(poly8x16_t a) test_vrev16q_p8() argument
12833 test_vrev32_s8(int8x8_t a) test_vrev32_s8() argument
12840 test_vrev32_s16(int16x4_t a) test_vrev32_s16() argument
12847 test_vrev32_u8(uint8x8_t a) test_vrev32_u8() argument
12854 test_vrev32_u16(uint16x4_t a) test_vrev32_u16() argument
12861 test_vrev32_p8(poly8x8_t a) test_vrev32_p8() argument
12868 test_vrev32_p16(poly16x4_t a) test_vrev32_p16() argument
12875 test_vrev32q_s8(int8x16_t a) test_vrev32q_s8() argument
12882 test_vrev32q_s16(int16x8_t a) test_vrev32q_s16() argument
12889 test_vrev32q_u8(uint8x16_t a) test_vrev32q_u8() argument
12896 test_vrev32q_u16(uint16x8_t a) test_vrev32q_u16() argument
12903 test_vrev32q_p8(poly8x16_t a) test_vrev32q_p8() argument
12910 test_vrev32q_p16(poly16x8_t a) test_vrev32q_p16() argument
12917 test_vrev64_s8(int8x8_t a) test_vrev64_s8() argument
12924 test_vrev64_s16(int16x4_t a) test_vrev64_s16() argument
12931 test_vrev64_s32(int32x2_t a) test_vrev64_s32() argument
12938 test_vrev64_u8(uint8x8_t a) test_vrev64_u8() argument
12945 test_vrev64_u16(uint16x4_t a) test_vrev64_u16() argument
12952 test_vrev64_u32(uint32x2_t a) test_vrev64_u32() argument
12959 test_vrev64_p8(poly8x8_t a) test_vrev64_p8() argument
12966 test_vrev64_p16(poly16x4_t a) test_vrev64_p16() argument
12973 test_vrev64_f32(float32x2_t a) test_vrev64_f32() argument
12980 test_vrev64q_s8(int8x16_t a) test_vrev64q_s8() argument
12987 test_vrev64q_s16(int16x8_t a) test_vrev64q_s16() argument
12994 test_vrev64q_s32(int32x4_t a) test_vrev64q_s32() argument
13001 test_vrev64q_u8(uint8x16_t a) test_vrev64q_u8() argument
13008 test_vrev64q_u16(uint16x8_t a) test_vrev64q_u16() argument
13015 test_vrev64q_u32(uint32x4_t a) test_vrev64q_u32() argument
13022 test_vrev64q_p8(poly8x16_t a) test_vrev64q_p8() argument
13029 test_vrev64q_p16(poly16x8_t a) test_vrev64q_p16() argument
13036 test_vrev64q_f32(float32x4_t a) test_vrev64q_f32() argument
13043 test_vrhadd_s8(int8x8_t a,int8x8_t b) test_vrhadd_s8() argument
13053 test_vrhadd_s16(int16x4_t a,int16x4_t b) test_vrhadd_s16() argument
13063 test_vrhadd_s32(int32x2_t a,int32x2_t b) test_vrhadd_s32() argument
13070 test_vrhadd_u8(uint8x8_t a,uint8x8_t b) test_vrhadd_u8() argument
13080 test_vrhadd_u16(uint16x4_t a,uint16x4_t b) test_vrhadd_u16() argument
13090 test_vrhadd_u32(uint32x2_t a,uint32x2_t b) test_vrhadd_u32() argument
13097 test_vrhaddq_s8(int8x16_t a,int8x16_t b) test_vrhaddq_s8() argument
13107 test_vrhaddq_s16(int16x8_t a,int16x8_t b) test_vrhaddq_s16() argument
13117 test_vrhaddq_s32(int32x4_t a,int32x4_t b) test_vrhaddq_s32() argument
13124 test_vrhaddq_u8(uint8x16_t a,uint8x16_t b) test_vrhaddq_u8() argument
13134 test_vrhaddq_u16(uint16x8_t a,uint16x8_t b) test_vrhaddq_u16() argument
13144 test_vrhaddq_u32(uint32x4_t a,uint32x4_t b) test_vrhaddq_u32() argument
13151 test_vrshl_s8(int8x8_t a,int8x8_t b) test_vrshl_s8() argument
13161 test_vrshl_s16(int16x4_t a,int16x4_t b) test_vrshl_s16() argument
13171 test_vrshl_s32(int32x2_t a,int32x2_t b) test_vrshl_s32() argument
13181 test_vrshl_s64(int64x1_t a,int64x1_t b) test_vrshl_s64() argument
13188 test_vrshl_u8(uint8x8_t a,int8x8_t b) test_vrshl_u8() argument
13198 test_vrshl_u16(uint16x4_t a,int16x4_t b) test_vrshl_u16() argument
13208 test_vrshl_u32(uint32x2_t a,int32x2_t b) test_vrshl_u32() argument
13218 test_vrshl_u64(uint64x1_t a,int64x1_t b) test_vrshl_u64() argument
13225 test_vrshlq_s8(int8x16_t a,int8x16_t b) test_vrshlq_s8() argument
13235 test_vrshlq_s16(int16x8_t a,int16x8_t b) test_vrshlq_s16() argument
13245 test_vrshlq_s32(int32x4_t a,int32x4_t b) test_vrshlq_s32() argument
13255 test_vrshlq_s64(int64x2_t a,int64x2_t b) test_vrshlq_s64() argument
13262 test_vrshlq_u8(uint8x16_t a,int8x16_t b) test_vrshlq_u8() argument
13272 test_vrshlq_u16(uint16x8_t a,int16x8_t b) test_vrshlq_u16() argument
13282 test_vrshlq_u32(uint32x4_t a,int32x4_t b) test_vrshlq_u32() argument
13292 test_vrshlq_u64(uint64x2_t a,int64x2_t b) test_vrshlq_u64() argument
13301 test_vrshrn_n_s16(int16x8_t a) test_vrshrn_n_s16() argument
13310 test_vrshrn_n_s32(int32x4_t a) test_vrshrn_n_s32() argument
13319 test_vrshrn_n_s64(int64x2_t a) test_vrshrn_n_s64() argument
13328 test_vrshrn_n_u16(uint16x8_t a) test_vrshrn_n_u16() argument
13337 test_vrshrn_n_u32(uint32x4_t a) test_vrshrn_n_u32() argument
13346 test_vrshrn_n_u64(uint64x2_t a) test_vrshrn_n_u64() argument
13353 test_vrshr_n_s8(int8x8_t a) test_vrshr_n_s8() argument
13362 test_vrshr_n_s16(int16x4_t a) test_vrshr_n_s16() argument
13371 test_vrshr_n_s32(int32x2_t a) test_vrshr_n_s32() argument
13380 test_vrshr_n_s64(int64x1_t a) test_vrshr_n_s64() argument
13387 test_vrshr_n_u8(uint8x8_t a) test_vrshr_n_u8() argument
13396 test_vrshr_n_u16(uint16x4_t a) test_vrshr_n_u16() argument
13405 test_vrshr_n_u32(uint32x2_t a) test_vrshr_n_u32() argument
13414 test_vrshr_n_u64(uint64x1_t a) test_vrshr_n_u64() argument
13421 test_vrshrq_n_s8(int8x16_t a) test_vrshrq_n_s8() argument
13430 test_vrshrq_n_s16(int16x8_t a) test_vrshrq_n_s16() argument
13439 test_vrshrq_n_s32(int32x4_t a) test_vrshrq_n_s32() argument
13448 test_vrshrq_n_s64(int64x2_t a) test_vrshrq_n_s64() argument
13455 test_vrshrq_n_u8(uint8x16_t a) test_vrshrq_n_u8() argument
13464 test_vrshrq_n_u16(uint16x8_t a) test_vrshrq_n_u16() argument
13473 test_vrshrq_n_u32(uint32x4_t a) test_vrshrq_n_u32() argument
13482 test_vrshrq_n_u64(uint64x2_t a) test_vrshrq_n_u64() argument
13490 test_vrsqrte_f32(float32x2_t a) test_vrsqrte_f32() argument
13498 test_vrsqrte_u32(uint32x2_t a) test_vrsqrte_u32() argument
13506 test_vrsqrteq_f32(float32x4_t a) test_vrsqrteq_f32() argument
13514 test_vrsqrteq_u32(uint32x4_t a) test_vrsqrteq_u32() argument
13524 test_vrsqrts_f32(float32x2_t a,float32x2_t b) test_vrsqrts_f32() argument
13534 test_vrsqrtsq_f32(float32x4_t a,float32x4_t b) test_vrsqrtsq_f32() argument
13542 test_vrsra_n_s8(int8x8_t a,int8x8_t b) test_vrsra_n_s8() argument
13554 test_vrsra_n_s16(int16x4_t a,int16x4_t b) test_vrsra_n_s16() argument
13566 test_vrsra_n_s32(int32x2_t a,int32x2_t b) test_vrsra_n_s32() argument
13578 test_vrsra_n_s64(int64x1_t a,int64x1_t b) test_vrsra_n_s64() argument
13586 test_vrsra_n_u8(uint8x8_t a,uint8x8_t b) test_vrsra_n_u8() argument
13598 test_vrsra_n_u16(uint16x4_t a,uint16x4_t b) test_vrsra_n_u16() argument
13610 test_vrsra_n_u32(uint32x2_t a,uint32x2_t b) test_vrsra_n_u32() argument
13622 test_vrsra_n_u64(uint64x1_t a,uint64x1_t b) test_vrsra_n_u64() argument
13630 test_vrsraq_n_s8(int8x16_t a,int8x16_t b) test_vrsraq_n_s8() argument
13642 test_vrsraq_n_s16(int16x8_t a,int16x8_t b) test_vrsraq_n_s16() argument
13654 test_vrsraq_n_s32(int32x4_t a,int32x4_t b) test_vrsraq_n_s32() argument
13666 test_vrsraq_n_s64(int64x2_t a,int64x2_t b) test_vrsraq_n_s64() argument
13674 test_vrsraq_n_u8(uint8x16_t a,uint8x16_t b) test_vrsraq_n_u8() argument
13686 test_vrsraq_n_u16(uint16x8_t a,uint16x8_t b) test_vrsraq_n_u16() argument
13698 test_vrsraq_n_u32(uint32x4_t a,uint32x4_t b) test_vrsraq_n_u32() argument
13710 test_vrsraq_n_u64(uint64x2_t a,uint64x2_t b) test_vrsraq_n_u64() argument
13719 test_vrsubhn_s16(int16x8_t a,int16x8_t b) test_vrsubhn_s16() argument
13729 test_vrsubhn_s32(int32x4_t a,int32x4_t b) test_vrsubhn_s32() argument
13739 test_vrsubhn_s64(int64x2_t a,int64x2_t b) test_vrsubhn_s64() argument
13748 test_vrsubhn_u16(uint16x8_t a,uint16x8_t b) test_vrsubhn_u16() argument
13758 test_vrsubhn_u32(uint32x4_t a,uint32x4_t b) test_vrsubhn_u32() argument
13768 test_vrsubhn_u64(uint64x2_t a,uint64x2_t b) test_vrsubhn_u64() argument
13775 test_vset_lane_u8(uint8_t a,uint8x8_t b) test_vset_lane_u8() argument
13782 test_vset_lane_u16(uint16_t a,uint16x4_t b) test_vset_lane_u16() argument
13789 test_vset_lane_u32(uint32_t a,uint32x2_t b) test_vset_lane_u32() argument
13796 test_vset_lane_s8(int8_t a,int8x8_t b) test_vset_lane_s8() argument
13803 test_vset_lane_s16(int16_t a,int16x4_t b) test_vset_lane_s16() argument
13810 test_vset_lane_s32(int32_t a,int32x2_t b) test_vset_lane_s32() argument
13817 test_vset_lane_p8(poly8_t a,poly8x8_t b) test_vset_lane_p8() argument
13824 test_vset_lane_p16(poly16_t a,poly16x4_t b) test_vset_lane_p16() argument
13831 test_vset_lane_f32(float32_t a,float32x2_t b) test_vset_lane_f32() argument
13848 test_vset_lane_f16(float16_t * a,float16x4_t b) test_vset_lane_f16() argument
13855 test_vsetq_lane_u8(uint8_t a,uint8x16_t b) test_vsetq_lane_u8() argument
13862 test_vsetq_lane_u16(uint16_t a,uint16x8_t b) test_vsetq_lane_u16() argument
13869 test_vsetq_lane_u32(uint32_t a,uint32x4_t b) test_vsetq_lane_u32() argument
13876 test_vsetq_lane_s8(int8_t a,int8x16_t b) test_vsetq_lane_s8() argument
13883 test_vsetq_lane_s16(int16_t a,int16x8_t b) test_vsetq_lane_s16() argument
13890 test_vsetq_lane_s32(int32_t a,int32x4_t b) test_vsetq_lane_s32() argument
13897 test_vsetq_lane_p8(poly8_t a,poly8x16_t b) test_vsetq_lane_p8() argument
13904 test_vsetq_lane_p16(poly16_t a,poly16x8_t b) test_vsetq_lane_p16() argument
13911 test_vsetq_lane_f32(float32_t a,float32x4_t b) test_vsetq_lane_f32() argument
13928 test_vsetq_lane_f16(float16_t * a,float16x8_t b) test_vsetq_lane_f16() argument
13935 test_vset_lane_s64(int64_t a,int64x1_t b) test_vset_lane_s64() argument
13942 test_vset_lane_u64(uint64_t a,uint64x1_t b) test_vset_lane_u64() argument
13949 test_vsetq_lane_s64(int64_t a,int64x2_t b) test_vsetq_lane_s64() argument
13956 test_vsetq_lane_u64(uint64_t a,uint64x2_t b) test_vsetq_lane_u64() argument
13963 test_vshl_s8(int8x8_t a,int8x8_t b) test_vshl_s8() argument
13973 test_vshl_s16(int16x4_t a,int16x4_t b) test_vshl_s16() argument
13983 test_vshl_s32(int32x2_t a,int32x2_t b) test_vshl_s32() argument
13993 test_vshl_s64(int64x1_t a,int64x1_t b) test_vshl_s64() argument
14000 test_vshl_u8(uint8x8_t a,int8x8_t b) test_vshl_u8() argument
14010 test_vshl_u16(uint16x4_t a,int16x4_t b) test_vshl_u16() argument
14020 test_vshl_u32(uint32x2_t a,int32x2_t b) test_vshl_u32() argument
14030 test_vshl_u64(uint64x1_t a,int64x1_t b) test_vshl_u64() argument
14037 test_vshlq_s8(int8x16_t a,int8x16_t b) test_vshlq_s8() argument
14047 test_vshlq_s16(int16x8_t a,int16x8_t b) test_vshlq_s16() argument
14057 test_vshlq_s32(int32x4_t a,int32x4_t b) test_vshlq_s32() argument
14067 test_vshlq_s64(int64x2_t a,int64x2_t b) test_vshlq_s64() argument
14074 test_vshlq_u8(uint8x16_t a,int8x16_t b) test_vshlq_u8() argument
14084 test_vshlq_u16(uint16x8_t a,int16x8_t b) test_vshlq_u16() argument
14094 test_vshlq_u32(uint32x4_t a,int32x4_t b) test_vshlq_u32() argument
14104 test_vshlq_u64(uint64x2_t a,int64x2_t b) test_vshlq_u64() argument
14112 test_vshll_n_s8(int8x8_t a) test_vshll_n_s8() argument
14122 test_vshll_n_s16(int16x4_t a) test_vshll_n_s16() argument
14132 test_vshll_n_s32(int32x2_t a) test_vshll_n_s32() argument
14140 test_vshll_n_u8(uint8x8_t a) test_vshll_n_u8() argument
14150 test_vshll_n_u16(uint16x4_t a) test_vshll_n_u16() argument
14160 test_vshll_n_u32(uint32x2_t a) test_vshll_n_u32() argument
14167 test_vshl_n_s8(int8x8_t a) test_vshl_n_s8() argument
14176 test_vshl_n_s16(int16x4_t a) test_vshl_n_s16() argument
14185 test_vshl_n_s32(int32x2_t a) test_vshl_n_s32() argument
14194 test_vshl_n_s64(int64x1_t a) test_vshl_n_s64() argument
14201 test_vshl_n_u8(uint8x8_t a) test_vshl_n_u8() argument
14210 test_vshl_n_u16(uint16x4_t a) test_vshl_n_u16() argument
14219 test_vshl_n_u32(uint32x2_t a) test_vshl_n_u32() argument
14228 test_vshl_n_u64(uint64x1_t a) test_vshl_n_u64() argument
14235 test_vshlq_n_s8(int8x16_t a) test_vshlq_n_s8() argument
14244 test_vshlq_n_s16(int16x8_t a) test_vshlq_n_s16() argument
14253 test_vshlq_n_s32(int32x4_t a) test_vshlq_n_s32() argument
14262 test_vshlq_n_s64(int64x2_t a) test_vshlq_n_s64() argument
14269 test_vshlq_n_u8(uint8x16_t a) test_vshlq_n_u8() argument
14278 test_vshlq_n_u16(uint16x8_t a) test_vshlq_n_u16() argument
14287 test_vshlq_n_u32(uint32x4_t a) test_vshlq_n_u32() argument
14296 test_vshlq_n_u64(uint64x2_t a) test_vshlq_n_u64() argument
14306 test_vshrn_n_s16(int16x8_t a) test_vshrn_n_s16() argument
14316 test_vshrn_n_s32(int32x4_t a) test_vshrn_n_s32() argument
14326 test_vshrn_n_s64(int64x2_t a) test_vshrn_n_s64() argument
14336 test_vshrn_n_u16(uint16x8_t a) test_vshrn_n_u16() argument
14346 test_vshrn_n_u32(uint32x4_t a) test_vshrn_n_u32() argument
14356 test_vshrn_n_u64(uint64x2_t a) test_vshrn_n_u64() argument
14363 test_vshr_n_s8(int8x8_t a) test_vshr_n_s8() argument
14372 test_vshr_n_s16(int16x4_t a) test_vshr_n_s16() argument
14381 test_vshr_n_s32(int32x2_t a) test_vshr_n_s32() argument
14390 test_vshr_n_s64(int64x1_t a) test_vshr_n_s64() argument
14397 test_vshr_n_u8(uint8x8_t a) test_vshr_n_u8() argument
14406 test_vshr_n_u16(uint16x4_t a) test_vshr_n_u16() argument
14415 test_vshr_n_u32(uint32x2_t a) test_vshr_n_u32() argument
14424 test_vshr_n_u64(uint64x1_t a) test_vshr_n_u64() argument
14431 test_vshrq_n_s8(int8x16_t a) test_vshrq_n_s8() argument
14440 test_vshrq_n_s16(int16x8_t a) test_vshrq_n_s16() argument
14449 test_vshrq_n_s32(int32x4_t a) test_vshrq_n_s32() argument
14458 test_vshrq_n_s64(int64x2_t a) test_vshrq_n_s64() argument
14465 test_vshrq_n_u8(uint8x16_t a) test_vshrq_n_u8() argument
14474 test_vshrq_n_u16(uint16x8_t a) test_vshrq_n_u16() argument
14483 test_vshrq_n_u32(uint32x4_t a) test_vshrq_n_u32() argument
14492 test_vshrq_n_u64(uint64x2_t a) test_vshrq_n_u64() argument
14499 test_vsli_n_s8(int8x8_t a,int8x8_t b) test_vsli_n_s8() argument
14510 test_vsli_n_s16(int16x4_t a,int16x4_t b) test_vsli_n_s16() argument
14521 test_vsli_n_s32(int32x2_t a,int32x2_t b) test_vsli_n_s32() argument
14532 test_vsli_n_s64(int64x1_t a,int64x1_t b) test_vsli_n_s64() argument
14539 test_vsli_n_u8(uint8x8_t a,uint8x8_t b) test_vsli_n_u8() argument
14550 test_vsli_n_u16(uint16x4_t a,uint16x4_t b) test_vsli_n_u16() argument
14561 test_vsli_n_u32(uint32x2_t a,uint32x2_t b) test_vsli_n_u32() argument
14572 test_vsli_n_u64(uint64x1_t a,uint64x1_t b) test_vsli_n_u64() argument
14579 test_vsli_n_p8(poly8x8_t a,poly8x8_t b) test_vsli_n_p8() argument
14590 test_vsli_n_p16(poly16x4_t a,poly16x4_t b) test_vsli_n_p16() argument
14597 test_vsliq_n_s8(int8x16_t a,int8x16_t b) test_vsliq_n_s8() argument
14608 test_vsliq_n_s16(int16x8_t a,int16x8_t b) test_vsliq_n_s16() argument
14619 test_vsliq_n_s32(int32x4_t a,int32x4_t b) test_vsliq_n_s32() argument
14630 test_vsliq_n_s64(int64x2_t a,int64x2_t b) test_vsliq_n_s64() argument
14637 test_vsliq_n_u8(uint8x16_t a,uint8x16_t b) test_vsliq_n_u8() argument
14648 test_vsliq_n_u16(uint16x8_t a,uint16x8_t b) test_vsliq_n_u16() argument
14659 test_vsliq_n_u32(uint32x4_t a,uint32x4_t b) test_vsliq_n_u32() argument
14670 test_vsliq_n_u64(uint64x2_t a,uint64x2_t b) test_vsliq_n_u64() argument
14677 test_vsliq_n_p8(poly8x16_t a,poly8x16_t b) test_vsliq_n_p8() argument
14688 test_vsliq_n_p16(poly16x8_t a,poly16x8_t b) test_vsliq_n_p16() argument
14696 test_vsra_n_s8(int8x8_t a,int8x8_t b) test_vsra_n_s8() argument
14708 test_vsra_n_s16(int16x4_t a,int16x4_t b) test_vsra_n_s16() argument
14720 test_vsra_n_s32(int32x2_t a,int32x2_t b) test_vsra_n_s32() argument
14732 test_vsra_n_s64(int64x1_t a,int64x1_t b) test_vsra_n_s64() argument
14740 test_vsra_n_u8(uint8x8_t a,uint8x8_t b) test_vsra_n_u8() argument
14752 test_vsra_n_u16(uint16x4_t a,uint16x4_t b) test_vsra_n_u16() argument
14764 test_vsra_n_u32(uint32x2_t a,uint32x2_t b) test_vsra_n_u32() argument
14776 test_vsra_n_u64(uint64x1_t a,uint64x1_t b) test_vsra_n_u64() argument
14784 test_vsraq_n_s8(int8x16_t a,int8x16_t b) test_vsraq_n_s8() argument
14796 test_vsraq_n_s16(int16x8_t a,int16x8_t b) test_vsraq_n_s16() argument
14808 test_vsraq_n_s32(int32x4_t a,int32x4_t b) test_vsraq_n_s32() argument
14820 test_vsraq_n_s64(int64x2_t a,int64x2_t b) test_vsraq_n_s64() argument
14828 test_vsraq_n_u8(uint8x16_t a,uint8x16_t b) test_vsraq_n_u8() argument
14840 test_vsraq_n_u16(uint16x8_t a,uint16x8_t b) test_vsraq_n_u16() argument
14852 test_vsraq_n_u32(uint32x4_t a,uint32x4_t b) test_vsraq_n_u32() argument
14864 test_vsraq_n_u64(uint64x2_t a,uint64x2_t b) test_vsraq_n_u64() argument
14871 test_vsri_n_s8(int8x8_t a,int8x8_t b) test_vsri_n_s8() argument
14882 test_vsri_n_s16(int16x4_t a,int16x4_t b) test_vsri_n_s16() argument
14893 test_vsri_n_s32(int32x2_t a,int32x2_t b) test_vsri_n_s32() argument
14904 test_vsri_n_s64(int64x1_t a,int64x1_t b) test_vsri_n_s64() argument
14911 test_vsri_n_u8(uint8x8_t a,uint8x8_t b) test_vsri_n_u8() argument
14922 test_vsri_n_u16(uint16x4_t a,uint16x4_t b) test_vsri_n_u16() argument
14933 test_vsri_n_u32(uint32x2_t a,uint32x2_t b) test_vsri_n_u32() argument
14944 test_vsri_n_u64(uint64x1_t a,uint64x1_t b) test_vsri_n_u64() argument
14951 test_vsri_n_p8(poly8x8_t a,poly8x8_t b) test_vsri_n_p8() argument
14962 test_vsri_n_p16(poly16x4_t a,poly16x4_t b) test_vsri_n_p16() argument
14969 test_vsriq_n_s8(int8x16_t a,int8x16_t b) test_vsriq_n_s8() argument
14980 test_vsriq_n_s16(int16x8_t a,int16x8_t b) test_vsriq_n_s16() argument
14991 test_vsriq_n_s32(int32x4_t a,int32x4_t b) test_vsriq_n_s32() argument
15002 test_vsriq_n_s64(int64x2_t a,int64x2_t b) test_vsriq_n_s64() argument
15009 test_vsriq_n_u8(uint8x16_t a,uint8x16_t b) test_vsriq_n_u8() argument
15020 test_vsriq_n_u16(uint16x8_t a,uint16x8_t b) test_vsriq_n_u16() argument
15031 test_vsriq_n_u32(uint32x4_t a,uint32x4_t b) test_vsriq_n_u32() argument
15042 test_vsriq_n_u64(uint64x2_t a,uint64x2_t b) test_vsriq_n_u64() argument
15049 test_vsriq_n_p8(poly8x16_t a,poly8x16_t b) test_vsriq_n_p8() argument
15060 test_vsriq_n_p16(poly16x8_t a,poly16x8_t b) test_vsriq_n_p16() argument
15067 test_vst1q_u8(uint8_t * a,uint8x16_t b) test_vst1q_u8() argument
15076 test_vst1q_u16(uint16_t * a,uint16x8_t b) test_vst1q_u16() argument
15085 test_vst1q_u32(uint32_t * a,uint32x4_t b) test_vst1q_u32() argument
15094 test_vst1q_u64(uint64_t * a,uint64x2_t b) test_vst1q_u64() argument
15101 test_vst1q_s8(int8_t * a,int8x16_t b) test_vst1q_s8() argument
15110 test_vst1q_s16(int16_t * a,int16x8_t b) test_vst1q_s16() argument
15119 test_vst1q_s32(int32_t * a,int32x4_t b) test_vst1q_s32() argument
15128 test_vst1q_s64(int64_t * a,int64x2_t b) test_vst1q_s64() argument
15137 test_vst1q_f16(float16_t * a,float16x8_t b) test_vst1q_f16() argument
15146 test_vst1q_f32(float32_t * a,float32x4_t b) test_vst1q_f32() argument
15153 test_vst1q_p8(poly8_t * a,poly8x16_t b) test_vst1q_p8() argument
15162 test_vst1q_p16(poly16_t * a,poly16x8_t b) test_vst1q_p16() argument
15169 test_vst1_u8(uint8_t * a,uint8x8_t b) test_vst1_u8() argument
15178 test_vst1_u16(uint16_t * a,uint16x4_t b) test_vst1_u16() argument
15187 test_vst1_u32(uint32_t * a,uint32x2_t b) test_vst1_u32() argument
15196 test_vst1_u64(uint64_t * a,uint64x1_t b) test_vst1_u64() argument
15203 test_vst1_s8(int8_t * a,int8x8_t b) test_vst1_s8() argument
15212 test_vst1_s16(int16_t * a,int16x4_t b) test_vst1_s16() argument
15221 test_vst1_s32(int32_t * a,int32x2_t b) test_vst1_s32() argument
15230 test_vst1_s64(int64_t * a,int64x1_t b) test_vst1_s64() argument
15239 test_vst1_f16(float16_t * a,float16x4_t b) test_vst1_f16() argument
15248 test_vst1_f32(float32_t * a,float32x2_t b) test_vst1_f32() argument
15255 test_vst1_p8(poly8_t * a,poly8x8_t b) test_vst1_p8() argument
15264 test_vst1_p16(poly16_t * a,poly16x4_t b) test_vst1_p16() argument
15272 test_vst1q_lane_u8(uint8_t * a,uint8x16_t b) test_vst1q_lane_u8() argument
15282 test_vst1q_lane_u16(uint16_t * a,uint16x8_t b) test_vst1q_lane_u16() argument
15292 test_vst1q_lane_u32(uint32_t * a,uint32x4_t b) test_vst1q_lane_u32() argument
15302 test_vst1q_lane_u64(uint64_t * a,uint64x2_t b) test_vst1q_lane_u64() argument
15310 test_vst1q_lane_s8(int8_t * a,int8x16_t b) test_vst1q_lane_s8() argument
15320 test_vst1q_lane_s16(int16_t * a,int16x8_t b) test_vst1q_lane_s16() argument
15330 test_vst1q_lane_s32(int32_t * a,int32x4_t b) test_vst1q_lane_s32() argument
15340 test_vst1q_lane_s64(int64_t * a,int64x2_t b) test_vst1q_lane_s64() argument
15350 test_vst1q_lane_f16(float16_t * a,float16x8_t b) test_vst1q_lane_f16() argument
15360 test_vst1q_lane_f32(float32_t * a,float32x4_t b) test_vst1q_lane_f32() argument
15368 test_vst1q_lane_p8(poly8_t * a,poly8x16_t b) test_vst1q_lane_p8() argument
15378 test_vst1q_lane_p16(poly16_t * a,poly16x8_t b) test_vst1q_lane_p16() argument
15386 test_vst1_lane_u8(uint8_t * a,uint8x8_t b) test_vst1_lane_u8() argument
15396 test_vst1_lane_u16(uint16_t * a,uint16x4_t b) test_vst1_lane_u16() argument
15406 test_vst1_lane_u32(uint32_t * a,uint32x2_t b) test_vst1_lane_u32() argument
15416 test_vst1_lane_u64(uint64_t * a,uint64x1_t b) test_vst1_lane_u64() argument
15424 test_vst1_lane_s8(int8_t * a,int8x8_t b) test_vst1_lane_s8() argument
15434 test_vst1_lane_s16(int16_t * a,int16x4_t b) test_vst1_lane_s16() argument
15444 test_vst1_lane_s32(int32_t * a,int32x2_t b) test_vst1_lane_s32() argument
15454 test_vst1_lane_s64(int64_t * a,int64x1_t b) test_vst1_lane_s64() argument
15464 test_vst1_lane_f16(float16_t * a,float16x4_t b) test_vst1_lane_f16() argument
15474 test_vst1_lane_f32(float32_t * a,float32x2_t b) test_vst1_lane_f32() argument
15482 test_vst1_lane_p8(poly8_t * a,poly8x8_t b) test_vst1_lane_p8() argument
15492 test_vst1_lane_p16(poly16_t * a,poly16x4_t b) test_vst1_lane_p16() argument
15510 test_vst2q_u8(uint8_t * a,uint8x16x2_t b) test_vst2q_u8() argument
15532 test_vst2q_u16(uint16_t * a,uint16x8x2_t b) test_vst2q_u16() argument
15554 test_vst2q_u32(uint32_t * a,uint32x4x2_t b) test_vst2q_u32() argument
15572 test_vst2q_s8(int8_t * a,int8x16x2_t b) test_vst2q_s8() argument
15594 test_vst2q_s16(int16_t * a,int16x8x2_t b) test_vst2q_s16() argument
15616 test_vst2q_s32(int32_t * a,int32x4x2_t b) test_vst2q_s32() argument
15638 test_vst2q_f16(float16_t * a,float16x8x2_t b) test_vst2q_f16() argument
15660 test_vst2q_f32(float32_t * a,float32x4x2_t b) test_vst2q_f32() argument
15678 test_vst2q_p8(poly8_t * a,poly8x16x2_t b) test_vst2q_p8() argument
15700 test_vst2q_p16(poly16_t * a,poly16x8x2_t b) test_vst2q_p16() argument
15718 test_vst2_u8(uint8_t * a,uint8x8x2_t b) test_vst2_u8() argument
15740 test_vst2_u16(uint16_t * a,uint16x4x2_t b) test_vst2_u16() argument
15762 test_vst2_u32(uint32_t * a,uint32x2x2_t b) test_vst2_u32() argument
15784 test_vst2_u64(uint64_t * a,uint64x1x2_t b) test_vst2_u64() argument
15802 test_vst2_s8(int8_t * a,int8x8x2_t b) test_vst2_s8() argument
15824 test_vst2_s16(int16_t * a,int16x4x2_t b) test_vst2_s16() argument
15846 test_vst2_s32(int32_t * a,int32x2x2_t b) test_vst2_s32() argument
15868 test_vst2_s64(int64_t * a,int64x1x2_t b) test_vst2_s64() argument
15890 test_vst2_f16(float16_t * a,float16x4x2_t b) test_vst2_f16() argument
15912 test_vst2_f32(float32_t * a,float32x2x2_t b) test_vst2_f32() argument
15930 test_vst2_p8(poly8_t * a,poly8x8x2_t b) test_vst2_p8() argument
15952 test_vst2_p16(poly16_t * a,poly16x4x2_t b) test_vst2_p16() argument
15974 test_vst2q_lane_u16(uint16_t * a,uint16x8x2_t b) test_vst2q_lane_u16() argument
15996 test_vst2q_lane_u32(uint32_t * a,uint32x4x2_t b) test_vst2q_lane_u32() argument
16018 test_vst2q_lane_s16(int16_t * a,int16x8x2_t b) test_vst2q_lane_s16() argument
16040 test_vst2q_lane_s32(int32_t * a,int32x4x2_t b) test_vst2q_lane_s32() argument
16062 test_vst2q_lane_f16(float16_t * a,float16x8x2_t b) test_vst2q_lane_f16() argument
16084 test_vst2q_lane_f32(float32_t * a,float32x4x2_t b) test_vst2q_lane_f32() argument
16106 test_vst2q_lane_p16(poly16_t * a,poly16x8x2_t b) test_vst2q_lane_p16() argument
16124 test_vst2_lane_u8(uint8_t * a,uint8x8x2_t b) test_vst2_lane_u8() argument
16146 test_vst2_lane_u16(uint16_t * a,uint16x4x2_t b) test_vst2_lane_u16() argument
16168 test_vst2_lane_u32(uint32_t * a,uint32x2x2_t b) test_vst2_lane_u32() argument
16186 test_vst2_lane_s8(int8_t * a,int8x8x2_t b) test_vst2_lane_s8() argument
16208 test_vst2_lane_s16(int16_t * a,int16x4x2_t b) test_vst2_lane_s16() argument
16230 test_vst2_lane_s32(int32_t * a,int32x2x2_t b) test_vst2_lane_s32() argument
16252 test_vst2_lane_f16(float16_t * a,float16x4x2_t b) test_vst2_lane_f16() argument
16274 test_vst2_lane_f32(float32_t * a,float32x2x2_t b) test_vst2_lane_f32() argument
16292 test_vst2_lane_p8(poly8_t * a,poly8x8x2_t b) test_vst2_lane_p8() argument
16314 test_vst2_lane_p16(poly16_t * a,poly16x4x2_t b) test_vst2_lane_p16() argument
16335 test_vst3q_u8(uint8_t * a,uint8x16x3_t b) test_vst3q_u8() argument
16362 test_vst3q_u16(uint16_t * a,uint16x8x3_t b) test_vst3q_u16() argument
16389 test_vst3q_u32(uint32_t * a,uint32x4x3_t b) test_vst3q_u32() argument
16410 test_vst3q_s8(int8_t * a,int8x16x3_t b) test_vst3q_s8() argument
16437 test_vst3q_s16(int16_t * a,int16x8x3_t b) test_vst3q_s16() argument
16464 test_vst3q_s32(int32_t * a,int32x4x3_t b) test_vst3q_s32() argument
16491 test_vst3q_f16(float16_t * a,float16x8x3_t b) test_vst3q_f16() argument
16518 test_vst3q_f32(float32_t * a,float32x4x3_t b) test_vst3q_f32() argument
16539 test_vst3q_p8(poly8_t * a,poly8x16x3_t b) test_vst3q_p8() argument
16566 test_vst3q_p16(poly16_t * a,poly16x8x3_t b) test_vst3q_p16() argument
16587 test_vst3_u8(uint8_t * a,uint8x8x3_t b) test_vst3_u8() argument
16614 test_vst3_u16(uint16_t * a,uint16x4x3_t b) test_vst3_u16() argument
16641 test_vst3_u32(uint32_t * a,uint32x2x3_t b) test_vst3_u32() argument
16668 test_vst3_u64(uint64_t * a,uint64x1x3_t b) test_vst3_u64() argument
16689 test_vst3_s8(int8_t * a,int8x8x3_t b) test_vst3_s8() argument
16716 test_vst3_s16(int16_t * a,int16x4x3_t b) test_vst3_s16() argument
16743 test_vst3_s32(int32_t * a,int32x2x3_t b) test_vst3_s32() argument
16770 test_vst3_s64(int64_t * a,int64x1x3_t b) test_vst3_s64() argument
16797 test_vst3_f16(float16_t * a,float16x4x3_t b) test_vst3_f16() argument
16824 test_vst3_f32(float32_t * a,float32x2x3_t b) test_vst3_f32() argument
16845 test_vst3_p8(poly8_t * a,poly8x8x3_t b) test_vst3_p8() argument
16872 test_vst3_p16(poly16_t * a,poly16x4x3_t b) test_vst3_p16() argument
16899 test_vst3q_lane_u16(uint16_t * a,uint16x8x3_t b) test_vst3q_lane_u16() argument
16926 test_vst3q_lane_u32(uint32_t * a,uint32x4x3_t b) test_vst3q_lane_u32() argument
16953 test_vst3q_lane_s16(int16_t * a,int16x8x3_t b) test_vst3q_lane_s16() argument
16980 test_vst3q_lane_s32(int32_t * a,int32x4x3_t b) test_vst3q_lane_s32() argument
17007 test_vst3q_lane_f16(float16_t * a,float16x8x3_t b) test_vst3q_lane_f16() argument
17034 test_vst3q_lane_f32(float32_t * a,float32x4x3_t b) test_vst3q_lane_f32() argument
17061 test_vst3q_lane_p16(poly16_t * a,poly16x8x3_t b) test_vst3q_lane_p16() argument
17082 test_vst3_lane_u8(uint8_t * a,uint8x8x3_t b) test_vst3_lane_u8() argument
17109 test_vst3_lane_u16(uint16_t * a,uint16x4x3_t b) test_vst3_lane_u16() argument
17136 test_vst3_lane_u32(uint32_t * a,uint32x2x3_t b) test_vst3_lane_u32() argument
17157 test_vst3_lane_s8(int8_t * a,int8x8x3_t b) test_vst3_lane_s8() argument
17184 test_vst3_lane_s16(int16_t * a,int16x4x3_t b) test_vst3_lane_s16() argument
17211 test_vst3_lane_s32(int32_t * a,int32x2x3_t b) test_vst3_lane_s32() argument
17238 test_vst3_lane_f16(float16_t * a,float16x4x3_t b) test_vst3_lane_f16() argument
17265 test_vst3_lane_f32(float32_t * a,float32x2x3_t b) test_vst3_lane_f32() argument
17286 test_vst3_lane_p8(poly8_t * a,poly8x8x3_t b) test_vst3_lane_p8() argument
17313 test_vst3_lane_p16(poly16_t * a,poly16x4x3_t b) test_vst3_lane_p16() argument
17337 test_vst4q_u8(uint8_t * a,uint8x16x4_t b) test_vst4q_u8() argument
17369 test_vst4q_u16(uint16_t * a,uint16x8x4_t b) test_vst4q_u16() argument
17401 test_vst4q_u32(uint32_t * a,uint32x4x4_t b) test_vst4q_u32() argument
17425 test_vst4q_s8(int8_t * a,int8x16x4_t b) test_vst4q_s8() argument
17457 test_vst4q_s16(int16_t * a,int16x8x4_t b) test_vst4q_s16() argument
17489 test_vst4q_s32(int32_t * a,int32x4x4_t b) test_vst4q_s32() argument
17521 test_vst4q_f16(float16_t * a,float16x8x4_t b) test_vst4q_f16() argument
17553 test_vst4q_f32(float32_t * a,float32x4x4_t b) test_vst4q_f32() argument
17577 test_vst4q_p8(poly8_t * a,poly8x16x4_t b) test_vst4q_p8() argument
17609 test_vst4q_p16(poly16_t * a,poly16x8x4_t b) test_vst4q_p16() argument
17633 test_vst4_u8(uint8_t * a,uint8x8x4_t b) test_vst4_u8() argument
17665 test_vst4_u16(uint16_t * a,uint16x4x4_t b) test_vst4_u16() argument
17697 test_vst4_u32(uint32_t * a,uint32x2x4_t b) test_vst4_u32() argument
17729 test_vst4_u64(uint64_t * a,uint64x1x4_t b) test_vst4_u64() argument
17753 test_vst4_s8(int8_t * a,int8x8x4_t b) test_vst4_s8() argument
17785 test_vst4_s16(int16_t * a,int16x4x4_t b) test_vst4_s16() argument
17817 test_vst4_s32(int32_t * a,int32x2x4_t b) test_vst4_s32() argument
17849 test_vst4_s64(int64_t * a,int64x1x4_t b) test_vst4_s64() argument
17881 test_vst4_f16(float16_t * a,float16x4x4_t b) test_vst4_f16() argument
17913 test_vst4_f32(float32_t * a,float32x2x4_t b) test_vst4_f32() argument
17937 test_vst4_p8(poly8_t * a,poly8x8x4_t b) test_vst4_p8() argument
17969 test_vst4_p16(poly16_t * a,poly16x4x4_t b) test_vst4_p16() argument
18001 test_vst4q_lane_u16(uint16_t * a,uint16x8x4_t b) test_vst4q_lane_u16() argument
18033 test_vst4q_lane_u32(uint32_t * a,uint32x4x4_t b) test_vst4q_lane_u32() argument
18065 test_vst4q_lane_s16(int16_t * a,int16x8x4_t b) test_vst4q_lane_s16() argument
18097 test_vst4q_lane_s32(int32_t * a,int32x4x4_t b) test_vst4q_lane_s32() argument
18129 test_vst4q_lane_f16(float16_t * a,float16x8x4_t b) test_vst4q_lane_f16() argument
18161 test_vst4q_lane_f32(float32_t * a,float32x4x4_t b) test_vst4q_lane_f32() argument
18193 test_vst4q_lane_p16(poly16_t * a,poly16x8x4_t b) test_vst4q_lane_p16() argument
18217 test_vst4_lane_u8(uint8_t * a,uint8x8x4_t b) test_vst4_lane_u8() argument
18249 test_vst4_lane_u16(uint16_t * a,uint16x4x4_t b) test_vst4_lane_u16() argument
18281 test_vst4_lane_u32(uint32_t * a,uint32x2x4_t b) test_vst4_lane_u32() argument
18305 test_vst4_lane_s8(int8_t * a,int8x8x4_t b) test_vst4_lane_s8() argument
18337 test_vst4_lane_s16(int16_t * a,int16x4x4_t b) test_vst4_lane_s16() argument
18369 test_vst4_lane_s32(int32_t * a,int32x2x4_t b) test_vst4_lane_s32() argument
18401 test_vst4_lane_f16(float16_t * a,float16x4x4_t b) test_vst4_lane_f16() argument
18433 test_vst4_lane_f32(float32_t * a,float32x2x4_t b) test_vst4_lane_f32() argument
18457 test_vst4_lane_p8(poly8_t * a,poly8x8x4_t b) test_vst4_lane_p8() argument
18489 test_vst4_lane_p16(poly16_t * a,poly16x4x4_t b) test_vst4_lane_p16() argument
18496 test_vsub_s8(int8x8_t a,int8x8_t b) test_vsub_s8() argument
18503 test_vsub_s16(int16x4_t a,int16x4_t b) test_vsub_s16() argument
18510 test_vsub_s32(int32x2_t a,int32x2_t b) test_vsub_s32() argument
18517 test_vsub_s64(int64x1_t a,int64x1_t b) test_vsub_s64() argument
18524 test_vsub_f32(float32x2_t a,float32x2_t b) test_vsub_f32() argument
18531 test_vsub_u8(uint8x8_t a,uint8x8_t b) test_vsub_u8() argument
18538 test_vsub_u16(uint16x4_t a,uint16x4_t b) test_vsub_u16() argument
18545 test_vsub_u32(uint32x2_t a,uint32x2_t b) test_vsub_u32() argument
18552 test_vsub_u64(uint64x1_t a,uint64x1_t b) test_vsub_u64() argument
18559 test_vsubq_s8(int8x16_t a,int8x16_t b) test_vsubq_s8() argument
18566 test_vsubq_s16(int16x8_t a,int16x8_t b) test_vsubq_s16() argument
18573 test_vsubq_s32(int32x4_t a,int32x4_t b) test_vsubq_s32() argument
18580 test_vsubq_s64(int64x2_t a,int64x2_t b) test_vsubq_s64() argument
18587 test_vsubq_f32(float32x4_t a,float32x4_t b) test_vsubq_f32() argument
18594 test_vsubq_u8(uint8x16_t a,uint8x16_t b) test_vsubq_u8() argument
18601 test_vsubq_u16(uint16x8_t a,uint16x8_t b) test_vsubq_u16() argument
18608 test_vsubq_u32(uint32x4_t a,uint32x4_t b) test_vsubq_u32() argument
18615 test_vsubq_u64(uint64x2_t a,uint64x2_t b) test_vsubq_u64() argument
18626 test_vsubhn_s16(int16x8_t a,int16x8_t b) test_vsubhn_s16() argument
18637 test_vsubhn_s32(int32x4_t a,int32x4_t b) test_vsubhn_s32() argument
18648 test_vsubhn_s64(int64x2_t a,int64x2_t b) test_vsubhn_s64() argument
18659 test_vsubhn_u16(uint16x8_t a,uint16x8_t b) test_vsubhn_u16() argument
18670 test_vsubhn_u32(uint32x4_t a,uint32x4_t b) test_vsubhn_u32() argument
18681 test_vsubhn_u64(uint64x2_t a,uint64x2_t b) test_vsubhn_u64() argument
18690 test_vsubl_s8(int8x8_t a,int8x8_t b) test_vsubl_s8() argument
18701 test_vsubl_s16(int16x4_t a,int16x4_t b) test_vsubl_s16() argument
18712 test_vsubl_s32(int32x2_t a,int32x2_t b) test_vsubl_s32() argument
18721 test_vsubl_u8(uint8x8_t a,uint8x8_t b) test_vsubl_u8() argument
18732 test_vsubl_u16(uint16x4_t a,uint16x4_t b) test_vsubl_u16() argument
18743 test_vsubl_u32(uint32x2_t a,uint32x2_t b) test_vsubl_u32() argument
18751 test_vsubw_s8(int16x8_t a,int8x8_t b) test_vsubw_s8() argument
18760 test_vsubw_s16(int32x4_t a,int16x4_t b) test_vsubw_s16() argument
18769 test_vsubw_s32(int64x2_t a,int32x2_t b) test_vsubw_s32() argument
18777 test_vsubw_u8(uint16x8_t a,uint8x8_t b) test_vsubw_u8() argument
18786 test_vsubw_u16(uint32x4_t a,uint16x4_t b) test_vsubw_u16() argument
18795 test_vsubw_u32(uint64x2_t a,uint32x2_t b) test_vsubw_u32() argument
18802 test_vtbl1_u8(uint8x8_t a,uint8x8_t b) test_vtbl1_u8() argument
18809 test_vtbl1_s8(int8x8_t a,int8x8_t b) test_vtbl1_s8() argument
18816 test_vtbl1_p8(poly8x8_t a,uint8x8_t b) test_vtbl1_p8() argument
18833 test_vtbl2_u8(uint8x8x2_t a,uint8x8_t b) test_vtbl2_u8() argument
18850 test_vtbl2_s8(int8x8x2_t a,int8x8_t b) test_vtbl2_s8() argument
18867 test_vtbl2_p8(poly8x8x2_t a,uint8x8_t b) test_vtbl2_p8() argument
18886 test_vtbl3_u8(uint8x8x3_t a,uint8x8_t b) test_vtbl3_u8() argument
18905 test_vtbl3_s8(int8x8x3_t a,int8x8_t b) test_vtbl3_s8() argument
18924 test_vtbl3_p8(poly8x8x3_t a,uint8x8_t b) test_vtbl3_p8() argument
18945 test_vtbl4_u8(uint8x8x4_t a,uint8x8_t b) test_vtbl4_u8() argument
18966 test_vtbl4_s8(int8x8x4_t a,int8x8_t b) test_vtbl4_s8() argument
18987 test_vtbl4_p8(poly8x8x4_t a,uint8x8_t b) test_vtbl4_p8() argument
18994 test_vtbx1_u8(uint8x8_t a,uint8x8_t b,uint8x8_t c) test_vtbx1_u8() argument
19001 test_vtbx1_s8(int8x8_t a,int8x8_t b,int8x8_t c) test_vtbx1_s8() argument
19008 test_vtbx1_p8(poly8x8_t a,poly8x8_t b,uint8x8_t c) test_vtbx1_p8() argument
19025 test_vtbx2_u8(uint8x8_t a,uint8x8x2_t b,uint8x8_t c) test_vtbx2_u8() argument
19042 test_vtbx2_s8(int8x8_t a,int8x8x2_t b,int8x8_t c) test_vtbx2_s8() argument
19059 test_vtbx2_p8(poly8x8_t a,poly8x8x2_t b,uint8x8_t c) test_vtbx2_p8() argument
19078 test_vtbx3_u8(uint8x8_t a,uint8x8x3_t b,uint8x8_t c) test_vtbx3_u8() argument
19097 test_vtbx3_s8(int8x8_t a,int8x8x3_t b,int8x8_t c) test_vtbx3_s8() argument
19116 test_vtbx3_p8(poly8x8_t a,poly8x8x3_t b,uint8x8_t c) test_vtbx3_p8() argument
19137 test_vtbx4_u8(uint8x8_t a,uint8x8x4_t b,uint8x8_t c) test_vtbx4_u8() argument
19158 test_vtbx4_s8(int8x8_t a,int8x8x4_t b,int8x8_t c) test_vtbx4_s8() argument
19179 test_vtbx4_p8(poly8x8_t a,poly8x8x4_t b,uint8x8_t c) test_vtbx4_p8() argument
19190 test_vtrn_s8(int8x8_t a,int8x8_t b) test_vtrn_s8() argument
19203 test_vtrn_s16(int16x4_t a,int16x4_t b) test_vtrn_s16() argument
19216 test_vtrn_s32(int32x2_t a,int32x2_t b) test_vtrn_s32() argument
19227 test_vtrn_u8(uint8x8_t a,uint8x8_t b) test_vtrn_u8() argument
19240 test_vtrn_u16(uint16x4_t a,uint16x4_t b) test_vtrn_u16() argument
19253 test_vtrn_u32(uint32x2_t a,uint32x2_t b) test_vtrn_u32() argument
19266 test_vtrn_f32(float32x2_t a,float32x2_t b) test_vtrn_f32() argument
19277 test_vtrn_p8(poly8x8_t a,poly8x8_t b) test_vtrn_p8() argument
19290 test_vtrn_p16(poly16x4_t a,poly16x4_t b) test_vtrn_p16() argument
19301 test_vtrnq_s8(int8x16_t a,int8x16_t b) test_vtrnq_s8() argument
19314 test_vtrnq_s16(int16x8_t a,int16x8_t b) test_vtrnq_s16() argument
19327 test_vtrnq_s32(int32x4_t a,int32x4_t b) test_vtrnq_s32() argument
19338 test_vtrnq_u8(uint8x16_t a,uint8x16_t b) test_vtrnq_u8() argument
19351 test_vtrnq_u16(uint16x8_t a,uint16x8_t b) test_vtrnq_u16() argument
19364 test_vtrnq_u32(uint32x4_t a,uint32x4_t b) test_vtrnq_u32() argument
19377 test_vtrnq_f32(float32x4_t a,float32x4_t b) test_vtrnq_f32() argument
19388 test_vtrnq_p8(poly8x16_t a,poly8x16_t b) test_vtrnq_p8() argument
19401 test_vtrnq_p16(poly16x8_t a,poly16x8_t b) test_vtrnq_p16() argument
19410 test_vtst_s8(int8x8_t a,int8x8_t b) test_vtst_s8() argument
19421 test_vtst_s16(int16x4_t a,int16x4_t b) test_vtst_s16() argument
19432 test_vtst_s32(int32x2_t a,int32x2_t b) test_vtst_s32() argument
19441 test_vtst_u8(uint8x8_t a,uint8x8_t b) test_vtst_u8() argument
19452 test_vtst_u16(uint16x4_t a,uint16x4_t b) test_vtst_u16() argument
19463 test_vtst_u32(uint32x2_t a,uint32x2_t b) test_vtst_u32() argument
19472 test_vtst_p8(poly8x8_t a,poly8x8_t b) test_vtst_p8() argument
19483 test_vtst_p16(poly16x4_t a,poly16x4_t b) test_vtst_p16() argument
19492 test_vtstq_s8(int8x16_t a,int8x16_t b) test_vtstq_s8() argument
19503 test_vtstq_s16(int16x8_t a,int16x8_t b) test_vtstq_s16() argument
19514 test_vtstq_s32(int32x4_t a,int32x4_t b) test_vtstq_s32() argument
19523 test_vtstq_u8(uint8x16_t a,uint8x16_t b) test_vtstq_u8() argument
19534 test_vtstq_u16(uint16x8_t a,uint16x8_t b) test_vtstq_u16() argument
19545 test_vtstq_u32(uint32x4_t a,uint32x4_t b) test_vtstq_u32() argument
19554 test_vtstq_p8(poly8x16_t a,poly8x16_t b) test_vtstq_p8() argument
19565 test_vtstq_p16(poly16x8_t a,poly16x8_t b) test_vtstq_p16() argument
19576 test_vuzp_s8(int8x8_t a,int8x8_t b) test_vuzp_s8() argument
19589 test_vuzp_s16(int16x4_t a,int16x4_t b) test_vuzp_s16() argument
19602 test_vuzp_s32(int32x2_t a,int32x2_t b) test_vuzp_s32() argument
19613 test_vuzp_u8(uint8x8_t a,uint8x8_t b) test_vuzp_u8() argument
19626 test_vuzp_u16(uint16x4_t a,uint16x4_t b) test_vuzp_u16() argument
19639 test_vuzp_u32(uint32x2_t a,uint32x2_t b) test_vuzp_u32() argument
19652 test_vuzp_f32(float32x2_t a,float32x2_t b) test_vuzp_f32() argument
19663 test_vuzp_p8(poly8x8_t a,poly8x8_t b) test_vuzp_p8() argument
19676 test_vuzp_p16(poly16x4_t a,poly16x4_t b) test_vuzp_p16() argument
19687 test_vuzpq_s8(int8x16_t a,int8x16_t b) test_vuzpq_s8() argument
19700 test_vuzpq_s16(int16x8_t a,int16x8_t b) test_vuzpq_s16() argument
19713 test_vuzpq_s32(int32x4_t a,int32x4_t b) test_vuzpq_s32() argument
19724 test_vuzpq_u8(uint8x16_t a,uint8x16_t b) test_vuzpq_u8() argument
19737 test_vuzpq_u16(uint16x8_t a,uint16x8_t b) test_vuzpq_u16() argument
19750 test_vuzpq_u32(uint32x4_t a,uint32x4_t b) test_vuzpq_u32() argument
19763 test_vuzpq_f32(float32x4_t a,float32x4_t b) test_vuzpq_f32() argument
19774 test_vuzpq_p8(poly8x16_t a,poly8x16_t b) test_vuzpq_p8() argument
19787 test_vuzpq_p16(poly16x8_t a,poly16x8_t b) test_vuzpq_p16() argument
19798 test_vzip_s8(int8x8_t a,int8x8_t b) test_vzip_s8() argument
19811 test_vzip_s16(int16x4_t a,int16x4_t b) test_vzip_s16() argument
19824 test_vzip_s32(int32x2_t a,int32x2_t b) test_vzip_s32() argument
19835 test_vzip_u8(uint8x8_t a,uint8x8_t b) test_vzip_u8() argument
19848 test_vzip_u16(uint16x4_t a,uint16x4_t b) test_vzip_u16() argument
19861 test_vzip_u32(uint32x2_t a,uint32x2_t b) test_vzip_u32() argument
19874 test_vzip_f32(float32x2_t a,float32x2_t b) test_vzip_f32() argument
19885 test_vzip_p8(poly8x8_t a,poly8x8_t b) test_vzip_p8() argument
19898 test_vzip_p16(poly16x4_t a,poly16x4_t b) test_vzip_p16() argument
19909 test_vzipq_s8(int8x16_t a,int8x16_t b) test_vzipq_s8() argument
19922 test_vzipq_s16(int16x8_t a,int16x8_t b) test_vzipq_s16() argument
19935 test_vzipq_s32(int32x4_t a,int32x4_t b) test_vzipq_s32() argument
19946 test_vzipq_u8(uint8x16_t a,uint8x16_t b) test_vzipq_u8() argument
19959 test_vzipq_u16(uint16x8_t a,uint16x8_t b) test_vzipq_u16() argument
19972 test_vzipq_u32(uint32x4_t a,uint32x4_t b) test_vzipq_u32() argument
19985 test_vzipq_f32(float32x4_t a,float32x4_t b) test_vzipq_f32() argument
19996 test_vzipq_p8(poly8x16_t a,poly8x16_t b) test_vzipq_p8() argument
20009 test_vzipq_p16(poly16x8_t a,poly16x8_t b) test_vzipq_p16() argument
[all...]
H A Daarch64-neon-vget-hilo.c
H A Daarch64-sve-vector-arith-ops.c
H A Daarch64-neon-ldst-one.c
H A Daarch64-neon-scalar-copy.c
H A Daarch64-v8.2a-fp16-intrinsics-constrained.c
H A Darm-neon-vget.c15 int8x8_t low_s8(int8x16_t a) { in low_s8()
20 uint8x8_t low_u8 (uint8x16_t a) { in low_u8()
25 int16x4_t low_s16( int16x8_t a) { in low_s16()
30 uint16x4_t low_u16(uint16x8_t a) { in low_u16()
35 int32x2_t low_s32( int32x4_t a) { in low_s32()
40 uint32x2_t low_u32(uint32x4_t a) { in low_u32()
45 int64x1_t low_s64( int64x2_t a) { in low_s64()
50 uint64x1_t low_u64(uint64x2_t a) { in low_u64()
55 poly8x8_t low_p8 (poly8x16_t a) { in low_p8()
60 poly16x4_t low_p16(poly16x8_t a) { in low_p16()
[all …]
H A Daarch64-neon-vget.c
H A Dstrictfp-elementwise-bulitins.cpp16 float4 strict_fadd(float4 a, float4 b) { in strict_fadd() argument
26 float4 strict_elementwise_abs(float4 a) { in strict_elementwise_abs() argument
36 float4 strict_elementwise_max(float4 a, float4 b) { in strict_elementwise_max() argument
46 float4 strict_elementwise_min(float4 a, float4 b) { in strict_elementwise_min() argument
56 float4 strict_elementwise_maximum(float4 a, float argument
66 strict_elementwise_acos(float4 a) strict_elementwise_acos() argument
76 strict_elementwise_cos(float4 a) strict_elementwise_cos() argument
86 strict_elementwise_cosh(float4 a) strict_elementwise_cosh() argument
96 strict_elementwise_exp(float4 a) strict_elementwise_exp() argument
106 strict_elementwise_exp2(float4 a) strict_elementwise_exp2() argument
116 strict_elementwise_floor(float4 a) strict_elementwise_floor() argument
126 strict_elementwise_log(float4 a) strict_elementwise_log() argument
136 strict_elementwise_log2(float4 a) strict_elementwise_log2() argument
146 strict_elementwise_log10(float4 a) strict_elementwise_log10() argument
156 strict_elementwise_roundeven(float4 a) strict_elementwise_roundeven() argument
166 strict_elementwise_round(float4 a) strict_elementwise_round() argument
176 strict_elementwise_rint(float4 a) strict_elementwise_rint() argument
186 strict_elementwise_nearbyint(float4 a) strict_elementwise_nearbyint() argument
196 strict_elementwise_asin(float4 a) strict_elementwise_asin() argument
206 strict_elementwise_sin(float4 a) strict_elementwise_sin() argument
216 strict_elementwise_sinh(float4 a) strict_elementwise_sinh() argument
226 strict_elementwise_sqrt(float4 a) strict_elementwise_sqrt() argument
236 strict_elementwise_atan(float4 a) strict_elementwise_atan() argument
246 strict_elementwise_tan(float4 a) strict_elementwise_tan() argument
256 strict_elementwise_tanh(float4 a) strict_elementwise_tanh() argument
266 strict_elementwise_trunc(float4 a) strict_elementwise_trunc() argument
276 strict_elementwise_canonicalize(float4 a) strict_elementwise_canonicalize() argument
286 strict_elementwise_copysign(float4 a,float4 b) strict_elementwise_copysign() argument
296 strict_elementwise_fma(float4 a,float4 b,float4 c) strict_elementwise_fma() argument
306 strict_elementwise_pow(float4 a,float4 b) strict_elementwise_pow() argument
[all...]
/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
H A Dreinterpret.c21 float16x8_t test_vreinterpretq_f16_f32(float32x4_t a) in test_vreinterpretq_f16_f32()
35 float16x8_t test_vreinterpretq_f16_s16(int16x8_t a) in test_vreinterpretq_f16_s16()
54 float16x8_t test_vreinterpretq_f16_s32(int32x4_t a) in test_vreinterpretq_f16_s32()
73 float16x8_t test_vreinterpretq_f16_s64(int64x2_t a) in test_vreinterpretq_f16_s64()
92 float16x8_t test_vreinterpretq_f16_s8(int8x16_t a) in test_vreinterpretq_f16_s8()
106 float16x8_t test_vreinterpretq_f16_u16(uint16x8_t a) in test_vreinterpretq_f16_u16()
125 float16x8_t test_vreinterpretq_f16_u32(uint32x4_t a) in test_vreinterpretq_f16_u32()
144 float16x8_t test_vreinterpretq_f16_u64(uint64x2_t a) in test_vreinterpretq_f16_u64()
163 float16x8_t test_vreinterpretq_f16_u8(uint8x16_t a) in test_vreinterpretq_f16_u8()
182 float32x4_t test_vreinterpretq_f32_f16(float16x8_t a) in test_vreinterpretq_f32_f16()
[all …]
/llvm-project/clang/test/Parser/
H A Dcxx2a-placeholder-type-constraint.cpp13 {ns::D auto a = 1;} in foo() local
14 {C auto a = 1;} in foo() local
15 {C<> auto a = 1;} in foo() local
16 {C<int> auto a = 1;} in foo() local
17 {ns::D<int> auto a = 1;} in foo() local
18 {const ns::D auto &a = 1;} in foo() local
19 {const C auto &a = 1;} in foo() local
20 {const C<> auto &a = 1;} in foo() local
21 {const C<int> auto &a = 1;} in foo() local
22 {const ns::D<int> auto &a = 1;} in foo() local
[all …]
/llvm-project/clang/test/Sema/
H A Darm-no-fp16.c9 float16x4_t test_vcvt_f16_f32(float32x4_t a) { in test_vcvt_f16_f32()
13 float32x4_t test_vcvt_f32_f16(float16x4_t a) { in test_vcvt_f32_f16()
17 float16x4_t test_vrnda_f16(float16x4_t a) { in test_vrnda_f16()
21 float16x8_t test_vrndaq_f16(float16x8_t a) { in test_vrndaq_f16()
25 float16x4_t test_vrnd_f16(float16x4_t a) { in test_vrnd_f16()
29 float16x8_t test_vrndq_f16(float16x8_t a) { in test_vrndq_f16()
33 float16x4_t test_vrndi_f16(float16x4_t a) { in test_vrndi_f16()
37 float16x8_t test_vrndiq_f16(float16x8_t a) { in test_vrndiq_f16()
41 float16x4_t test_vrndm_f16(float16x4_t a) { in test_vrndm_f16()
45 float16x8_t test_vrndmq_f16(float16x8_t a) { in test_vrndmq_f16()
[all …]
/llvm-project/flang/test/Semantics/
H A Dcall38.f905 subroutine scalar(a) argument
6 real a local
8 subroutine explicit1(a) argument
9 real a(2) local
11 subroutine explicit2(a) argument
12 real a(2,2) local
14 subroutine assumedSize1(a) argument
15 real a(*) local
17 subroutine assumedSize2(a) argument
18 real a( local
20 assumedShape1(a) global() argument
21 real a( global() local
23 assumedShape2(a) global() argument
24 real a( global() local
26 assumedRank(a) global() argument
27 real a( global() local
29 allocatable0(a) global() argument
30 real, allocatable :: a global() local
32 allocatable1(a) global() argument
33 real, allocatable :: a( global() local
35 allocatable2(a) global() argument
36 real, allocatable :: a( global() local
38 pointer0(a) global() argument
39 real, intent(in), pointer :: a global() local
41 pointer1(a) global() argument
42 real, intent(in), pointer :: a( global() local
44 pointer2(a) global() argument
45 real, intent(in), pointer :: a( global() local
47 coarray0(a) global() argument
48 real a[ global() local
260 scalar(a) global() argument
261 character(2) a global() local
263 explicit1(a) global() argument
264 character(2) a( global() local
266 explicit2(a) global() argument
267 character(2) a( global() local
269 assumedSize1(a) global() argument
270 character(2) a( global() local
272 assumedSize2(a) global() argument
273 character(2) a( global() local
275 assumedShape1(a) global() argument
276 character(2) a( global() local
278 assumedShape2(a) global() argument
279 character(2) a( global() local
281 assumedRank(a) global() argument
282 character(2) a( global() local
284 allocatable0(a) global() argument
285 character(2), allocatable :: a global() local
287 allocatable1(a) global() argument
288 character(2), allocatable :: a( global() local
290 allocatable2(a) global() argument
291 character(2), allocatable :: a( global() local
293 pointer0(a) global() argument
294 character(2), intent(in), pointer :: a global() local
296 pointer1(a) global() argument
297 character(2), intent(in), pointer :: a( global() local
299 pointer2(a) global() argument
300 character(2), intent(in), pointer :: a( global() local
302 coarray0(a) global() argument
303 character(2) a[ global() local
[all...]
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/is.sorted/
H A Dis_sorted_until.pass.cpp36 int a[] = {0}; in test() local
43 int a[] = {0, 0}; in test() local
48 int a[] = {0, 1}; in test() local
53 int a[] = {1, 0}; in test() local
58 int a[] = {1, 1}; in test() local
64 int a[] = {0, 0, 0}; in test() local
69 int a[] = {0, 0, 1}; in test() local
74 int a[] = {0, 1, 0}; in test() local
79 int a[] = {0, 1, 1}; in test() local
84 int a[] = {1, 0, 0}; in test() local
[all …]
H A Dis_sorted.pass.cpp36 int a[] = {0}; in test() local
43 int a[] = {0, 0}; in test() local
48 int a[] = {0, 1}; in test() local
53 int a[] = {1, 0}; in test() local
58 int a[] = {1, 1}; in test() local
64 int a[] = {0, 0, 0}; in test() local
69 int a[] = {0, 0, 1}; in test() local
74 int a[] = {0, 1, 0}; in test() local
79 int a[] = {0, 1, 1}; in test() local
84 int a[] = {1, 0, 0}; in test() local
[all …]
H A Dis_sorted_comp.pass.cpp37 int a[] = {0}; in test() local
44 int a[] = {0, 0}; in test() local
49 int a[] = {0, 1}; in test() local
54 int a[] = {1, 0}; in test() local
59 int a[] = {1, 1}; in test() local
65 int a[] = {0, 0, 0}; in test() local
70 int a[] = {0, 0, 1}; in test() local
75 int a[] = {0, 1, 0}; in test() local
80 int a[] = {0, 1, 1}; in test() local
85 int a[] = {1, 0, 0}; in test() local
[all …]
H A Dis_sorted_until_comp.pass.cpp37 int a[] = {0}; in test() local
44 int a[] = {0, 0}; in test() local
49 int a[] = {0, 1}; in test() local
54 int a[] = {1, 0}; in test() local
59 int a[] = {1, 1}; in test() local
65 int a[] = {0, 0, 0}; in test() local
70 int a[] = {0, 0, 1}; in test() local
75 int a[] = {0, 1, 0}; in test() local
80 int a[] = {0, 1, 1}; in test() local
85 int a[] = {1, 0, 0}; in test() local
[all …]
/llvm-project/clang/test/CodeGen/X86/
H A Dtbm-builtins.c7 test__bextri_u32(unsigned int a) test__bextri_u32() argument
14 test__bextri_u64(unsigned long long a) test__bextri_u64() argument
20 test__bextri_u64_bigint(unsigned long long a) test__bextri_u64_bigint() argument
27 test__blcfill_u32(unsigned int a) test__blcfill_u32() argument
35 test__blcfill_u64(unsigned long long a) test__blcfill_u64() argument
43 test__blci_u32(unsigned int a) test__blci_u32() argument
52 test__blci_u64(unsigned long long a) test__blci_u64() argument
61 test__blcic_u32(unsigned int a) test__blcic_u32() argument
70 test__blcic_u64(unsigned long long a) test__blcic_u64() argument
79 test__blcmsk_u32(unsigned int a) test__blcmsk_u32() argument
87 test__blcmsk_u64(unsigned long long a) test__blcmsk_u64() argument
95 test__blcs_u32(unsigned int a) test__blcs_u32() argument
103 test__blcs_u64(unsigned long long a) test__blcs_u64() argument
111 test__blsfill_u32(unsigned int a) test__blsfill_u32() argument
119 test__blsfill_u64(unsigned long long a) test__blsfill_u64() argument
127 test__blsic_u32(unsigned int a) test__blsic_u32() argument
136 test__blsic_u64(unsigned long long a) test__blsic_u64() argument
145 test__t1mskc_u32(unsigned int a) test__t1mskc_u32() argument
154 test__t1mskc_u64(unsigned long long a) test__t1mskc_u64() argument
163 test__tzmsk_u32(unsigned int a) test__tzmsk_u32() argument
172 test__tzmsk_u64(unsigned long long a) test__tzmsk_u64() argument
[all...]

12345678910>>...232