Lines Matching defs:a
918 uint64x1_t test_vcage_f64(float64x1_t a, float64x1_t b) { in test_vcage_f64()
942 uint64x1_t test_vcagt_f64(float64x1_t a, float64x1_t b) { in test_vcagt_f64()
967 uint64x1_t test_vcale_f64(float64x1_t a, float64x1_t b) { in test_vcale_f64()
994 uint64x1_t test_vcalt_f64(float64x1_t a, float64x1_t b) { in test_vcalt_f64()
1122 uint64x1_t test_vtst_s64(int64x1_t a, int64x1_t b) { in test_vtst_s64()
1128 uint64x1_t test_vtst_u64(uint64x1_t a, uint64x1_t b) { in test_vtst_u64()
1152 uint64x1_t test_vceq_s64(int64x1_t a, int64x1_t b) { in test_vceq_s64()
1158 uint64x1_t test_vceq_u64(uint64x1_t a, uint64x1_t b) { in test_vceq_u64()
1170 uint64x1_t test_vceq_f64(float64x1_t a, float64x1_t b) { in test_vceq_f64()
1284 uint64x1_t test_vcge_s64(int64x1_t a, int64x1_t b) { in test_vcge_s64()
1290 uint64x1_t test_vcge_u64(uint64x1_t a, uint64x1_t b) { in test_vcge_u64()
1302 uint64x1_t test_vcge_f64(float64x1_t a, float64x1_t b) { in test_vcge_f64()
1407 uint64x1_t test_vcle_s64(int64x1_t a, int64x1_t b) { in test_vcle_s64()
1413 uint64x1_t test_vcle_u64(uint64x1_t a, uint64x1_t b) { in test_vcle_u64()
1425 uint64x1_t test_vcle_f64(float64x1_t a, float64x1_t b) { in test_vcle_f64()
1528 uint64x1_t test_vcgt_s64(int64x1_t a, int64x1_t b) { in test_vcgt_s64()
1534 uint64x1_t test_vcgt_u64(uint64x1_t a, uint64x1_t b) { in test_vcgt_u64()
1546 uint64x1_t test_vcgt_f64(float64x1_t a, float64x1_t b) { in test_vcgt_f64()
1653 uint64x1_t test_vclt_s64(int64x1_t a, int64x1_t b) { in test_vclt_s64()
1659 uint64x1_t test_vclt_u64(uint64x1_t a, uint64x1_t b) { in test_vclt_u64()
1671 uint64x1_t test_vclt_f64(float64x1_t a, float64x1_t b) { in test_vclt_f64()
1973 int8x8_t test_vqadd_s8(int8x8_t a, int8x8_t b) { in test_vqadd_s8()
1979 int16x4_t test_vqadd_s16(int16x4_t a, int16x4_t b) { in test_vqadd_s16()
1985 int32x2_t test_vqadd_s32(int32x2_t a, int32x2_t b) { in test_vqadd_s32()
1991 int64x1_t test_vqadd_s64(int64x1_t a, int64x1_t b) { in test_vqadd_s64()
1997 uint8x8_t test_vqadd_u8(uint8x8_t a, uint8x8_t b) { in test_vqadd_u8()
2003 uint16x4_t test_vqadd_u16(uint16x4_t a, uint16x4_t b) { in test_vqadd_u16()
2009 uint32x2_t test_vqadd_u32(uint32x2_t a, uint32x2_t b) { in test_vqadd_u32()
2015 uint64x1_t test_vqadd_u64(uint64x1_t a, uint64x1_t b) { in test_vqadd_u64()
2021 int8x16_t test_vqaddq_s8(int8x16_t a, int8x16_t b) { in test_vqaddq_s8()
2027 int16x8_t test_vqaddq_s16(int16x8_t a, int16x8_t b) { in test_vqaddq_s16()
2033 int32x4_t test_vqaddq_s32(int32x4_t a, int32x4_t b) { in test_vqaddq_s32()
2039 int64x2_t test_vqaddq_s64(int64x2_t a, int64x2_t b) { in test_vqaddq_s64()
2045 uint8x16_t test_vqaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vqaddq_u8()
2051 uint16x8_t test_vqaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vqaddq_u16()
2057 uint32x4_t test_vqaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vqaddq_u32()
2063 uint64x2_t test_vqaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vqaddq_u64()
2070 int8x8_t test_vqsub_s8(int8x8_t a, int8x8_t b) { in test_vqsub_s8()
2076 int16x4_t test_vqsub_s16(int16x4_t a, int16x4_t b) { in test_vqsub_s16()
2082 int32x2_t test_vqsub_s32(int32x2_t a, int32x2_t b) { in test_vqsub_s32()
2088 int64x1_t test_vqsub_s64(int64x1_t a, int64x1_t b) { in test_vqsub_s64()
2094 uint8x8_t test_vqsub_u8(uint8x8_t a, uint8x8_t b) { in test_vqsub_u8()
2100 uint16x4_t test_vqsub_u16(uint16x4_t a, uint16x4_t b) { in test_vqsub_u16()
2106 uint32x2_t test_vqsub_u32(uint32x2_t a, uint32x2_t b) { in test_vqsub_u32()
2112 uint64x1_t test_vqsub_u64(uint64x1_t a, uint64x1_t b) { in test_vqsub_u64()
2118 int8x16_t test_vqsubq_s8(int8x16_t a, int8x16_t b) { in test_vqsubq_s8()
2124 int16x8_t test_vqsubq_s16(int16x8_t a, int16x8_t b) { in test_vqsubq_s16()
2130 int32x4_t test_vqsubq_s32(int32x4_t a, int32x4_t b) { in test_vqsubq_s32()
2136 int64x2_t test_vqsubq_s64(int64x2_t a, int64x2_t b) { in test_vqsubq_s64()
2142 uint8x16_t test_vqsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vqsubq_u8()
2148 uint16x8_t test_vqsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vqsubq_u16()
2154 uint32x4_t test_vqsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vqsubq_u32()
2160 uint64x2_t test_vqsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vqsubq_u64()
2167 int8x8_t test_vshl_s8(int8x8_t a, int8x8_t b) { in test_vshl_s8()
2173 int16x4_t test_vshl_s16(int16x4_t a, int16x4_t b) { in test_vshl_s16()
2179 int32x2_t test_vshl_s32(int32x2_t a, int32x2_t b) { in test_vshl_s32()
2185 int64x1_t test_vshl_s64(int64x1_t a, int64x1_t b) { in test_vshl_s64()
2191 uint8x8_t test_vshl_u8(uint8x8_t a, int8x8_t b) { in test_vshl_u8()
2197 uint16x4_t test_vshl_u16(uint16x4_t a, int16x4_t b) { in test_vshl_u16()
2203 uint32x2_t test_vshl_u32(uint32x2_t a, int32x2_t b) { in test_vshl_u32()
2209 uint64x1_t test_vshl_u64(uint64x1_t a, int64x1_t b) { in test_vshl_u64()
2215 int8x16_t test_vshlq_s8(int8x16_t a, int8x16_t b) { in test_vshlq_s8()
2221 int16x8_t test_vshlq_s16(int16x8_t a, int16x8_t b) { in test_vshlq_s16()
2227 int32x4_t test_vshlq_s32(int32x4_t a, int32x4_t b) { in test_vshlq_s32()
2233 int64x2_t test_vshlq_s64(int64x2_t a, int64x2_t b) { in test_vshlq_s64()
2239 uint8x16_t test_vshlq_u8(uint8x16_t a, int8x16_t b) { in test_vshlq_u8()
2245 uint16x8_t test_vshlq_u16(uint16x8_t a, int16x8_t b) { in test_vshlq_u16()
2251 uint32x4_t test_vshlq_u32(uint32x4_t a, int32x4_t b) { in test_vshlq_u32()
2257 uint64x2_t test_vshlq_u64(uint64x2_t a, int64x2_t b) { in test_vshlq_u64()
2264 int8x8_t test_vqshl_s8(int8x8_t a, int8x8_t b) { in test_vqshl_s8()
2270 int16x4_t test_vqshl_s16(int16x4_t a, int16x4_t b) { in test_vqshl_s16()
2276 int32x2_t test_vqshl_s32(int32x2_t a, int32x2_t b) { in test_vqshl_s32()
2282 int64x1_t test_vqshl_s64(int64x1_t a, int64x1_t b) { in test_vqshl_s64()
2288 uint8x8_t test_vqshl_u8(uint8x8_t a, int8x8_t b) { in test_vqshl_u8()
2294 uint16x4_t test_vqshl_u16(uint16x4_t a, int16x4_t b) { in test_vqshl_u16()
2300 uint32x2_t test_vqshl_u32(uint32x2_t a, int32x2_t b) { in test_vqshl_u32()
2306 uint64x1_t test_vqshl_u64(uint64x1_t a, int64x1_t b) { in test_vqshl_u64()
2312 int8x16_t test_vqshlq_s8(int8x16_t a, int8x16_t b) { in test_vqshlq_s8()
2318 int16x8_t test_vqshlq_s16(int16x8_t a, int16x8_t b) { in test_vqshlq_s16()
2324 int32x4_t test_vqshlq_s32(int32x4_t a, int32x4_t b) { in test_vqshlq_s32()
2330 int64x2_t test_vqshlq_s64(int64x2_t a, int64x2_t b) { in test_vqshlq_s64()
2336 uint8x16_t test_vqshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqshlq_u8()
2342 uint16x8_t test_vqshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqshlq_u16()
2348 uint32x4_t test_vqshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqshlq_u32()
2354 uint64x2_t test_vqshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqshlq_u64()
2360 int8x8_t test_vrshl_s8(int8x8_t a, int8x8_t b) { in test_vrshl_s8()
2366 int16x4_t test_vrshl_s16(int16x4_t a, int16x4_t b) { in test_vrshl_s16()
2372 int32x2_t test_vrshl_s32(int32x2_t a, int32x2_t b) { in test_vrshl_s32()
2378 int64x1_t test_vrshl_s64(int64x1_t a, int64x1_t b) { in test_vrshl_s64()
2384 uint8x8_t test_vrshl_u8(uint8x8_t a, int8x8_t b) { in test_vrshl_u8()
2390 uint16x4_t test_vrshl_u16(uint16x4_t a, int16x4_t b) { in test_vrshl_u16()
2396 uint32x2_t test_vrshl_u32(uint32x2_t a, int32x2_t b) { in test_vrshl_u32()
2402 uint64x1_t test_vrshl_u64(uint64x1_t a, int64x1_t b) { in test_vrshl_u64()
2408 int8x16_t test_vrshlq_s8(int8x16_t a, int8x16_t b) { in test_vrshlq_s8()
2414 int16x8_t test_vrshlq_s16(int16x8_t a, int16x8_t b) { in test_vrshlq_s16()
2420 int32x4_t test_vrshlq_s32(int32x4_t a, int32x4_t b) { in test_vrshlq_s32()
2426 int64x2_t test_vrshlq_s64(int64x2_t a, int64x2_t b) { in test_vrshlq_s64()
2432 uint8x16_t test_vrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vrshlq_u8()
2438 uint16x8_t test_vrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vrshlq_u16()
2444 uint32x4_t test_vrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vrshlq_u32()
2450 uint64x2_t test_vrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vrshlq_u64()
2457 int8x8_t test_vqrshl_s8(int8x8_t a, int8x8_t b) { in test_vqrshl_s8()
2463 int16x4_t test_vqrshl_s16(int16x4_t a, int16x4_t b) { in test_vqrshl_s16()
2469 int32x2_t test_vqrshl_s32(int32x2_t a, int32x2_t b) { in test_vqrshl_s32()
2475 int64x1_t test_vqrshl_s64(int64x1_t a, int64x1_t b) { in test_vqrshl_s64()
2481 uint8x8_t test_vqrshl_u8(uint8x8_t a, int8x8_t b) { in test_vqrshl_u8()
2487 uint16x4_t test_vqrshl_u16(uint16x4_t a, int16x4_t b) { in test_vqrshl_u16()
2493 uint32x2_t test_vqrshl_u32(uint32x2_t a, int32x2_t b) { in test_vqrshl_u32()
2499 uint64x1_t test_vqrshl_u64(uint64x1_t a, int64x1_t b) { in test_vqrshl_u64()
2505 int8x16_t test_vqrshlq_s8(int8x16_t a, int8x16_t b) { in test_vqrshlq_s8()
2511 int16x8_t test_vqrshlq_s16(int16x8_t a, int16x8_t b) { in test_vqrshlq_s16()
2517 int32x4_t test_vqrshlq_s32(int32x4_t a, int32x4_t b) { in test_vqrshlq_s32()
2523 int64x2_t test_vqrshlq_s64(int64x2_t a, int64x2_t b) { in test_vqrshlq_s64()
2530 uint8x16_t test_vqrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqrshlq_u8()
2535 uint16x8_t test_vqrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqrshlq_u16()
2541 uint32x4_t test_vqrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqrshlq_u32()
2547 uint64x2_t test_vqrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqrshlq_u64()
2553 poly64x1_t test_vsli_n_p64(poly64x1_t a, poly64x1_t b) { in test_vsli_n_p64()
2559 poly64x2_t test_vsliq_n_p64(poly64x2_t a, poly64x2_t b) { in test_vsliq_n_p64()
2565 int8x8_t test_vmax_s8(int8x8_t a, int8x8_t b) { in test_vmax_s8()
2571 int16x4_t test_vmax_s16(int16x4_t a, int16x4_t b) { in test_vmax_s16()
2577 int32x2_t test_vmax_s32(int32x2_t a, int32x2_t b) { in test_vmax_s32()
2583 uint8x8_t test_vmax_u8(uint8x8_t a, uint8x8_t b) { in test_vmax_u8()
2589 uint16x4_t test_vmax_u16(uint16x4_t a, uint16x4_t b) { in test_vmax_u16()
2595 uint32x2_t test_vmax_u32(uint32x2_t a, uint32x2_t b) { in test_vmax_u32()
2601 float32x2_t test_vmax_f32(float32x2_t a, float32x2_t b) { in test_vmax_f32()
2607 int8x16_t test_vmaxq_s8(int8x16_t a, int8x16_t b) { in test_vmaxq_s8()
2613 int16x8_t test_vmaxq_s16(int16x8_t a, int16x8_t b) { in test_vmaxq_s16()
2619 int32x4_t test_vmaxq_s32(int32x4_t a, int32x4_t b) { in test_vmaxq_s32()
2625 uint8x16_t test_vmaxq_u8(uint8x16_t a, uint8x16_t b) { in test_vmaxq_u8()
2631 uint16x8_t test_vmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vmaxq_u16()
2637 uint32x4_t test_vmaxq_u32(uint32x4_t a, uint32x4_t b) { in test_vmaxq_u32()
2643 float32x4_t test_vmaxq_f32(float32x4_t a, float32x4_t b) { in test_vmaxq_f32()
2649 float64x2_t test_vmaxq_f64(float64x2_t a, float64x2_t b) { in test_vmaxq_f64()
2656 int8x8_t test_vmin_s8(int8x8_t a, int8x8_t b) { in test_vmin_s8()
2662 int16x4_t test_vmin_s16(int16x4_t a, int16x4_t b) { in test_vmin_s16()
2668 int32x2_t test_vmin_s32(int32x2_t a, int32x2_t b) { in test_vmin_s32()
2674 uint8x8_t test_vmin_u8(uint8x8_t a, uint8x8_t b) { in test_vmin_u8()
2680 uint16x4_t test_vmin_u16(uint16x4_t a, uint16x4_t b) { in test_vmin_u16()
2686 uint32x2_t test_vmin_u32(uint32x2_t a, uint32x2_t b) { in test_vmin_u32()
2692 float32x2_t test_vmin_f32(float32x2_t a, float32x2_t b) { in test_vmin_f32()
2698 int8x16_t test_vminq_s8(int8x16_t a, int8x16_t b) { in test_vminq_s8()
2704 int16x8_t test_vminq_s16(int16x8_t a, int16x8_t b) { in test_vminq_s16()
2710 int32x4_t test_vminq_s32(int32x4_t a, int32x4_t b) { in test_vminq_s32()
2716 uint8x16_t test_vminq_u8(uint8x16_t a, uint8x16_t b) { in test_vminq_u8()
2722 uint16x8_t test_vminq_u16(uint16x8_t a, uint16x8_t b) { in test_vminq_u16()
2728 uint32x4_t test_vminq_u32(uint32x4_t a, uint32x4_t b) { in test_vminq_u32()
2734 float32x4_t test_vminq_f32(float32x4_t a, float32x4_t b) { in test_vminq_f32()
2740 float64x2_t test_vminq_f64(float64x2_t a, float64x2_t b) { in test_vminq_f64()
2746 float32x2_t test_vmaxnm_f32(float32x2_t a, float32x2_t b) { in test_vmaxnm_f32()
2752 float32x4_t test_vmaxnmq_f32(float32x4_t a, float32x4_t b) { in test_vmaxnmq_f32()
2758 float64x2_t test_vmaxnmq_f64(float64x2_t a, float64x2_t b) { in test_vmaxnmq_f64()
2764 float32x2_t test_vminnm_f32(float32x2_t a, float32x2_t b) { in test_vminnm_f32()
2770 float32x4_t test_vminnmq_f32(float32x4_t a, float32x4_t b) { in test_vminnmq_f32()
2776 float64x2_t test_vminnmq_f64(float64x2_t a, float64x2_t b) { in test_vminnmq_f64()
2782 int8x8_t test_vpmax_s8(int8x8_t a, int8x8_t b) { in test_vpmax_s8()
2788 int16x4_t test_vpmax_s16(int16x4_t a, int16x4_t b) { in test_vpmax_s16()
2794 int32x2_t test_vpmax_s32(int32x2_t a, int32x2_t b) { in test_vpmax_s32()
2800 uint8x8_t test_vpmax_u8(uint8x8_t a, uint8x8_t b) { in test_vpmax_u8()
2806 uint16x4_t test_vpmax_u16(uint16x4_t a, uint16x4_t b) { in test_vpmax_u16()
2812 uint32x2_t test_vpmax_u32(uint32x2_t a, uint32x2_t b) { in test_vpmax_u32()
2818 float32x2_t test_vpmax_f32(float32x2_t a, float32x2_t b) { in test_vpmax_f32()
2824 int8x16_t test_vpmaxq_s8(int8x16_t a, int8x16_t b) { in test_vpmaxq_s8()
2830 int16x8_t test_vpmaxq_s16(int16x8_t a, int16x8_t b) { in test_vpmaxq_s16()
2836 int32x4_t test_vpmaxq_s32(int32x4_t a, int32x4_t b) { in test_vpmaxq_s32()
2842 uint8x16_t test_vpmaxq_u8(uint8x16_t a, uint8x16_t b) { in test_vpmaxq_u8()
2848 uint16x8_t test_vpmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vpmaxq_u16()
2854 uint32x4_t test_vpmaxq_u32(uint32x4_t a, uint32x4_t b) { in test_vpmaxq_u32()
2860 float32x4_t test_vpmaxq_f32(float32x4_t a, float32x4_t b) { in test_vpmaxq_f32()
2866 float64x2_t test_vpmaxq_f64(float64x2_t a, float64x2_t b) { in test_vpmaxq_f64()
2872 int8x8_t test_vpmin_s8(int8x8_t a, int8x8_t b) { in test_vpmin_s8()
2878 int16x4_t test_vpmin_s16(int16x4_t a, int16x4_t b) { in test_vpmin_s16()
2884 int32x2_t test_vpmin_s32(int32x2_t a, int32x2_t b) { in test_vpmin_s32()
2890 uint8x8_t test_vpmin_u8(uint8x8_t a, uint8x8_t b) { in test_vpmin_u8()
2896 uint16x4_t test_vpmin_u16(uint16x4_t a, uint16x4_t b) { in test_vpmin_u16()
2902 uint32x2_t test_vpmin_u32(uint32x2_t a, uint32x2_t b) { in test_vpmin_u32()
2908 float32x2_t test_vpmin_f32(float32x2_t a, float32x2_t b) { in test_vpmin_f32()
2914 int8x16_t test_vpminq_s8(int8x16_t a, int8x16_t b) { in test_vpminq_s8()
2920 int16x8_t test_vpminq_s16(int16x8_t a, int16x8_t b) { in test_vpminq_s16()
2926 int32x4_t test_vpminq_s32(int32x4_t a, int32x4_t b) { in test_vpminq_s32()
2932 uint8x16_t test_vpminq_u8(uint8x16_t a, uint8x16_t b) { in test_vpminq_u8()
2938 uint16x8_t test_vpminq_u16(uint16x8_t a, uint16x8_t b) { in test_vpminq_u16()
2944 uint32x4_t test_vpminq_u32(uint32x4_t a, uint32x4_t b) { in test_vpminq_u32()
2950 float32x4_t test_vpminq_f32(float32x4_t a, float32x4_t b) { in test_vpminq_f32()
2956 float64x2_t test_vpminq_f64(float64x2_t a, float64x2_t b) { in test_vpminq_f64()
2962 float32x2_t test_vpmaxnm_f32(float32x2_t a, float32x2_t b) { in test_vpmaxnm_f32()
2968 float32x4_t test_vpmaxnmq_f32(float32x4_t a, float32x4_t b) { in test_vpmaxnmq_f32()
2974 float64x2_t test_vpmaxnmq_f64(float64x2_t a, float64x2_t b) { in test_vpmaxnmq_f64()
2980 float32x2_t test_vpminnm_f32(float32x2_t a, float32x2_t b) { in test_vpminnm_f32()
2986 float32x4_t test_vpminnmq_f32(float32x4_t a, float32x4_t b) { in test_vpminnmq_f32()
2992 float64x2_t test_vpminnmq_f64(float64x2_t a, float64x2_t b) { in test_vpminnmq_f64()
2998 int8x8_t test_vpadd_s8(int8x8_t a, int8x8_t b) { in test_vpadd_s8()
3004 int16x4_t test_vpadd_s16(int16x4_t a, int16x4_t b) { in test_vpadd_s16()
3010 int32x2_t test_vpadd_s32(int32x2_t a, int32x2_t b) { in test_vpadd_s32()
3016 uint8x8_t test_vpadd_u8(uint8x8_t a, uint8x8_t b) { in test_vpadd_u8()
3022 uint16x4_t test_vpadd_u16(uint16x4_t a, uint16x4_t b) { in test_vpadd_u16()
3028 uint32x2_t test_vpadd_u32(uint32x2_t a, uint32x2_t b) { in test_vpadd_u32()
3034 float32x2_t test_vpadd_f32(float32x2_t a, float32x2_t b) { in test_vpadd_f32()
3040 int8x16_t test_vpaddq_s8(int8x16_t a, int8x16_t b) { in test_vpaddq_s8()
3046 int16x8_t test_vpaddq_s16(int16x8_t a, int16x8_t b) { in test_vpaddq_s16()
3052 int32x4_t test_vpaddq_s32(int32x4_t a, int32x4_t b) { in test_vpaddq_s32()
3058 uint8x16_t test_vpaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vpaddq_u8()
3064 uint16x8_t test_vpaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vpaddq_u16()
3070 uint32x4_t test_vpaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vpaddq_u32()
3076 float32x4_t test_vpaddq_f32(float32x4_t a, float32x4_t b) { in test_vpaddq_f32()
3082 float64x2_t test_vpaddq_f64(float64x2_t a, float64x2_t b) { in test_vpaddq_f64()
3088 int16x4_t test_vqdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_s16()
3094 int32x2_t test_vqdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_s32()
3100 int16x8_t test_vqdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqdmulhq_s16()
3106 int32x4_t test_vqdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqdmulhq_s32()
3112 int16x4_t test_vqrdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_s16()
3118 int32x2_t test_vqrdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_s32()
3124 int16x8_t test_vqrdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqrdmulhq_s16()
3130 int32x4_t test_vqrdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqrdmulhq_s32()
3136 float32x2_t test_vmulx_f32(float32x2_t a, float32x2_t b) { in test_vmulx_f32()
3142 float32x4_t test_vmulxq_f32(float32x4_t a, float32x4_t b) { in test_vmulxq_f32()
3148 float64x2_t test_vmulxq_f64(float64x2_t a, float64x2_t b) { in test_vmulxq_f64()
3154 int8x8_t test_vshl_n_s8(int8x8_t a) { in test_vshl_n_s8()
3160 int16x4_t test_vshl_n_s16(int16x4_t a) { in test_vshl_n_s16()
3166 int32x2_t test_vshl_n_s32(int32x2_t a) { in test_vshl_n_s32()
3172 int8x16_t test_vshlq_n_s8(int8x16_t a) { in test_vshlq_n_s8()
3178 int16x8_t test_vshlq_n_s16(int16x8_t a) { in test_vshlq_n_s16()
3184 int32x4_t test_vshlq_n_s32(int32x4_t a) { in test_vshlq_n_s32()
3190 int64x2_t test_vshlq_n_s64(int64x2_t a) { in test_vshlq_n_s64()
3196 int8x8_t test_vshl_n_u8(int8x8_t a) { in test_vshl_n_u8()
3202 int16x4_t test_vshl_n_u16(int16x4_t a) { in test_vshl_n_u16()
3208 int32x2_t test_vshl_n_u32(int32x2_t a) { in test_vshl_n_u32()
3214 int8x16_t test_vshlq_n_u8(int8x16_t a) { in test_vshlq_n_u8()
3220 int16x8_t test_vshlq_n_u16(int16x8_t a) { in test_vshlq_n_u16()
3226 int32x4_t test_vshlq_n_u32(int32x4_t a) { in test_vshlq_n_u32()
3232 int64x2_t test_vshlq_n_u64(int64x2_t a) { in test_vshlq_n_u64()
3238 int8x8_t test_vshr_n_s8(int8x8_t a) { in test_vshr_n_s8()
3244 int16x4_t test_vshr_n_s16(int16x4_t a) { in test_vshr_n_s16()
3250 int32x2_t test_vshr_n_s32(int32x2_t a) { in test_vshr_n_s32()
3256 int8x16_t test_vshrq_n_s8(int8x16_t a) { in test_vshrq_n_s8()
3262 int16x8_t test_vshrq_n_s16(int16x8_t a) { in test_vshrq_n_s16()
3268 int32x4_t test_vshrq_n_s32(int32x4_t a) { in test_vshrq_n_s32()
3274 int64x2_t test_vshrq_n_s64(int64x2_t a) { in test_vshrq_n_s64()
3280 int8x8_t test_vshr_n_u8(int8x8_t a) { in test_vshr_n_u8()
3286 int16x4_t test_vshr_n_u16(int16x4_t a) { in test_vshr_n_u16()
3292 int32x2_t test_vshr_n_u32(int32x2_t a) { in test_vshr_n_u32()
3298 int8x16_t test_vshrq_n_u8(int8x16_t a) { in test_vshrq_n_u8()
3304 int16x8_t test_vshrq_n_u16(int16x8_t a) { in test_vshrq_n_u16()
3310 int32x4_t test_vshrq_n_u32(int32x4_t a) { in test_vshrq_n_u32()
3316 int64x2_t test_vshrq_n_u64(int64x2_t a) { in test_vshrq_n_u64()
3322 int8x8_t test_vsra_n_s8(int8x8_t a, int8x8_t b) { in test_vsra_n_s8()
3328 int16x4_t test_vsra_n_s16(int16x4_t a, int16x4_t b) { in test_vsra_n_s16()
3334 int32x2_t test_vsra_n_s32(int32x2_t a, int32x2_t b) { in test_vsra_n_s32()
3340 int8x16_t test_vsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vsraq_n_s8()
3346 int16x8_t test_vsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vsraq_n_s16()
3352 int32x4_t test_vsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vsraq_n_s32()
3358 int64x2_t test_vsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vsraq_n_s64()
3364 int8x8_t test_vsra_n_u8(int8x8_t a, int8x8_t b) { in test_vsra_n_u8()
3370 int16x4_t test_vsra_n_u16(int16x4_t a, int16x4_t b) { in test_vsra_n_u16()
3376 int32x2_t test_vsra_n_u32(int32x2_t a, int32x2_t b) { in test_vsra_n_u32()
3382 int8x16_t test_vsraq_n_u8(int8x16_t a, int8x16_t b) { in test_vsraq_n_u8()
3388 int16x8_t test_vsraq_n_u16(int16x8_t a, int16x8_t b) { in test_vsraq_n_u16()
3394 int32x4_t test_vsraq_n_u32(int32x4_t a, int32x4_t b) { in test_vsraq_n_u32()
3400 int64x2_t test_vsraq_n_u64(int64x2_t a, int64x2_t b) { in test_vsraq_n_u64()
3406 int8x8_t test_vrshr_n_s8(int8x8_t a) { in test_vrshr_n_s8()
3412 int16x4_t test_vrshr_n_s16(int16x4_t a) { in test_vrshr_n_s16()
3418 int32x2_t test_vrshr_n_s32(int32x2_t a) { in test_vrshr_n_s32()
3424 int8x16_t test_vrshrq_n_s8(int8x16_t a) { in test_vrshrq_n_s8()
3430 int16x8_t test_vrshrq_n_s16(int16x8_t a) { in test_vrshrq_n_s16()
3436 int32x4_t test_vrshrq_n_s32(int32x4_t a) { in test_vrshrq_n_s32()
3442 int64x2_t test_vrshrq_n_s64(int64x2_t a) { in test_vrshrq_n_s64()
3448 int8x8_t test_vrshr_n_u8(int8x8_t a) { in test_vrshr_n_u8()
3454 int16x4_t test_vrshr_n_u16(int16x4_t a) { in test_vrshr_n_u16()
3460 int32x2_t test_vrshr_n_u32(int32x2_t a) { in test_vrshr_n_u32()
3466 int8x16_t test_vrshrq_n_u8(int8x16_t a) { in test_vrshrq_n_u8()
3472 int16x8_t test_vrshrq_n_u16(int16x8_t a) { in test_vrshrq_n_u16()
3478 int32x4_t test_vrshrq_n_u32(int32x4_t a) { in test_vrshrq_n_u32()
3484 int64x2_t test_vrshrq_n_u64(int64x2_t a) { in test_vrshrq_n_u64()
3490 int8x8_t test_vrsra_n_s8(int8x8_t a, int8x8_t b) { in test_vrsra_n_s8()
3496 int16x4_t test_vrsra_n_s16(int16x4_t a, int16x4_t b) { in test_vrsra_n_s16()
3502 int32x2_t test_vrsra_n_s32(int32x2_t a, int32x2_t b) { in test_vrsra_n_s32()
3508 int8x16_t test_vrsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vrsraq_n_s8()
3514 int16x8_t test_vrsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vrsraq_n_s16()
3520 int32x4_t test_vrsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vrsraq_n_s32()
3526 int64x2_t test_vrsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vrsraq_n_s64()
3532 int8x8_t test_vrsra_n_u8(int8x8_t a, int8x8_t b) { in test_vrsra_n_u8()
3538 int16x4_t test_vrsra_n_u16(int16x4_t a, int16x4_t b) { in test_vrsra_n_u16()
3544 int32x2_t test_vrsra_n_u32(int32x2_t a, int32x2_t b) { in test_vrsra_n_u32()
3550 int8x16_t test_vrsraq_n_u8(int8x16_t a, int8x16_t b) { in test_vrsraq_n_u8()
3556 int16x8_t test_vrsraq_n_u16(int16x8_t a, int16x8_t b) { in test_vrsraq_n_u16()
3562 int32x4_t test_vrsraq_n_u32(int32x4_t a, int32x4_t b) { in test_vrsraq_n_u32()
3568 int64x2_t test_vrsraq_n_u64(int64x2_t a, int64x2_t b) { in test_vrsraq_n_u64()
3574 int8x8_t test_vsri_n_s8(int8x8_t a, int8x8_t b) { in test_vsri_n_s8()
3580 int16x4_t test_vsri_n_s16(int16x4_t a, int16x4_t b) { in test_vsri_n_s16()
3586 int32x2_t test_vsri_n_s32(int32x2_t a, int32x2_t b) { in test_vsri_n_s32()
3592 int8x16_t test_vsriq_n_s8(int8x16_t a, int8x16_t b) { in test_vsriq_n_s8()
3598 int16x8_t test_vsriq_n_s16(int16x8_t a, int16x8_t b) { in test_vsriq_n_s16()
3604 int32x4_t test_vsriq_n_s32(int32x4_t a, int32x4_t b) { in test_vsriq_n_s32()
3610 int64x2_t test_vsriq_n_s64(int64x2_t a, int64x2_t b) { in test_vsriq_n_s64()
3616 int8x8_t test_vsri_n_u8(int8x8_t a, int8x8_t b) { in test_vsri_n_u8()
3622 int16x4_t test_vsri_n_u16(int16x4_t a, int16x4_t b) { in test_vsri_n_u16()
3628 int32x2_t test_vsri_n_u32(int32x2_t a, int32x2_t b) { in test_vsri_n_u32()
3634 int8x16_t test_vsriq_n_u8(int8x16_t a, int8x16_t b) { in test_vsriq_n_u8()
3640 int16x8_t test_vsriq_n_u16(int16x8_t a, int16x8_t b) { in test_vsriq_n_u16()
3646 int32x4_t test_vsriq_n_u32(int32x4_t a, int32x4_t b) { in test_vsriq_n_u32()
3652 int64x2_t test_vsriq_n_u64(int64x2_t a, int64x2_t b) { in test_vsriq_n_u64()
3658 poly8x8_t test_vsri_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsri_n_p8()
3664 poly16x4_t test_vsri_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsri_n_p16()
3670 poly8x16_t test_vsriq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsriq_n_p8()
3676 poly16x8_t test_vsriq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsriq_n_p16()
3682 int8x8_t test_vsli_n_s8(int8x8_t a, int8x8_t b) { in test_vsli_n_s8()
3688 int16x4_t test_vsli_n_s16(int16x4_t a, int16x4_t b) { in test_vsli_n_s16()
3694 int32x2_t test_vsli_n_s32(int32x2_t a, int32x2_t b) { in test_vsli_n_s32()
3700 int8x16_t test_vsliq_n_s8(int8x16_t a, int8x16_t b) { in test_vsliq_n_s8()
3706 int16x8_t test_vsliq_n_s16(int16x8_t a, int16x8_t b) { in test_vsliq_n_s16()
3712 int32x4_t test_vsliq_n_s32(int32x4_t a, int32x4_t b) { in test_vsliq_n_s32()
3718 int64x2_t test_vsliq_n_s64(int64x2_t a, int64x2_t b) { in test_vsliq_n_s64()
3724 uint8x8_t test_vsli_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsli_n_u8()
3730 uint16x4_t test_vsli_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsli_n_u16()
3736 uint32x2_t test_vsli_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsli_n_u32()
3742 uint8x16_t test_vsliq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsliq_n_u8()
3748 uint16x8_t test_vsliq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsliq_n_u16()
3754 uint32x4_t test_vsliq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsliq_n_u32()
3760 uint64x2_t test_vsliq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsliq_n_u64()
3766 poly8x8_t test_vsli_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsli_n_p8()
3772 poly16x4_t test_vsli_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsli_n_p16()
3778 poly8x16_t test_vsliq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsliq_n_p8()
3784 poly16x8_t test_vsliq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsliq_n_p16()
3790 int8x8_t test_vqshlu_n_s8(int8x8_t a) { in test_vqshlu_n_s8()
3796 int16x4_t test_vqshlu_n_s16(int16x4_t a) { in test_vqshlu_n_s16()
3802 int32x2_t test_vqshlu_n_s32(int32x2_t a) { in test_vqshlu_n_s32()
3808 int8x16_t test_vqshluq_n_s8(int8x16_t a) { in test_vqshluq_n_s8()
3814 int16x8_t test_vqshluq_n_s16(int16x8_t a) { in test_vqshluq_n_s16()
3820 int32x4_t test_vqshluq_n_s32(int32x4_t a) { in test_vqshluq_n_s32()
3826 int64x2_t test_vqshluq_n_s64(int64x2_t a) { in test_vqshluq_n_s64()
3832 int8x8_t test_vshrn_n_s16(int16x8_t a) { in test_vshrn_n_s16()
3838 int16x4_t test_vshrn_n_s32(int32x4_t a) { in test_vshrn_n_s32()
3844 int32x2_t test_vshrn_n_s64(int64x2_t a) { in test_vshrn_n_s64()
3850 uint8x8_t test_vshrn_n_u16(uint16x8_t a) { in test_vshrn_n_u16()
3856 uint16x4_t test_vshrn_n_u32(uint32x4_t a) { in test_vshrn_n_u32()
3862 uint32x2_t test_vshrn_n_u64(uint64x2_t a) { in test_vshrn_n_u64()
3868 int8x16_t test_vshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vshrn_high_n_s16()
3874 int16x8_t test_vshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vshrn_high_n_s32()
3880 int32x4_t test_vshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vshrn_high_n_s64()
3886 uint8x16_t test_vshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vshrn_high_n_u16()
3892 uint16x8_t test_vshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vshrn_high_n_u32()
3898 uint32x4_t test_vshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vshrn_high_n_u64()
3904 int8x8_t test_vqshrun_n_s16(int16x8_t a) { in test_vqshrun_n_s16()
3910 int16x4_t test_vqshrun_n_s32(int32x4_t a) { in test_vqshrun_n_s32()
3916 int32x2_t test_vqshrun_n_s64(int64x2_t a) { in test_vqshrun_n_s64()
3922 int8x16_t test_vqshrun_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqshrun_high_n_s16()
3928 int16x8_t test_vqshrun_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqshrun_high_n_s32()
3934 int32x4_t test_vqshrun_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqshrun_high_n_s64()
3940 int8x8_t test_vrshrn_n_s16(int16x8_t a) { in test_vrshrn_n_s16()
3946 int16x4_t test_vrshrn_n_s32(int32x4_t a) { in test_vrshrn_n_s32()
3952 int32x2_t test_vrshrn_n_s64(int64x2_t a) { in test_vrshrn_n_s64()
3958 uint8x8_t test_vrshrn_n_u16(uint16x8_t a) { in test_vrshrn_n_u16()
3964 uint16x4_t test_vrshrn_n_u32(uint32x4_t a) { in test_vrshrn_n_u32()
3970 uint32x2_t test_vrshrn_n_u64(uint64x2_t a) { in test_vrshrn_n_u64()
3976 int8x16_t test_vrshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vrshrn_high_n_s16()
3982 int16x8_t test_vrshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vrshrn_high_n_s32()
3988 int32x4_t test_vrshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vrshrn_high_n_s64()
3994 uint8x16_t test_vrshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vrshrn_high_n_u16()
4000 uint16x8_t test_vrshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vrshrn_high_n_u32()
4006 uint32x4_t test_vrshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vrshrn_high_n_u64()
4012 int8x8_t test_vqrshrun_n_s16(int16x8_t a) { in test_vqrshrun_n_s16()
4018 int16x4_t test_vqrshrun_n_s32(int32x4_t a) { in test_vqrshrun_n_s32()
4024 int32x2_t test_vqrshrun_n_s64(int64x2_t a) { in test_vqrshrun_n_s64()
4030 int8x16_t test_vqrshrun_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqrshrun_high_n_s16()
4036 int16x8_t test_vqrshrun_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqrshrun_high_n_s32()
4042 int32x4_t test_vqrshrun_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqrshrun_high_n_s64()
4048 int8x8_t test_vqshrn_n_s16(int16x8_t a) { in test_vqshrn_n_s16()
4054 int16x4_t test_vqshrn_n_s32(int32x4_t a) { in test_vqshrn_n_s32()
4060 int32x2_t test_vqshrn_n_s64(int64x2_t a) { in test_vqshrn_n_s64()
4066 uint8x8_t test_vqshrn_n_u16(uint16x8_t a) { in test_vqshrn_n_u16()
4072 uint16x4_t test_vqshrn_n_u32(uint32x4_t a) { in test_vqshrn_n_u32()
4078 uint32x2_t test_vqshrn_n_u64(uint64x2_t a) { in test_vqshrn_n_u64()
4084 int8x16_t test_vqshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqshrn_high_n_s16()
4090 int16x8_t test_vqshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqshrn_high_n_s32()
4096 int32x4_t test_vqshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqshrn_high_n_s64()
4102 uint8x16_t test_vqshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vqshrn_high_n_u16()
4108 uint16x8_t test_vqshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vqshrn_high_n_u32()
4114 uint32x4_t test_vqshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vqshrn_high_n_u64()
4120 int8x8_t test_vqrshrn_n_s16(int16x8_t a) { in test_vqrshrn_n_s16()
4126 int16x4_t test_vqrshrn_n_s32(int32x4_t a) { in test_vqrshrn_n_s32()
4132 int32x2_t test_vqrshrn_n_s64(int64x2_t a) { in test_vqrshrn_n_s64()
4138 uint8x8_t test_vqrshrn_n_u16(uint16x8_t a) { in test_vqrshrn_n_u16()
4144 uint16x4_t test_vqrshrn_n_u32(uint32x4_t a) { in test_vqrshrn_n_u32()
4150 uint32x2_t test_vqrshrn_n_u64(uint64x2_t a) { in test_vqrshrn_n_u64()
4156 int8x16_t test_vqrshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqrshrn_high_n_s16()
4162 int16x8_t test_vqrshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqrshrn_high_n_s32()
4168 int32x4_t test_vqrshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqrshrn_high_n_s64()
4174 uint8x16_t test_vqrshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vqrshrn_high_n_u16()
4180 uint16x8_t test_vqrshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vqrshrn_high_n_u32()
4186 uint32x4_t test_vqrshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vqrshrn_high_n_u64()
4192 int16x8_t test_vshll_n_s8(int8x8_t a) { in test_vshll_n_s8()
4198 int32x4_t test_vshll_n_s16(int16x4_t a) { in test_vshll_n_s16()
4204 int64x2_t test_vshll_n_s32(int32x2_t a) { in test_vshll_n_s32()
4210 uint16x8_t test_vshll_n_u8(uint8x8_t a) { in test_vshll_n_u8()
4216 uint32x4_t test_vshll_n_u16(uint16x4_t a) { in test_vshll_n_u16()
4222 uint64x2_t test_vshll_n_u32(uint32x2_t a) { in test_vshll_n_u32()
4228 int16x8_t test_vshll_high_n_s8(int8x16_t a) { in test_vshll_high_n_s8()
4234 int32x4_t test_vshll_high_n_s16(int16x8_t a) { in test_vshll_high_n_s16()
4240 int64x2_t test_vshll_high_n_s32(int32x4_t a) { in test_vshll_high_n_s32()
4246 uint16x8_t test_vshll_high_n_u8(uint8x16_t a) { in test_vshll_high_n_u8()
4252 uint32x4_t test_vshll_high_n_u16(uint16x8_t a) { in test_vshll_high_n_u16()
4258 uint64x2_t test_vshll_high_n_u32(uint32x4_t a) { in test_vshll_high_n_u32()
4264 int16x8_t test_vmovl_s8(int8x8_t a) { in test_vmovl_s8()
4270 int32x4_t test_vmovl_s16(int16x4_t a) { in test_vmovl_s16()
4276 int64x2_t test_vmovl_s32(int32x2_t a) { in test_vmovl_s32()
4282 uint16x8_t test_vmovl_u8(uint8x8_t a) { in test_vmovl_u8()
4288 uint32x4_t test_vmovl_u16(uint16x4_t a) { in test_vmovl_u16()
4294 uint64x2_t test_vmovl_u32(uint32x2_t a) { in test_vmovl_u32()
4300 int16x8_t test_vmovl_high_s8(int8x16_t a) { in test_vmovl_high_s8()
4306 int32x4_t test_vmovl_high_s16(int16x8_t a) { in test_vmovl_high_s16()
4312 int64x2_t test_vmovl_high_s32(int32x4_t a) { in test_vmovl_high_s32()
4318 uint16x8_t test_vmovl_high_u8(uint8x16_t a) { in test_vmovl_high_u8()
4324 uint32x4_t test_vmovl_high_u16(uint16x8_t a) { in test_vmovl_high_u16()
4330 uint64x2_t test_vmovl_high_u32(uint32x4_t a) { in test_vmovl_high_u32()
4336 float32x2_t test_vcvt_n_f32_s32(int32x2_t a) { in test_vcvt_n_f32_s32()
4342 float32x4_t test_vcvtq_n_f32_s32(int32x4_t a) { in test_vcvtq_n_f32_s32()
4348 float64x2_t test_vcvtq_n_f64_s64(int64x2_t a) { in test_vcvtq_n_f64_s64()
4354 float32x2_t test_vcvt_n_f32_u32(uint32x2_t a) { in test_vcvt_n_f32_u32()
4360 float32x4_t test_vcvtq_n_f32_u32(uint32x4_t a) { in test_vcvtq_n_f32_u32()
4366 float64x2_t test_vcvtq_n_f64_u64(uint64x2_t a) { in test_vcvtq_n_f64_u64()
4372 int32x2_t test_vcvt_n_s32_f32(float32x2_t a) { in test_vcvt_n_s32_f32()
4378 int32x4_t test_vcvtq_n_s32_f32(float32x4_t a) { in test_vcvtq_n_s32_f32()
4384 int64x2_t test_vcvtq_n_s64_f64(float64x2_t a) { in test_vcvtq_n_s64_f64()
4390 uint32x2_t test_vcvt_n_u32_f32(float32x2_t a) { in test_vcvt_n_u32_f32()
4396 uint32x4_t test_vcvtq_n_u32_f32(float32x4_t a) { in test_vcvtq_n_u32_f32()
4402 uint64x2_t test_vcvtq_n_u64_f64(float64x2_t a) { in test_vcvtq_n_u64_f64()
4408 int16x8_t test_vaddl_s8(int8x8_t a, int8x8_t b) { in test_vaddl_s8()
4414 int32x4_t test_vaddl_s16(int16x4_t a, int16x4_t b) { in test_vaddl_s16()
4420 int64x2_t test_vaddl_s32(int32x2_t a, int32x2_t b) { in test_vaddl_s32()
4426 uint16x8_t test_vaddl_u8(uint8x8_t a, uint8x8_t b) { in test_vaddl_u8()
4432 uint32x4_t test_vaddl_u16(uint16x4_t a, uint16x4_t b) { in test_vaddl_u16()
4438 uint64x2_t test_vaddl_u32(uint32x2_t a, uint32x2_t b) { in test_vaddl_u32()
4444 int16x8_t test_vaddl_high_s8(int8x16_t a, int8x16_t b) { in test_vaddl_high_s8()
4450 int32x4_t test_vaddl_high_s16(int16x8_t a, int16x8_t b) { in test_vaddl_high_s16()
4456 int64x2_t test_vaddl_high_s32(int32x4_t a, int32x4_t b) { in test_vaddl_high_s32()
4462 uint16x8_t test_vaddl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vaddl_high_u8()
4468 uint32x4_t test_vaddl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vaddl_high_u16()
4474 uint64x2_t test_vaddl_high_u32(uint32x4_t a, uint32x4_t b) { in test_vaddl_high_u32()
4480 int16x8_t test_vaddw_s8(int16x8_t a, int8x8_t b) { in test_vaddw_s8()
4486 int32x4_t test_vaddw_s16(int32x4_t a, int16x4_t b) { in test_vaddw_s16()
4492 int64x2_t test_vaddw_s32(int64x2_t a, int32x2_t b) { in test_vaddw_s32()
4498 uint16x8_t test_vaddw_u8(uint16x8_t a, uint8x8_t b) { in test_vaddw_u8()
4504 uint32x4_t test_vaddw_u16(uint32x4_t a, uint16x4_t b) { in test_vaddw_u16()
4510 uint64x2_t test_vaddw_u32(uint64x2_t a, uint32x2_t b) { in test_vaddw_u32()
4516 int16x8_t test_vaddw_high_s8(int16x8_t a, int8x16_t b) { in test_vaddw_high_s8()
4522 int32x4_t test_vaddw_high_s16(int32x4_t a, int16x8_t b) { in test_vaddw_high_s16()
4528 int64x2_t test_vaddw_high_s32(int64x2_t a, int32x4_t b) { in test_vaddw_high_s32()
4534 uint16x8_t test_vaddw_high_u8(uint16x8_t a, uint8x16_t b) { in test_vaddw_high_u8()
4540 uint32x4_t test_vaddw_high_u16(uint32x4_t a, uint16x8_t b) { in test_vaddw_high_u16()
4546 uint64x2_t test_vaddw_high_u32(uint64x2_t a, uint32x4_t b) { in test_vaddw_high_u32()
4552 int16x8_t test_vsubl_s8(int8x8_t a, int8x8_t b) { in test_vsubl_s8()
4558 int32x4_t test_vsubl_s16(int16x4_t a, int16x4_t b) { in test_vsubl_s16()
4564 int64x2_t test_vsubl_s32(int32x2_t a, int32x2_t b) { in test_vsubl_s32()
4570 uint16x8_t test_vsubl_u8(uint8x8_t a, uint8x8_t b) { in test_vsubl_u8()
4576 uint32x4_t test_vsubl_u16(uint16x4_t a, uint16x4_t b) { in test_vsubl_u16()
4582 uint64x2_t test_vsubl_u32(uint32x2_t a, uint32x2_t b) { in test_vsubl_u32()
4588 int16x8_t test_vsubl_high_s8(int8x16_t a, int8x16_t b) { in test_vsubl_high_s8()
4594 int32x4_t test_vsubl_high_s16(int16x8_t a, int16x8_t b) { in test_vsubl_high_s16()
4600 int64x2_t test_vsubl_high_s32(int32x4_t a, int32x4_t b) { in test_vsubl_high_s32()
4606 uint16x8_t test_vsubl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vsubl_high_u8()
4612 uint32x4_t test_vsubl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vsubl_high_u16()
4618 uint64x2_t test_vsubl_high_u32(uint32x4_t a, uint32x4_t b) { in test_vsubl_high_u32()
4624 int16x8_t test_vsubw_s8(int16x8_t a, int8x8_t b) { in test_vsubw_s8()
4630 int32x4_t test_vsubw_s16(int32x4_t a, int16x4_t b) { in test_vsubw_s16()
4636 int64x2_t test_vsubw_s32(int64x2_t a, int32x2_t b) { in test_vsubw_s32()
4642 uint16x8_t test_vsubw_u8(uint16x8_t a, uint8x8_t b) { in test_vsubw_u8()
4648 uint32x4_t test_vsubw_u16(uint32x4_t a, uint16x4_t b) { in test_vsubw_u16()
4654 uint64x2_t test_vsubw_u32(uint64x2_t a, uint32x2_t b) { in test_vsubw_u32()
4660 int16x8_t test_vsubw_high_s8(int16x8_t a, int8x16_t b) { in test_vsubw_high_s8()
4666 int32x4_t test_vsubw_high_s16(int32x4_t a, int16x8_t b) { in test_vsubw_high_s16()
4672 int64x2_t test_vsubw_high_s32(int64x2_t a, int32x4_t b) { in test_vsubw_high_s32()
4678 uint16x8_t test_vsubw_high_u8(uint16x8_t a, uint8x16_t b) { in test_vsubw_high_u8()
4684 uint32x4_t test_vsubw_high_u16(uint32x4_t a, uint16x8_t b) { in test_vsubw_high_u16()
4690 uint64x2_t test_vsubw_high_u32(uint64x2_t a, uint32x4_t b) { in test_vsubw_high_u32()
4696 int8x8_t test_vaddhn_s16(int16x8_t a, int16x8_t b) { in test_vaddhn_s16()
4702 int16x4_t test_vaddhn_s32(int32x4_t a, int32x4_t b) { in test_vaddhn_s32()
4708 int32x2_t test_vaddhn_s64(int64x2_t a, int64x2_t b) { in test_vaddhn_s64()
4714 uint8x8_t test_vaddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vaddhn_u16()
4720 uint16x4_t test_vaddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vaddhn_u32()
4726 uint32x2_t test_vaddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vaddhn_u64()
4732 int8x16_t test_vaddhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vaddhn_high_s16()
4738 int16x8_t test_vaddhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vaddhn_high_s32()
4744 int32x4_t test_vaddhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vaddhn_high_s64()
4750 uint8x16_t test_vaddhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vaddhn_high_u16()
4756 uint16x8_t test_vaddhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vaddhn_high_u32()
4762 uint32x4_t test_vaddhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vaddhn_high_u64()
4768 int8x8_t test_vraddhn_s16(int16x8_t a, int16x8_t b) { in test_vraddhn_s16()
4774 int16x4_t test_vraddhn_s32(int32x4_t a, int32x4_t b) { in test_vraddhn_s32()
4780 int32x2_t test_vraddhn_s64(int64x2_t a, int64x2_t b) { in test_vraddhn_s64()
4786 uint8x8_t test_vraddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vraddhn_u16()
4792 uint16x4_t test_vraddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vraddhn_u32()
4798 uint32x2_t test_vraddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vraddhn_u64()
4804 int8x16_t test_vraddhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vraddhn_high_s16()
4810 int16x8_t test_vraddhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vraddhn_high_s32()
4816 int32x4_t test_vraddhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vraddhn_high_s64()
4822 uint8x16_t test_vraddhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vraddhn_high_u16()
4828 uint16x8_t test_vraddhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vraddhn_high_u32()
4834 uint32x4_t test_vraddhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vraddhn_high_u64()
4840 int8x8_t test_vsubhn_s16(int16x8_t a, int16x8_t b) { in test_vsubhn_s16()
4846 int16x4_t test_vsubhn_s32(int32x4_t a, int32x4_t b) { in test_vsubhn_s32()
4852 int32x2_t test_vsubhn_s64(int64x2_t a, int64x2_t b) { in test_vsubhn_s64()
4858 uint8x8_t test_vsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vsubhn_u16()
4864 uint16x4_t test_vsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vsubhn_u32()
4870 uint32x2_t test_vsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vsubhn_u64()
4876 int8x16_t test_vsubhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vsubhn_high_s16()
4882 int16x8_t test_vsubhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vsubhn_high_s32()
4888 int32x4_t test_vsubhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vsubhn_high_s64()
4894 uint8x16_t test_vsubhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vsubhn_high_u16()
4900 uint16x8_t test_vsubhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vsubhn_high_u32()
4906 uint32x4_t test_vsubhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vsubhn_high_u64()
4912 int8x8_t test_vrsubhn_s16(int16x8_t a, int16x8_t b) { in test_vrsubhn_s16()
4918 int16x4_t test_vrsubhn_s32(int32x4_t a, int32x4_t b) { in test_vrsubhn_s32()
4924 int32x2_t test_vrsubhn_s64(int64x2_t a, int64x2_t b) { in test_vrsubhn_s64()
4930 uint8x8_t test_vrsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vrsubhn_u16()
4936 uint16x4_t test_vrsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vrsubhn_u32()
4942 uint32x2_t test_vrsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vrsubhn_u64()
4948 int8x16_t test_vrsubhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vrsubhn_high_s16()
4954 int16x8_t test_vrsubhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vrsubhn_high_s32()
4960 int32x4_t test_vrsubhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vrsubhn_high_s64()
4966 uint8x16_t test_vrsubhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vrsubhn_high_u16()
4972 uint16x8_t test_vrsubhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vrsubhn_high_u32()
4978 uint32x4_t test_vrsubhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vrsubhn_high_u64()
4984 int16x8_t test_vabdl_s8(int8x8_t a, int8x8_t b) { in test_vabdl_s8()
4989 int32x4_t test_vabdl_s16(int16x4_t a, int16x4_t b) { in test_vabdl_s16()
4994 int64x2_t test_vabdl_s32(int32x2_t a, int32x2_t b) { in test_vabdl_s32()
4999 uint16x8_t test_vabdl_u8(uint8x8_t a, uint8x8_t b) { in test_vabdl_u8()
5004 uint32x4_t test_vabdl_u16(uint16x4_t a, uint16x4_t b) { in test_vabdl_u16()
5009 uint64x2_t test_vabdl_u32(uint32x2_t a, uint32x2_t b) { in test_vabdl_u32()
5015 int16x8_t test_vabal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vabal_s8()
5020 int32x4_t test_vabal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vabal_s16()
5025 int64x2_t test_vabal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vabal_s32()
5030 uint16x8_t test_vabal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vabal_u8()
5035 uint32x4_t test_vabal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vabal_u16()
5040 uint64x2_t test_vabal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vabal_u32()
5046 int16x8_t test_vabdl_high_s8(int8x16_t a, int8x16_t b) { in test_vabdl_high_s8()
5051 int32x4_t test_vabdl_high_s16(int16x8_t a, int16x8_t b) { in test_vabdl_high_s16()
5056 int64x2_t test_vabdl_high_s32(int32x4_t a, int32x4_t b) { in test_vabdl_high_s32()
5061 uint16x8_t test_vabdl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vabdl_high_u8()
5066 uint32x4_t test_vabdl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vabdl_high_u16()
5071 uint64x2_t test_vabdl_high_u32(uint32x4_t a, uint32x4_t b) { in test_vabdl_high_u32()
5077 int16x8_t test_vabal_high_s8(int16x8_t a, int8x16_t b, int8x16_t c) { in test_vabal_high_s8()
5082 int32x4_t test_vabal_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vabal_high_s16()
5087 int64x2_t test_vabal_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vabal_high_s32()
5092 uint16x8_t test_vabal_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vabal_high_u8()
5097 uint32x4_t test_vabal_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vabal_high_u16()
5102 uint64x2_t test_vabal_high_u32(uint64x2_t a, uint32x4_t b, uint32x4_t c) { in test_vabal_high_u32()
5108 int16x8_t test_vmull_s8(int8x8_t a, int8x8_t b) { in test_vmull_s8()
5113 int32x4_t test_vmull_s16(int16x4_t a, int16x4_t b) { in test_vmull_s16()
5118 int64x2_t test_vmull_s32(int32x2_t a, int32x2_t b) { in test_vmull_s32()
5123 uint16x8_t test_vmull_u8(uint8x8_t a, uint8x8_t b) { in test_vmull_u8()
5128 uint32x4_t test_vmull_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_u16()
5133 uint64x2_t test_vmull_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_u32()
5139 int16x8_t test_vmull_high_s8(int8x16_t a, int8x16_t b) { in test_vmull_high_s8()
5144 int32x4_t test_vmull_high_s16(int16x8_t a, int16x8_t b) { in test_vmull_high_s16()
5149 int64x2_t test_vmull_high_s32(int32x4_t a, int32x4_t b) { in test_vmull_high_s32()
5154 uint16x8_t test_vmull_high_u8(uint8x16_t a, uint8x16_t b) { in test_vmull_high_u8()
5159 uint32x4_t test_vmull_high_u16(uint16x8_t a, uint16x8_t b) { in test_vmull_high_u16()
5164 uint64x2_t test_vmull_high_u32(uint32x4_t a, uint32x4_t b) { in test_vmull_high_u32()
5170 int16x8_t test_vmlal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlal_s8()
5175 int32x4_t test_vmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_s16()
5180 int64x2_t test_vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_s32()
5185 uint16x8_t test_vmlal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlal_u8()
5190 uint32x4_t test_vmlal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_u16()
5195 uint64x2_t test_vmlal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_u32()
5201 int16x8_t test_vmlal_high_s8(int16x8_t a, int8x16_t b, int8x16_t c) { in test_vmlal_high_s8()
5206 int32x4_t test_vmlal_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vmlal_high_s16()
5211 int64x2_t test_vmlal_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vmlal_high_s32()
5216 uint16x8_t test_vmlal_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vmlal_high_u8()
5221 uint32x4_t test_vmlal_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vmlal_high_u16()
5226 uint64x2_t test_vmlal_high_u32(uint64x2_t a, uint32x4_t b, uint32x4_t c) { in test_vmlal_high_u32()
5232 int16x8_t test_vmlsl_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlsl_s8()
5237 int32x4_t test_vmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_s16()
5242 int64x2_t test_vmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_s32()
5247 uint16x8_t test_vmlsl_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlsl_u8()
5252 uint32x4_t test_vmlsl_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_u16()
5257 uint64x2_t test_vmlsl_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_u32()
5263 int16x8_t test_vmlsl_high_s8(int16x8_t a, int8x16_t b, int8x16_t c) { in test_vmlsl_high_s8()
5268 int32x4_t test_vmlsl_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vmlsl_high_s16()
5273 int64x2_t test_vmlsl_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vmlsl_high_s32()
5278 uint16x8_t test_vmlsl_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vmlsl_high_u8()
5283 uint32x4_t test_vmlsl_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vmlsl_high_u16()
5288 uint64x2_t test_vmlsl_high_u32(uint64x2_t a, uint32x4_t b, uint32x4_t c) { in test_vmlsl_high_u32()
5294 int32x4_t test_vqdmull_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_s16()
5299 int64x2_t test_vqdmull_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_s32()
5305 int32x4_t test_vqdmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_s16()
5311 int64x2_t test_vqdmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_s32()
5317 int32x4_t test_vqdmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_s16()
5323 int64x2_t test_vqdmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_s32()
5329 int32x4_t test_vqdmull_high_s16(int16x8_t a, int16x8_t b) { in test_vqdmull_high_s16()
5334 int64x2_t test_vqdmull_high_s32(int32x4_t a, int32x4_t b) { in test_vqdmull_high_s32()
5340 int32x4_t test_vqdmlal_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vqdmlal_high_s16()
5346 int64x2_t test_vqdmlal_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vqdmlal_high_s32()
5352 int32x4_t test_vqdmlsl_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vqdmlsl_high_s16()
5358 int64x2_t test_vqdmlsl_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vqdmlsl_high_s32()
5364 poly16x8_t test_vmull_p8(poly8x8_t a, poly8x8_t b) { in test_vmull_p8()
5370 poly16x8_t test_vmull_high_p8(poly8x16_t a, poly8x16_t b) { in test_vmull_high_p8()
5376 int64_t test_vaddd_s64(int64_t a, int64_t b) { in test_vaddd_s64()
5382 uint64_t test_vaddd_u64(uint64_t a, uint64_t b) { in test_vaddd_u64()
5388 int64_t test_vsubd_s64(int64_t a, int64_t b) { in test_vsubd_s64()
5394 uint64_t test_vsubd_u64(uint64_t a, uint64_t b) { in test_vsubd_u64()
5400 int8_t test_vqaddb_s8(int8_t a, int8_t b) { in test_vqaddb_s8()
5406 int16_t test_vqaddh_s16(int16_t a, int16_t b) { in test_vqaddh_s16()
5412 int32_t test_vqadds_s32(int32_t a, int32_t b) { in test_vqadds_s32()
5418 int64_t test_vqaddd_s64(int64_t a, int64_t b) { in test_vqaddd_s64()
5424 uint8_t test_vqaddb_u8(uint8_t a, uint8_t b) { in test_vqaddb_u8()
5430 uint16_t test_vqaddh_u16(uint16_t a, uint16_t b) { in test_vqaddh_u16()
5436 uint32_t test_vqadds_u32(uint32_t a, uint32_t b) { in test_vqadds_u32()
5442 uint64_t test_vqaddd_u64(uint64_t a, uint64_t b) { in test_vqaddd_u64()
5448 int8_t test_vqsubb_s8(int8_t a, int8_t b) { in test_vqsubb_s8()
5454 int16_t test_vqsubh_s16(int16_t a, int16_t b) { in test_vqsubh_s16()
5460 int32_t test_vqsubs_s32(int32_t a, int32_t b) { in test_vqsubs_s32()
5466 int64_t test_vqsubd_s64(int64_t a, int64_t b) { in test_vqsubd_s64()
5472 uint8_t test_vqsubb_u8(uint8_t a, uint8_t b) { in test_vqsubb_u8()
5478 uint16_t test_vqsubh_u16(uint16_t a, uint16_t b) { in test_vqsubh_u16()
5484 uint32_t test_vqsubs_u32(uint32_t a, uint32_t b) { in test_vqsubs_u32()
5490 uint64_t test_vqsubd_u64(uint64_t a, uint64_t b) { in test_vqsubd_u64()
5496 int64_t test_vshld_s64(int64_t a, int64_t b) { in test_vshld_s64()
5502 uint64_t test_vshld_u64(uint64_t a, uint64_t b) { in test_vshld_u64()
5509 int8_t test_vqshlb_s8(int8_t a, int8_t b) { in test_vqshlb_s8()
5515 int16_t test_vqshlh_s16(int16_t a, int16_t b) { in test_vqshlh_s16()
5521 int32_t test_vqshls_s32(int32_t a, int32_t b) { in test_vqshls_s32()
5527 int64_t test_vqshld_s64(int64_t a, int64_t b) { in test_vqshld_s64()
5533 uint8_t test_vqshlb_u8(uint8_t a, uint8_t b) { in test_vqshlb_u8()
5539 uint16_t test_vqshlh_u16(uint16_t a, uint16_t b) { in test_vqshlh_u16()
5545 uint32_t test_vqshls_u32(uint32_t a, uint32_t b) { in test_vqshls_u32()
5551 uint64_t test_vqshld_u64(uint64_t a, uint64_t b) { in test_vqshld_u64()
5557 int64_t test_vrshld_s64(int64_t a, int64_t b) { in test_vrshld_s64()
5564 uint64_t test_vrshld_u64(uint64_t a, uint64_t b) { in test_vrshld_u64()
5570 int8_t test_vqrshlb_s8(int8_t a, int8_t b) { in test_vqrshlb_s8()
5576 int16_t test_vqrshlh_s16(int16_t a, int16_t b) { in test_vqrshlh_s16()
5582 int32_t test_vqrshls_s32(int32_t a, int32_t b) { in test_vqrshls_s32()
5588 int64_t test_vqrshld_s64(int64_t a, int64_t b) { in test_vqrshld_s64()
5594 uint8_t test_vqrshlb_u8(uint8_t a, uint8_t b) { in test_vqrshlb_u8()
5600 uint16_t test_vqrshlh_u16(uint16_t a, uint16_t b) { in test_vqrshlh_u16()
5606 uint32_t test_vqrshls_u32(uint32_t a, uint32_t b) { in test_vqrshls_u32()
5612 uint64_t test_vqrshld_u64(uint64_t a, uint64_t b) { in test_vqrshld_u64()
5618 int64_t test_vpaddd_s64(int64x2_t a) { in test_vpaddd_s64()
5624 float32_t test_vpadds_f32(float32x2_t a) { in test_vpadds_f32()
5630 float64_t test_vpaddd_f64(float64x2_t a) { in test_vpaddd_f64()
5636 float32_t test_vpmaxnms_f32(float32x2_t a) { in test_vpmaxnms_f32()
5642 float64_t test_vpmaxnmqd_f64(float64x2_t a) { in test_vpmaxnmqd_f64()
5648 float32_t test_vpmaxs_f32(float32x2_t a) { in test_vpmaxs_f32()
5654 float64_t test_vpmaxqd_f64(float64x2_t a) { in test_vpmaxqd_f64()
5660 float32_t test_vpminnms_f32(float32x2_t a) { in test_vpminnms_f32()
5666 float64_t test_vpminnmqd_f64(float64x2_t a) { in test_vpminnmqd_f64()
5672 float32_t test_vpmins_f32(float32x2_t a) { in test_vpmins_f32()
5678 float64_t test_vpminqd_f64(float64x2_t a) { in test_vpminqd_f64()
5683 int16_t test_vqdmulhh_s16(int16_t a, int16_t b) { in test_vqdmulhh_s16()
5689 int32_t test_vqdmulhs_s32(int32_t a, int32_t b) { in test_vqdmulhs_s32()
5695 int16_t test_vqrdmulhh_s16(int16_t a, int16_t b) { in test_vqrdmulhh_s16()
5701 int32_t test_vqrdmulhs_s32(int32_t a, int32_t b) { in test_vqrdmulhs_s32()
5707 float32_t test_vmulxs_f32(float32_t a, float32_t b) { in test_vmulxs_f32()
5713 float64_t test_vmulxd_f64(float64_t a, float64_t b) { in test_vmulxd_f64()
5719 float64x1_t test_vmulx_f64(float64x1_t a, float64x1_t b) { in test_vmulx_f64()
5725 float32_t test_vrecpss_f32(float32_t a, float32_t b) { in test_vrecpss_f32()
5731 float64_t test_vrecpsd_f64(float64_t a, float64_t b) { in test_vrecpsd_f64()
5737 float32_t test_vrsqrtss_f32(float32_t a, float32_t b) { in test_vrsqrtss_f32()
5743 float64_t test_vrsqrtsd_f64(float64_t a, float64_t b) { in test_vrsqrtsd_f64()
5749 float32_t test_vcvts_f32_s32(int32_t a) { in test_vcvts_f32_s32()
5755 float64_t test_vcvtd_f64_s64(int64_t a) { in test_vcvtd_f64_s64()
5761 float32_t test_vcvts_f32_u32(uint32_t a) { in test_vcvts_f32_u32()
5767 float64_t test_vcvtd_f64_u64(uint64_t a) { in test_vcvtd_f64_u64()
5773 float32_t test_vrecpes_f32(float32_t a) { in test_vrecpes_f32()
5779 float64_t test_vrecped_f64(float64_t a) { in test_vrecped_f64()
5785 float32_t test_vrecpxs_f32(float32_t a) { in test_vrecpxs_f32()
5791 float64_t test_vrecpxd_f64(float64_t a) { in test_vrecpxd_f64()
5797 uint32x2_t test_vrsqrte_u32(uint32x2_t a) { in test_vrsqrte_u32()
5803 uint32x4_t test_vrsqrteq_u32(uint32x4_t a) { in test_vrsqrteq_u32()
5809 float32_t test_vrsqrtes_f32(float32_t a) { in test_vrsqrtes_f32()
5815 float64_t test_vrsqrted_f64(float64_t a) { in test_vrsqrted_f64()
5821 uint8x16_t test_vld1q_u8(uint8_t const *a) { in test_vld1q_u8()
5827 uint16x8_t test_vld1q_u16(uint16_t const *a) { in test_vld1q_u16()
5833 uint32x4_t test_vld1q_u32(uint32_t const *a) { in test_vld1q_u32()
5839 uint64x2_t test_vld1q_u64(uint64_t const *a) { in test_vld1q_u64()
5845 int8x16_t test_vld1q_s8(int8_t const *a) { in test_vld1q_s8()
5851 int16x8_t test_vld1q_s16(int16_t const *a) { in test_vld1q_s16()
5857 int32x4_t test_vld1q_s32(int32_t const *a) { in test_vld1q_s32()
5863 int64x2_t test_vld1q_s64(int64_t const *a) { in test_vld1q_s64()
5869 float16x8_t test_vld1q_f16(float16_t const *a) { in test_vld1q_f16()
5875 float32x4_t test_vld1q_f32(float32_t const *a) { in test_vld1q_f32()
5881 float64x2_t test_vld1q_f64(float64_t const *a) { in test_vld1q_f64()
5887 poly8x16_t test_vld1q_p8(poly8_t const *a) { in test_vld1q_p8()
5893 poly16x8_t test_vld1q_p16(poly16_t const *a) { in test_vld1q_p16()
5899 uint8x8_t test_vld1_u8(uint8_t const *a) { in test_vld1_u8()
5905 uint16x4_t test_vld1_u16(uint16_t const *a) { in test_vld1_u16()
5911 uint32x2_t test_vld1_u32(uint32_t const *a) { in test_vld1_u32()
5917 uint64x1_t test_vld1_u64(uint64_t const *a) { in test_vld1_u64()
5923 int8x8_t test_vld1_s8(int8_t const *a) { in test_vld1_s8()
5929 int16x4_t test_vld1_s16(int16_t const *a) { in test_vld1_s16()
5935 int32x2_t test_vld1_s32(int32_t const *a) { in test_vld1_s32()
5941 int64x1_t test_vld1_s64(int64_t const *a) { in test_vld1_s64()
5947 float16x4_t test_vld1_f16(float16_t const *a) { in test_vld1_f16()
5953 float32x2_t test_vld1_f32(float32_t const *a) { in test_vld1_f32()
5959 float64x1_t test_vld1_f64(float64_t const *a) { in test_vld1_f64()
5965 poly8x8_t test_vld1_p8(poly8_t const *a) { in test_vld1_p8()
5971 poly16x4_t test_vld1_p16(poly16_t const *a) { in test_vld1_p16()
5977 uint8x16x2_t test_vld2q_u8(uint8_t const *a) { in test_vld2q_u8()
5983 uint16x8x2_t test_vld2q_u16(uint16_t const *a) { in test_vld2q_u16()
5989 uint32x4x2_t test_vld2q_u32(uint32_t const *a) { in test_vld2q_u32()
5995 uint64x2x2_t test_vld2q_u64(uint64_t const *a) { in test_vld2q_u64()
6001 int8x16x2_t test_vld2q_s8(int8_t const *a) { in test_vld2q_s8()
6007 int16x8x2_t test_vld2q_s16(int16_t const *a) { in test_vld2q_s16()
6013 int32x4x2_t test_vld2q_s32(int32_t const *a) { in test_vld2q_s32()
6019 int64x2x2_t test_vld2q_s64(int64_t const *a) { in test_vld2q_s64()
6025 float16x8x2_t test_vld2q_f16(float16_t const *a) { in test_vld2q_f16()
6031 float32x4x2_t test_vld2q_f32(float32_t const *a) { in test_vld2q_f32()
6037 float64x2x2_t test_vld2q_f64(float64_t const *a) { in test_vld2q_f64()
6043 poly8x16x2_t test_vld2q_p8(poly8_t const *a) { in test_vld2q_p8()
6049 poly16x8x2_t test_vld2q_p16(poly16_t const *a) { in test_vld2q_p16()
6055 uint8x8x2_t test_vld2_u8(uint8_t const *a) { in test_vld2_u8()
6061 uint16x4x2_t test_vld2_u16(uint16_t const *a) { in test_vld2_u16()
6067 uint32x2x2_t test_vld2_u32(uint32_t const *a) { in test_vld2_u32()
6073 uint64x1x2_t test_vld2_u64(uint64_t const *a) { in test_vld2_u64()
6079 int8x8x2_t test_vld2_s8(int8_t const *a) { in test_vld2_s8()
6085 int16x4x2_t test_vld2_s16(int16_t const *a) { in test_vld2_s16()
6091 int32x2x2_t test_vld2_s32(int32_t const *a) { in test_vld2_s32()
6097 int64x1x2_t test_vld2_s64(int64_t const *a) { in test_vld2_s64()
6103 float16x4x2_t test_vld2_f16(float16_t const *a) { in test_vld2_f16()
6109 float32x2x2_t test_vld2_f32(float32_t const *a) { in test_vld2_f32()
6115 float64x1x2_t test_vld2_f64(float64_t const *a) { in test_vld2_f64()
6121 poly8x8x2_t test_vld2_p8(poly8_t const *a) { in test_vld2_p8()
6127 poly16x4x2_t test_vld2_p16(poly16_t const *a) { in test_vld2_p16()
6133 uint8x16x3_t test_vld3q_u8(uint8_t const *a) { in test_vld3q_u8()
6139 uint16x8x3_t test_vld3q_u16(uint16_t const *a) { in test_vld3q_u16()
6145 uint32x4x3_t test_vld3q_u32(uint32_t const *a) { in test_vld3q_u32()
6151 uint64x2x3_t test_vld3q_u64(uint64_t const *a) { in test_vld3q_u64()
6157 int8x16x3_t test_vld3q_s8(int8_t const *a) { in test_vld3q_s8()
6163 int16x8x3_t test_vld3q_s16(int16_t const *a) { in test_vld3q_s16()
6169 int32x4x3_t test_vld3q_s32(int32_t const *a) { in test_vld3q_s32()
6175 int64x2x3_t test_vld3q_s64(int64_t const *a) { in test_vld3q_s64()
6181 float16x8x3_t test_vld3q_f16(float16_t const *a) { in test_vld3q_f16()
6187 float32x4x3_t test_vld3q_f32(float32_t const *a) { in test_vld3q_f32()
6193 float64x2x3_t test_vld3q_f64(float64_t const *a) { in test_vld3q_f64()
6199 poly8x16x3_t test_vld3q_p8(poly8_t const *a) { in test_vld3q_p8()
6205 poly16x8x3_t test_vld3q_p16(poly16_t const *a) { in test_vld3q_p16()
6211 uint8x8x3_t test_vld3_u8(uint8_t const *a) { in test_vld3_u8()
6217 uint16x4x3_t test_vld3_u16(uint16_t const *a) { in test_vld3_u16()
6223 uint32x2x3_t test_vld3_u32(uint32_t const *a) { in test_vld3_u32()
6229 uint64x1x3_t test_vld3_u64(uint64_t const *a) { in test_vld3_u64()
6235 int8x8x3_t test_vld3_s8(int8_t const *a) { in test_vld3_s8()
6241 int16x4x3_t test_vld3_s16(int16_t const *a) { in test_vld3_s16()
6247 int32x2x3_t test_vld3_s32(int32_t const *a) { in test_vld3_s32()
6253 int64x1x3_t test_vld3_s64(int64_t const *a) { in test_vld3_s64()
6259 float16x4x3_t test_vld3_f16(float16_t const *a) { in test_vld3_f16()
6265 float32x2x3_t test_vld3_f32(float32_t const *a) { in test_vld3_f32()
6271 float64x1x3_t test_vld3_f64(float64_t const *a) { in test_vld3_f64()
6277 poly8x8x3_t test_vld3_p8(poly8_t const *a) { in test_vld3_p8()
6283 poly16x4x3_t test_vld3_p16(poly16_t const *a) { in test_vld3_p16()
6289 uint8x16x4_t test_vld4q_u8(uint8_t const *a) { in test_vld4q_u8()
6295 uint16x8x4_t test_vld4q_u16(uint16_t const *a) { in test_vld4q_u16()
6301 uint32x4x4_t test_vld4q_u32(uint32_t const *a) { in test_vld4q_u32()
6307 uint64x2x4_t test_vld4q_u64(uint64_t const *a) { in test_vld4q_u64()
6313 int8x16x4_t test_vld4q_s8(int8_t const *a) { in test_vld4q_s8()
6319 int16x8x4_t test_vld4q_s16(int16_t const *a) { in test_vld4q_s16()
6325 int32x4x4_t test_vld4q_s32(int32_t const *a) { in test_vld4q_s32()
6331 int64x2x4_t test_vld4q_s64(int64_t const *a) { in test_vld4q_s64()
6337 float16x8x4_t test_vld4q_f16(float16_t const *a) { in test_vld4q_f16()
6343 float32x4x4_t test_vld4q_f32(float32_t const *a) { in test_vld4q_f32()
6349 float64x2x4_t test_vld4q_f64(float64_t const *a) { in test_vld4q_f64()
6355 poly8x16x4_t test_vld4q_p8(poly8_t const *a) { in test_vld4q_p8()
6361 poly16x8x4_t test_vld4q_p16(poly16_t const *a) { in test_vld4q_p16()
6367 uint8x8x4_t test_vld4_u8(uint8_t const *a) { in test_vld4_u8()
6373 uint16x4x4_t test_vld4_u16(uint16_t const *a) { in test_vld4_u16()
6379 uint32x2x4_t test_vld4_u32(uint32_t const *a) { in test_vld4_u32()
6385 uint64x1x4_t test_vld4_u64(uint64_t const *a) { in test_vld4_u64()
6391 int8x8x4_t test_vld4_s8(int8_t const *a) { in test_vld4_s8()
6397 int16x4x4_t test_vld4_s16(int16_t const *a) { in test_vld4_s16()
6403 int32x2x4_t test_vld4_s32(int32_t const *a) { in test_vld4_s32()
6409 int64x1x4_t test_vld4_s64(int64_t const *a) { in test_vld4_s64()
6415 float16x4x4_t test_vld4_f16(float16_t const *a) { in test_vld4_f16()
6421 float32x2x4_t test_vld4_f32(float32_t const *a) { in test_vld4_f32()
6427 float64x1x4_t test_vld4_f64(float64_t const *a) { in test_vld4_f64()
6433 poly8x8x4_t test_vld4_p8(poly8_t const *a) { in test_vld4_p8()
6439 poly16x4x4_t test_vld4_p16(poly16_t const *a) { in test_vld4_p16()
6445 void test_vst1q_u8(uint8_t *a, uint8x16_t b) { in test_vst1q_u8()
6451 void test_vst1q_u16(uint16_t *a, uint16x8_t b) { in test_vst1q_u16()
6457 void test_vst1q_u32(uint32_t *a, uint32x4_t b) { in test_vst1q_u32()
6463 void test_vst1q_u64(uint64_t *a, uint64x2_t b) { in test_vst1q_u64()
6469 void test_vst1q_s8(int8_t *a, int8x16_t b) { in test_vst1q_s8()
6475 void test_vst1q_s16(int16_t *a, int16x8_t b) { in test_vst1q_s16()
6481 void test_vst1q_s32(int32_t *a, int32x4_t b) { in test_vst1q_s32()
6487 void test_vst1q_s64(int64_t *a, int64x2_t b) { in test_vst1q_s64()
6493 void test_vst1q_f16(float16_t *a, float16x8_t b) { in test_vst1q_f16()
6499 void test_vst1q_f32(float32_t *a, float32x4_t b) { in test_vst1q_f32()
6505 void test_vst1q_f64(float64_t *a, float64x2_t b) { in test_vst1q_f64()
6511 void test_vst1q_p8(poly8_t *a, poly8x16_t b) { in test_vst1q_p8()
6517 void test_vst1q_p16(poly16_t *a, poly16x8_t b) { in test_vst1q_p16()
6523 void test_vst1_u8(uint8_t *a, uint8x8_t b) { in test_vst1_u8()
6529 void test_vst1_u16(uint16_t *a, uint16x4_t b) { in test_vst1_u16()
6535 void test_vst1_u32(uint32_t *a, uint32x2_t b) { in test_vst1_u32()
6541 void test_vst1_u64(uint64_t *a, uint64x1_t b) { in test_vst1_u64()
6547 void test_vst1_s8(int8_t *a, int8x8_t b) { in test_vst1_s8()
6553 void test_vst1_s16(int16_t *a, int16x4_t b) { in test_vst1_s16()
6559 void test_vst1_s32(int32_t *a, int32x2_t b) { in test_vst1_s32()
6565 void test_vst1_s64(int64_t *a, int64x1_t b) { in test_vst1_s64()
6571 void test_vst1_f16(float16_t *a, float16x4_t b) { in test_vst1_f16()
6577 void test_vst1_f32(float32_t *a, float32x2_t b) { in test_vst1_f32()
6583 void test_vst1_f64(float64_t *a, float64x1_t b) { in test_vst1_f64()
6589 void test_vst1_p8(poly8_t *a, poly8x8_t b) { in test_vst1_p8()
6595 void test_vst1_p16(poly16_t *a, poly16x4_t b) { in test_vst1_p16()
6601 void test_vst2q_u8(uint8_t *a, uint8x16x2_t b) { in test_vst2q_u8()
6607 void test_vst2q_u16(uint16_t *a, uint16x8x2_t b) { in test_vst2q_u16()
6613 void test_vst2q_u32(uint32_t *a, uint32x4x2_t b) { in test_vst2q_u32()
6619 void test_vst2q_u64(uint64_t *a, uint64x2x2_t b) { in test_vst2q_u64()
6625 void test_vst2q_s8(int8_t *a, int8x16x2_t b) { in test_vst2q_s8()
6631 void test_vst2q_s16(int16_t *a, int16x8x2_t b) { in test_vst2q_s16()
6637 void test_vst2q_s32(int32_t *a, int32x4x2_t b) { in test_vst2q_s32()
6643 void test_vst2q_s64(int64_t *a, int64x2x2_t b) { in test_vst2q_s64()
6649 void test_vst2q_f16(float16_t *a, float16x8x2_t b) { in test_vst2q_f16()
6655 void test_vst2q_f32(float32_t *a, float32x4x2_t b) { in test_vst2q_f32()
6661 void test_vst2q_f64(float64_t *a, float64x2x2_t b) { in test_vst2q_f64()
6667 void test_vst2q_p8(poly8_t *a, poly8x16x2_t b) { in test_vst2q_p8()
6673 void test_vst2q_p16(poly16_t *a, poly16x8x2_t b) { in test_vst2q_p16()
6679 void test_vst2_u8(uint8_t *a, uint8x8x2_t b) { in test_vst2_u8()
6685 void test_vst2_u16(uint16_t *a, uint16x4x2_t b) { in test_vst2_u16()
6691 void test_vst2_u32(uint32_t *a, uint32x2x2_t b) { in test_vst2_u32()
6697 void test_vst2_u64(uint64_t *a, uint64x1x2_t b) { in test_vst2_u64()
6703 void test_vst2_s8(int8_t *a, int8x8x2_t b) { in test_vst2_s8()
6709 void test_vst2_s16(int16_t *a, int16x4x2_t b) { in test_vst2_s16()
6715 void test_vst2_s32(int32_t *a, int32x2x2_t b) { in test_vst2_s32()
6721 void test_vst2_s64(int64_t *a, int64x1x2_t b) { in test_vst2_s64()
6727 void test_vst2_f16(float16_t *a, float16x4x2_t b) { in test_vst2_f16()
6733 void test_vst2_f32(float32_t *a, float32x2x2_t b) { in test_vst2_f32()
6739 void test_vst2_f64(float64_t *a, float64x1x2_t b) { in test_vst2_f64()
6745 void test_vst2_p8(poly8_t *a, poly8x8x2_t b) { in test_vst2_p8()
6751 void test_vst2_p16(poly16_t *a, poly16x4x2_t b) { in test_vst2_p16()
6757 void test_vst3q_u8(uint8_t *a, uint8x16x3_t b) { in test_vst3q_u8()
6763 void test_vst3q_u16(uint16_t *a, uint16x8x3_t b) { in test_vst3q_u16()
6769 void test_vst3q_u32(uint32_t *a, uint32x4x3_t b) { in test_vst3q_u32()
6775 void test_vst3q_u64(uint64_t *a, uint64x2x3_t b) { in test_vst3q_u64()
6781 void test_vst3q_s8(int8_t *a, int8x16x3_t b) { in test_vst3q_s8()
6787 void test_vst3q_s16(int16_t *a, int16x8x3_t b) { in test_vst3q_s16()
6793 void test_vst3q_s32(int32_t *a, int32x4x3_t b) { in test_vst3q_s32()
6799 void test_vst3q_s64(int64_t *a, int64x2x3_t b) { in test_vst3q_s64()
6805 void test_vst3q_f16(float16_t *a, float16x8x3_t b) { in test_vst3q_f16()
6811 void test_vst3q_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_f32()
6817 void test_vst3q_f64(float64_t *a, float64x2x3_t b) { in test_vst3q_f64()
6823 void test_vst3q_p8(poly8_t *a, poly8x16x3_t b) { in test_vst3q_p8()
6829 void test_vst3q_p16(poly16_t *a, poly16x8x3_t b) { in test_vst3q_p16()
6835 void test_vst3_u8(uint8_t *a, uint8x8x3_t b) { in test_vst3_u8()
6841 void test_vst3_u16(uint16_t *a, uint16x4x3_t b) { in test_vst3_u16()
6847 void test_vst3_u32(uint32_t *a, uint32x2x3_t b) { in test_vst3_u32()
6853 void test_vst3_u64(uint64_t *a, uint64x1x3_t b) { in test_vst3_u64()
6859 void test_vst3_s8(int8_t *a, int8x8x3_t b) { in test_vst3_s8()
6865 void test_vst3_s16(int16_t *a, int16x4x3_t b) { in test_vst3_s16()
6871 void test_vst3_s32(int32_t *a, int32x2x3_t b) { in test_vst3_s32()
6877 void test_vst3_s64(int64_t *a, int64x1x3_t b) { in test_vst3_s64()
6883 void test_vst3_f16(float16_t *a, float16x4x3_t b) { in test_vst3_f16()
6889 void test_vst3_f32(float32_t *a, float32x2x3_t b) { in test_vst3_f32()
6895 void test_vst3_f64(float64_t *a, float64x1x3_t b) { in test_vst3_f64()
6901 void test_vst3_p8(poly8_t *a, poly8x8x3_t b) { in test_vst3_p8()
6907 void test_vst3_p16(poly16_t *a, poly16x4x3_t b) { in test_vst3_p16()
6913 void test_vst4q_u8(uint8_t *a, uint8x16x4_t b) { in test_vst4q_u8()
6919 void test_vst4q_u16(uint16_t *a, uint16x8x4_t b) { in test_vst4q_u16()
6925 void test_vst4q_u32(uint32_t *a, uint32x4x4_t b) { in test_vst4q_u32()
6931 void test_vst4q_u64(uint64_t *a, uint64x2x4_t b) { in test_vst4q_u64()
6937 void test_vst4q_s8(int8_t *a, int8x16x4_t b) { in test_vst4q_s8()
6943 void test_vst4q_s16(int16_t *a, int16x8x4_t b) { in test_vst4q_s16()
6949 void test_vst4q_s32(int32_t *a, int32x4x4_t b) { in test_vst4q_s32()
6955 void test_vst4q_s64(int64_t *a, int64x2x4_t b) { in test_vst4q_s64()
6961 void test_vst4q_f16(float16_t *a, float16x8x4_t b) { in test_vst4q_f16()
6967 void test_vst4q_f32(float32_t *a, float32x4x4_t b) { in test_vst4q_f32()
6973 void test_vst4q_f64(float64_t *a, float64x2x4_t b) { in test_vst4q_f64()
6979 void test_vst4q_p8(poly8_t *a, poly8x16x4_t b) { in test_vst4q_p8()
6985 void test_vst4q_p16(poly16_t *a, poly16x8x4_t b) { in test_vst4q_p16()
6991 void test_vst4_u8(uint8_t *a, uint8x8x4_t b) { in test_vst4_u8()
6997 void test_vst4_u16(uint16_t *a, uint16x4x4_t b) { in test_vst4_u16()
7003 void test_vst4_u32(uint32_t *a, uint32x2x4_t b) { in test_vst4_u32()
7009 void test_vst4_u64(uint64_t *a, uint64x1x4_t b) { in test_vst4_u64()
7015 void test_vst4_s8(int8_t *a, int8x8x4_t b) { in test_vst4_s8()
7021 void test_vst4_s16(int16_t *a, int16x4x4_t b) { in test_vst4_s16()
7027 void test_vst4_s32(int32_t *a, int32x2x4_t b) { in test_vst4_s32()
7033 void test_vst4_s64(int64_t *a, int64x1x4_t b) { in test_vst4_s64()
7039 void test_vst4_f16(float16_t *a, float16x4x4_t b) { in test_vst4_f16()
7045 void test_vst4_f32(float32_t *a, float32x2x4_t b) { in test_vst4_f32()
7051 void test_vst4_f64(float64_t *a, float64x1x4_t b) { in test_vst4_f64()
7057 void test_vst4_p8(poly8_t *a, poly8x8x4_t b) { in test_vst4_p8()
7063 void test_vst4_p16(poly16_t *a, poly16x4x4_t b) { in test_vst4_p16()
7069 uint8x16x2_t test_vld1q_u8_x2(uint8_t const *a) { in test_vld1q_u8_x2()
7075 uint16x8x2_t test_vld1q_u16_x2(uint16_t const *a) { in test_vld1q_u16_x2()
7081 uint32x4x2_t test_vld1q_u32_x2(uint32_t const *a) { in test_vld1q_u32_x2()
7087 uint64x2x2_t test_vld1q_u64_x2(uint64_t const *a) { in test_vld1q_u64_x2()
7093 int8x16x2_t test_vld1q_s8_x2(int8_t const *a) { in test_vld1q_s8_x2()
7099 int16x8x2_t test_vld1q_s16_x2(int16_t const *a) { in test_vld1q_s16_x2()
7105 int32x4x2_t test_vld1q_s32_x2(int32_t const *a) { in test_vld1q_s32_x2()
7111 int64x2x2_t test_vld1q_s64_x2(int64_t const *a) { in test_vld1q_s64_x2()
7117 float16x8x2_t test_vld1q_f16_x2(float16_t const *a) { in test_vld1q_f16_x2()
7123 float32x4x2_t test_vld1q_f32_x2(float32_t const *a) { in test_vld1q_f32_x2()
7129 float64x2x2_t test_vld1q_f64_x2(float64_t const *a) { in test_vld1q_f64_x2()
7135 poly8x16x2_t test_vld1q_p8_x2(poly8_t const *a) { in test_vld1q_p8_x2()
7141 poly16x8x2_t test_vld1q_p16_x2(poly16_t const *a) { in test_vld1q_p16_x2()
7147 poly64x2x2_t test_vld1q_p64_x2(poly64_t const *a) { in test_vld1q_p64_x2()
7153 uint8x8x2_t test_vld1_u8_x2(uint8_t const *a) { in test_vld1_u8_x2()
7159 uint16x4x2_t test_vld1_u16_x2(uint16_t const *a) { in test_vld1_u16_x2()
7165 uint32x2x2_t test_vld1_u32_x2(uint32_t const *a) { in test_vld1_u32_x2()
7171 uint64x1x2_t test_vld1_u64_x2(uint64_t const *a) { in test_vld1_u64_x2()
7177 int8x8x2_t test_vld1_s8_x2(int8_t const *a) { in test_vld1_s8_x2()
7183 int16x4x2_t test_vld1_s16_x2(int16_t const *a) { in test_vld1_s16_x2()
7189 int32x2x2_t test_vld1_s32_x2(int32_t const *a) { in test_vld1_s32_x2()
7195 int64x1x2_t test_vld1_s64_x2(int64_t const *a) { in test_vld1_s64_x2()
7201 float16x4x2_t test_vld1_f16_x2(float16_t const *a) { in test_vld1_f16_x2()
7207 float32x2x2_t test_vld1_f32_x2(float32_t const *a) { in test_vld1_f32_x2()
7213 float64x1x2_t test_vld1_f64_x2(float64_t const *a) { in test_vld1_f64_x2()
7219 poly8x8x2_t test_vld1_p8_x2(poly8_t const *a) { in test_vld1_p8_x2()
7225 poly16x4x2_t test_vld1_p16_x2(poly16_t const *a) { in test_vld1_p16_x2()
7231 poly64x1x2_t test_vld1_p64_x2(poly64_t const *a) { in test_vld1_p64_x2()
7237 uint8x16x3_t test_vld1q_u8_x3(uint8_t const *a) { in test_vld1q_u8_x3()
7243 uint16x8x3_t test_vld1q_u16_x3(uint16_t const *a) { in test_vld1q_u16_x3()
7249 uint32x4x3_t test_vld1q_u32_x3(uint32_t const *a) { in test_vld1q_u32_x3()
7255 uint64x2x3_t test_vld1q_u64_x3(uint64_t const *a) { in test_vld1q_u64_x3()
7261 int8x16x3_t test_vld1q_s8_x3(int8_t const *a) { in test_vld1q_s8_x3()
7267 int16x8x3_t test_vld1q_s16_x3(int16_t const *a) { in test_vld1q_s16_x3()
7273 int32x4x3_t test_vld1q_s32_x3(int32_t const *a) { in test_vld1q_s32_x3()
7279 int64x2x3_t test_vld1q_s64_x3(int64_t const *a) { in test_vld1q_s64_x3()
7285 float16x8x3_t test_vld1q_f16_x3(float16_t const *a) { in test_vld1q_f16_x3()
7291 float32x4x3_t test_vld1q_f32_x3(float32_t const *a) { in test_vld1q_f32_x3()
7297 float64x2x3_t test_vld1q_f64_x3(float64_t const *a) { in test_vld1q_f64_x3()
7303 poly8x16x3_t test_vld1q_p8_x3(poly8_t const *a) { in test_vld1q_p8_x3()
7309 poly16x8x3_t test_vld1q_p16_x3(poly16_t const *a) { in test_vld1q_p16_x3()
7315 poly64x2x3_t test_vld1q_p64_x3(poly64_t const *a) { in test_vld1q_p64_x3()
7321 uint8x8x3_t test_vld1_u8_x3(uint8_t const *a) { in test_vld1_u8_x3()
7327 uint16x4x3_t test_vld1_u16_x3(uint16_t const *a) { in test_vld1_u16_x3()
7333 uint32x2x3_t test_vld1_u32_x3(uint32_t const *a) { in test_vld1_u32_x3()
7339 uint64x1x3_t test_vld1_u64_x3(uint64_t const *a) { in test_vld1_u64_x3()
7345 int8x8x3_t test_vld1_s8_x3(int8_t const *a) { in test_vld1_s8_x3()
7351 int16x4x3_t test_vld1_s16_x3(int16_t const *a) { in test_vld1_s16_x3()
7357 int32x2x3_t test_vld1_s32_x3(int32_t const *a) { in test_vld1_s32_x3()
7363 int64x1x3_t test_vld1_s64_x3(int64_t const *a) { in test_vld1_s64_x3()
7369 float16x4x3_t test_vld1_f16_x3(float16_t const *a) { in test_vld1_f16_x3()
7375 float32x2x3_t test_vld1_f32_x3(float32_t const *a) { in test_vld1_f32_x3()
7381 float64x1x3_t test_vld1_f64_x3(float64_t const *a) { in test_vld1_f64_x3()
7387 poly8x8x3_t test_vld1_p8_x3(poly8_t const *a) { in test_vld1_p8_x3()
7393 poly16x4x3_t test_vld1_p16_x3(poly16_t const *a) { in test_vld1_p16_x3()
7399 poly64x1x3_t test_vld1_p64_x3(poly64_t const *a) { in test_vld1_p64_x3()
7405 uint8x16x4_t test_vld1q_u8_x4(uint8_t const *a) { in test_vld1q_u8_x4()
7411 uint16x8x4_t test_vld1q_u16_x4(uint16_t const *a) { in test_vld1q_u16_x4()
7417 uint32x4x4_t test_vld1q_u32_x4(uint32_t const *a) { in test_vld1q_u32_x4()
7423 uint64x2x4_t test_vld1q_u64_x4(uint64_t const *a) { in test_vld1q_u64_x4()
7429 int8x16x4_t test_vld1q_s8_x4(int8_t const *a) { in test_vld1q_s8_x4()
7435 int16x8x4_t test_vld1q_s16_x4(int16_t const *a) { in test_vld1q_s16_x4()
7441 int32x4x4_t test_vld1q_s32_x4(int32_t const *a) { in test_vld1q_s32_x4()
7447 int64x2x4_t test_vld1q_s64_x4(int64_t const *a) { in test_vld1q_s64_x4()
7453 float16x8x4_t test_vld1q_f16_x4(float16_t const *a) { in test_vld1q_f16_x4()
7459 float32x4x4_t test_vld1q_f32_x4(float32_t const *a) { in test_vld1q_f32_x4()
7465 float64x2x4_t test_vld1q_f64_x4(float64_t const *a) { in test_vld1q_f64_x4()
7471 poly8x16x4_t test_vld1q_p8_x4(poly8_t const *a) { in test_vld1q_p8_x4()
7477 poly16x8x4_t test_vld1q_p16_x4(poly16_t const *a) { in test_vld1q_p16_x4()
7483 poly64x2x4_t test_vld1q_p64_x4(poly64_t const *a) { in test_vld1q_p64_x4()
7489 uint8x8x4_t test_vld1_u8_x4(uint8_t const *a) { in test_vld1_u8_x4()
7495 uint16x4x4_t test_vld1_u16_x4(uint16_t const *a) { in test_vld1_u16_x4()
7501 uint32x2x4_t test_vld1_u32_x4(uint32_t const *a) { in test_vld1_u32_x4()
7507 uint64x1x4_t test_vld1_u64_x4(uint64_t const *a) { in test_vld1_u64_x4()
7513 int8x8x4_t test_vld1_s8_x4(int8_t const *a) { in test_vld1_s8_x4()
7519 int16x4x4_t test_vld1_s16_x4(int16_t const *a) { in test_vld1_s16_x4()
7525 int32x2x4_t test_vld1_s32_x4(int32_t const *a) { in test_vld1_s32_x4()
7531 int64x1x4_t test_vld1_s64_x4(int64_t const *a) { in test_vld1_s64_x4()
7537 float16x4x4_t test_vld1_f16_x4(float16_t const *a) { in test_vld1_f16_x4()
7543 float32x2x4_t test_vld1_f32_x4(float32_t const *a) { in test_vld1_f32_x4()
7549 float64x1x4_t test_vld1_f64_x4(float64_t const *a) { in test_vld1_f64_x4()
7555 poly8x8x4_t test_vld1_p8_x4(poly8_t const *a) { in test_vld1_p8_x4()
7561 poly16x4x4_t test_vld1_p16_x4(poly16_t const *a) { in test_vld1_p16_x4()
7567 poly64x1x4_t test_vld1_p64_x4(poly64_t const *a) { in test_vld1_p64_x4()
7573 void test_vst1q_u8_x2(uint8_t *a, uint8x16x2_t b) { in test_vst1q_u8_x2()
7579 void test_vst1q_u16_x2(uint16_t *a, uint16x8x2_t b) { in test_vst1q_u16_x2()
7585 void test_vst1q_u32_x2(uint32_t *a, uint32x4x2_t b) { in test_vst1q_u32_x2()
7591 void test_vst1q_u64_x2(uint64_t *a, uint64x2x2_t b) { in test_vst1q_u64_x2()
7597 void test_vst1q_s8_x2(int8_t *a, int8x16x2_t b) { in test_vst1q_s8_x2()
7603 void test_vst1q_s16_x2(int16_t *a, int16x8x2_t b) { in test_vst1q_s16_x2()
7609 void test_vst1q_s32_x2(int32_t *a, int32x4x2_t b) { in test_vst1q_s32_x2()
7615 void test_vst1q_s64_x2(int64_t *a, int64x2x2_t b) { in test_vst1q_s64_x2()
7621 void test_vst1q_f16_x2(float16_t *a, float16x8x2_t b) { in test_vst1q_f16_x2()
7627 void test_vst1q_f32_x2(float32_t *a, float32x4x2_t b) { in test_vst1q_f32_x2()
7633 void test_vst1q_f64_x2(float64_t *a, float64x2x2_t b) { in test_vst1q_f64_x2()
7639 void test_vst1q_p8_x2(poly8_t *a, poly8x16x2_t b) { in test_vst1q_p8_x2()
7645 void test_vst1q_p16_x2(poly16_t *a, poly16x8x2_t b) { in test_vst1q_p16_x2()
7651 void test_vst1q_p64_x2(poly64_t *a, poly64x2x2_t b) { in test_vst1q_p64_x2()
7657 void test_vst1_u8_x2(uint8_t *a, uint8x8x2_t b) { in test_vst1_u8_x2()
7663 void test_vst1_u16_x2(uint16_t *a, uint16x4x2_t b) { in test_vst1_u16_x2()
7669 void test_vst1_u32_x2(uint32_t *a, uint32x2x2_t b) { in test_vst1_u32_x2()
7675 void test_vst1_u64_x2(uint64_t *a, uint64x1x2_t b) { in test_vst1_u64_x2()
7681 void test_vst1_s8_x2(int8_t *a, int8x8x2_t b) { in test_vst1_s8_x2()
7687 void test_vst1_s16_x2(int16_t *a, int16x4x2_t b) { in test_vst1_s16_x2()
7693 void test_vst1_s32_x2(int32_t *a, int32x2x2_t b) { in test_vst1_s32_x2()
7699 void test_vst1_s64_x2(int64_t *a, int64x1x2_t b) { in test_vst1_s64_x2()
7705 void test_vst1_f16_x2(float16_t *a, float16x4x2_t b) { in test_vst1_f16_x2()
7711 void test_vst1_f32_x2(float32_t *a, float32x2x2_t b) { in test_vst1_f32_x2()
7717 void test_vst1_f64_x2(float64_t *a, float64x1x2_t b) { in test_vst1_f64_x2()
7723 void test_vst1_p8_x2(poly8_t *a, poly8x8x2_t b) { in test_vst1_p8_x2()
7729 void test_vst1_p16_x2(poly16_t *a, poly16x4x2_t b) { in test_vst1_p16_x2()
7735 void test_vst1_p64_x2(poly64_t *a, poly64x1x2_t b) { in test_vst1_p64_x2()
7741 void test_vst1q_u8_x3(uint8_t *a, uint8x16x3_t b) { in test_vst1q_u8_x3()
7747 void test_vst1q_u16_x3(uint16_t *a, uint16x8x3_t b) { in test_vst1q_u16_x3()
7753 void test_vst1q_u32_x3(uint32_t *a, uint32x4x3_t b) { in test_vst1q_u32_x3()
7759 void test_vst1q_u64_x3(uint64_t *a, uint64x2x3_t b) { in test_vst1q_u64_x3()
7765 void test_vst1q_s8_x3(int8_t *a, int8x16x3_t b) { in test_vst1q_s8_x3()
7771 void test_vst1q_s16_x3(int16_t *a, int16x8x3_t b) { in test_vst1q_s16_x3()
7777 void test_vst1q_s32_x3(int32_t *a, int32x4x3_t b) { in test_vst1q_s32_x3()
7783 void test_vst1q_s64_x3(int64_t *a, int64x2x3_t b) { in test_vst1q_s64_x3()
7789 void test_vst1q_f16_x3(float16_t *a, float16x8x3_t b) { in test_vst1q_f16_x3()
7795 void test_vst1q_f32_x3(float32_t *a, float32x4x3_t b) { in test_vst1q_f32_x3()
7801 void test_vst1q_f64_x3(float64_t *a, float64x2x3_t b) { in test_vst1q_f64_x3()
7807 void test_vst1q_p8_x3(poly8_t *a, poly8x16x3_t b) { in test_vst1q_p8_x3()
7813 void test_vst1q_p16_x3(poly16_t *a, poly16x8x3_t b) { in test_vst1q_p16_x3()
7819 void test_vst1q_p64_x3(poly64_t *a, poly64x2x3_t b) { in test_vst1q_p64_x3()
7825 void test_vst1_u8_x3(uint8_t *a, uint8x8x3_t b) { in test_vst1_u8_x3()
7831 void test_vst1_u16_x3(uint16_t *a, uint16x4x3_t b) { in test_vst1_u16_x3()
7837 void test_vst1_u32_x3(uint32_t *a, uint32x2x3_t b) { in test_vst1_u32_x3()
7843 void test_vst1_u64_x3(uint64_t *a, uint64x1x3_t b) { in test_vst1_u64_x3()
7849 void test_vst1_s8_x3(int8_t *a, int8x8x3_t b) { in test_vst1_s8_x3()
7855 void test_vst1_s16_x3(int16_t *a, int16x4x3_t b) { in test_vst1_s16_x3()
7861 void test_vst1_s32_x3(int32_t *a, int32x2x3_t b) { in test_vst1_s32_x3()
7867 void test_vst1_s64_x3(int64_t *a, int64x1x3_t b) { in test_vst1_s64_x3()
7873 void test_vst1_f16_x3(float16_t *a, float16x4x3_t b) { in test_vst1_f16_x3()
7879 void test_vst1_f32_x3(float32_t *a, float32x2x3_t b) { in test_vst1_f32_x3()
7885 void test_vst1_f64_x3(float64_t *a, float64x1x3_t b) { in test_vst1_f64_x3()
7891 void test_vst1_p8_x3(poly8_t *a, poly8x8x3_t b) { in test_vst1_p8_x3()
7897 void test_vst1_p16_x3(poly16_t *a, poly16x4x3_t b) { in test_vst1_p16_x3()
7903 void test_vst1_p64_x3(poly64_t *a, poly64x1x3_t b) { in test_vst1_p64_x3()
7909 void test_vst1q_u8_x4(uint8_t *a, uint8x16x4_t b) { in test_vst1q_u8_x4()
7915 void test_vst1q_u16_x4(uint16_t *a, uint16x8x4_t b) { in test_vst1q_u16_x4()
7921 void test_vst1q_u32_x4(uint32_t *a, uint32x4x4_t b) { in test_vst1q_u32_x4()
7927 void test_vst1q_u64_x4(uint64_t *a, uint64x2x4_t b) { in test_vst1q_u64_x4()
7933 void test_vst1q_s8_x4(int8_t *a, int8x16x4_t b) { in test_vst1q_s8_x4()
7939 void test_vst1q_s16_x4(int16_t *a, int16x8x4_t b) { in test_vst1q_s16_x4()
7945 void test_vst1q_s32_x4(int32_t *a, int32x4x4_t b) { in test_vst1q_s32_x4()
7951 void test_vst1q_s64_x4(int64_t *a, int64x2x4_t b) { in test_vst1q_s64_x4()
7957 void test_vst1q_f16_x4(float16_t *a, float16x8x4_t b) { in test_vst1q_f16_x4()
7963 void test_vst1q_f32_x4(float32_t *a, float32x4x4_t b) { in test_vst1q_f32_x4()
7969 void test_vst1q_f64_x4(float64_t *a, float64x2x4_t b) { in test_vst1q_f64_x4()
7975 void test_vst1q_p8_x4(poly8_t *a, poly8x16x4_t b) { in test_vst1q_p8_x4()
7981 void test_vst1q_p16_x4(poly16_t *a, poly16x8x4_t b) { in test_vst1q_p16_x4()
7987 void test_vst1q_p64_x4(poly64_t *a, poly64x2x4_t b) { in test_vst1q_p64_x4()
7993 void test_vst1_u8_x4(uint8_t *a, uint8x8x4_t b) { in test_vst1_u8_x4()
7999 void test_vst1_u16_x4(uint16_t *a, uint16x4x4_t b) { in test_vst1_u16_x4()
8005 void test_vst1_u32_x4(uint32_t *a, uint32x2x4_t b) { in test_vst1_u32_x4()
8011 void test_vst1_u64_x4(uint64_t *a, uint64x1x4_t b) { in test_vst1_u64_x4()
8017 void test_vst1_s8_x4(int8_t *a, int8x8x4_t b) { in test_vst1_s8_x4()
8023 void test_vst1_s16_x4(int16_t *a, int16x4x4_t b) { in test_vst1_s16_x4()
8029 void test_vst1_s32_x4(int32_t *a, int32x2x4_t b) { in test_vst1_s32_x4()
8035 void test_vst1_s64_x4(int64_t *a, int64x1x4_t b) { in test_vst1_s64_x4()
8041 void test_vst1_f16_x4(float16_t *a, float16x4x4_t b) { in test_vst1_f16_x4()
8047 void test_vst1_f32_x4(float32_t *a, float32x2x4_t b) { in test_vst1_f32_x4()
8053 void test_vst1_f64_x4(float64_t *a, float64x1x4_t b) { in test_vst1_f64_x4()
8059 void test_vst1_p8_x4(poly8_t *a, poly8x8x4_t b) { in test_vst1_p8_x4()
8065 void test_vst1_p16_x4(poly16_t *a, poly16x4x4_t b) { in test_vst1_p16_x4()
8071 void test_vst1_p64_x4(poly64_t *a, poly64x1x4_t b) { in test_vst1_p64_x4()
8077 int64_t test_vceqd_s64(int64_t a, int64_t b) { in test_vceqd_s64()
8083 uint64_t test_vceqd_u64(uint64_t a, uint64_t b) { in test_vceqd_u64()
8089 int64_t test_vceqzd_s64(int64_t a) { in test_vceqzd_s64()
8095 int64_t test_vceqzd_u64(int64_t a) { in test_vceqzd_u64()
8101 int64_t test_vcged_s64(int64_t a, int64_t b) { in test_vcged_s64()
8107 uint64_t test_vcged_u64(uint64_t a, uint64_t b) { in test_vcged_u64()
8113 int64_t test_vcgezd_s64(int64_t a) { in test_vcgezd_s64()
8119 int64_t test_vcgtd_s64(int64_t a, int64_t b) { in test_vcgtd_s64()
8125 uint64_t test_vcgtd_u64(uint64_t a, uint64_t b) { in test_vcgtd_u64()
8131 int64_t test_vcgtzd_s64(int64_t a) { in test_vcgtzd_s64()
8137 int64_t test_vcled_s64(int64_t a, int64_t b) { in test_vcled_s64()
8143 uint64_t test_vcled_u64(uint64_t a, uint64_t b) { in test_vcled_u64()
8149 int64_t test_vclezd_s64(int64_t a) { in test_vclezd_s64()
8155 int64_t test_vcltd_s64(int64_t a, int64_t b) { in test_vcltd_s64()
8161 uint64_t test_vcltd_u64(uint64_t a, uint64_t b) { in test_vcltd_u64()
8167 int64_t test_vcltzd_s64(int64_t a) { in test_vcltzd_s64()
8173 int64_t test_vtstd_s64(int64_t a, int64_t b) { in test_vtstd_s64()
8179 uint64_t test_vtstd_u64(uint64_t a, uint64_t b) { in test_vtstd_u64()
8185 int64_t test_vabsd_s64(int64_t a) { in test_vabsd_s64()
8191 int8_t test_vqabsb_s8(int8_t a) { in test_vqabsb_s8()
8197 int16_t test_vqabsh_s16(int16_t a) { in test_vqabsh_s16()
8203 int32_t test_vqabss_s32(int32_t a) { in test_vqabss_s32()
8209 int64_t test_vqabsd_s64(int64_t a) { in test_vqabsd_s64()
8215 int64_t test_vnegd_s64(int64_t a) { in test_vnegd_s64()
8221 int8_t test_vqnegb_s8(int8_t a) { in test_vqnegb_s8()
8227 int16_t test_vqnegh_s16(int16_t a) { in test_vqnegh_s16()
8233 int32_t test_vqnegs_s32(int32_t a) { in test_vqnegs_s32()
8239 int64_t test_vqnegd_s64(int64_t a) { in test_vqnegd_s64()
8245 int8_t test_vuqaddb_s8(int8_t a, int8_t b) { in test_vuqaddb_s8()
8251 int16_t test_vuqaddh_s16(int16_t a, int16_t b) { in test_vuqaddh_s16()
8257 int32_t test_vuqadds_s32(int32_t a, int32_t b) { in test_vuqadds_s32()
8263 int64_t test_vuqaddd_s64(int64_t a, int64_t b) { in test_vuqaddd_s64()
8269 uint8_t test_vsqaddb_u8(uint8_t a, uint8_t b) { in test_vsqaddb_u8()
8275 uint16_t test_vsqaddh_u16(uint16_t a, uint16_t b) { in test_vsqaddh_u16()
8281 uint32_t test_vsqadds_u32(uint32_t a, uint32_t b) { in test_vsqadds_u32()
8287 uint64_t test_vsqaddd_u64(uint64_t a, uint64_t b) { in test_vsqaddd_u64()
8293 int32_t test_vqdmlalh_s16(int32_t a, int16_t b, int16_t c) { in test_vqdmlalh_s16()
8301 int64_t test_vqdmlals_s32(int64_t a, int32_t b, int32_t c) { in test_vqdmlals_s32()
8307 int32_t test_vqdmlslh_s16(int32_t a, int16_t b, int16_t c) { in test_vqdmlslh_s16()
8315 int64_t test_vqdmlsls_s32(int64_t a, int32_t b, int32_t c) { in test_vqdmlsls_s32()
8321 int32_t test_vqdmullh_s16(int16_t a, int16_t b) { in test_vqdmullh_s16()
8327 int64_t test_vqdmulls_s32(int32_t a, int32_t b) { in test_vqdmulls_s32()
8333 int8_t test_vqmovunh_s16(int16_t a) { in test_vqmovunh_s16()
8339 int16_t test_vqmovuns_s32(int32_t a) { in test_vqmovuns_s32()
8345 int32_t test_vqmovund_s64(int64_t a) { in test_vqmovund_s64()
8351 int8_t test_vqmovnh_s16(int16_t a) { in test_vqmovnh_s16()
8357 int16_t test_vqmovns_s32(int32_t a) { in test_vqmovns_s32()
8363 int32_t test_vqmovnd_s64(int64_t a) { in test_vqmovnd_s64()
8369 int8_t test_vqmovnh_u16(int16_t a) { in test_vqmovnh_u16()
8375 int16_t test_vqmovns_u32(int32_t a) { in test_vqmovns_u32()
8381 int32_t test_vqmovnd_u64(int64_t a) { in test_vqmovnd_u64()
8387 uint32_t test_vceqs_f32(float32_t a, float32_t b) { in test_vceqs_f32()
8393 uint64_t test_vceqd_f64(float64_t a, float64_t b) { in test_vceqd_f64()
8399 uint32_t test_vceqzs_f32(float32_t a) { in test_vceqzs_f32()
8405 uint64_t test_vceqzd_f64(float64_t a) { in test_vceqzd_f64()
8411 uint32_t test_vcges_f32(float32_t a, float32_t b) { in test_vcges_f32()
8417 uint64_t test_vcged_f64(float64_t a, float64_t b) { in test_vcged_f64()
8423 uint32_t test_vcgezs_f32(float32_t a) { in test_vcgezs_f32()
8429 uint64_t test_vcgezd_f64(float64_t a) { in test_vcgezd_f64()
8435 uint32_t test_vcgts_f32(float32_t a, float32_t b) { in test_vcgts_f32()
8441 uint64_t test_vcgtd_f64(float64_t a, float64_t b) { in test_vcgtd_f64()
8447 uint32_t test_vcgtzs_f32(float32_t a) { in test_vcgtzs_f32()
8453 uint64_t test_vcgtzd_f64(float64_t a) { in test_vcgtzd_f64()
8459 uint32_t test_vcles_f32(float32_t a, float32_t b) { in test_vcles_f32()
8465 uint64_t test_vcled_f64(float64_t a, float64_t b) { in test_vcled_f64()
8471 uint32_t test_vclezs_f32(float32_t a) { in test_vclezs_f32()
8477 uint64_t test_vclezd_f64(float64_t a) { in test_vclezd_f64()
8483 uint32_t test_vclts_f32(float32_t a, float32_t b) { in test_vclts_f32()
8489 uint64_t test_vcltd_f64(float64_t a, float64_t b) { in test_vcltd_f64()
8495 uint32_t test_vcltzs_f32(float32_t a) { in test_vcltzs_f32()
8501 uint64_t test_vcltzd_f64(float64_t a) { in test_vcltzd_f64()
8507 uint32_t test_vcages_f32(float32_t a, float32_t b) { in test_vcages_f32()
8513 uint64_t test_vcaged_f64(float64_t a, float64_t b) { in test_vcaged_f64()
8519 uint32_t test_vcagts_f32(float32_t a, float32_t b) { in test_vcagts_f32()
8525 uint64_t test_vcagtd_f64(float64_t a, float64_t b) { in test_vcagtd_f64()
8531 uint32_t test_vcales_f32(float32_t a, float32_t b) { in test_vcales_f32()
8537 uint64_t test_vcaled_f64(float64_t a, float64_t b) { in test_vcaled_f64()
8543 uint32_t test_vcalts_f32(float32_t a, float32_t b) { in test_vcalts_f32()
8549 uint64_t test_vcaltd_f64(float64_t a, float64_t b) { in test_vcaltd_f64()
8555 int64_t test_vshrd_n_s64(int64_t a) { in test_vshrd_n_s64()
8561 int64x1_t test_vshr_n_s64(int64x1_t a) { in test_vshr_n_s64()
8567 uint64_t test_vshrd_n_u64(uint64_t a) { in test_vshrd_n_u64()
8578 uint64_t a = UINT64_C(0xf000000000000000); in test_vshrd_n_u64_2() local
8582 uint64x1_t test_vshr_n_u64(uint64x1_t a) { in test_vshr_n_u64()
8588 int64_t test_vrshrd_n_s64(int64_t a) { in test_vrshrd_n_s64()
8594 int64x1_t test_vrshr_n_s64(int64x1_t a) { in test_vrshr_n_s64()
8600 uint64_t test_vrshrd_n_u64(uint64_t a) { in test_vrshrd_n_u64()
8606 uint64x1_t test_vrshr_n_u64(uint64x1_t a) { in test_vrshr_n_u64()
8612 int64_t test_vsrad_n_s64(int64_t a, int64_t b) { in test_vsrad_n_s64()
8618 int64x1_t test_vsra_n_s64(int64x1_t a, int64x1_t b) { in test_vsra_n_s64()
8624 uint64_t test_vsrad_n_u64(uint64_t a, uint64_t b) { in test_vsrad_n_u64()
8630 uint64_t test_vsrad_n_u64_2(uint64_t a, uint64_t b) { in test_vsrad_n_u64_2()
8637 uint64x1_t test_vsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsra_n_u64()
8643 int64_t test_vrsrad_n_s64(int64_t a, int64_t b) { in test_vrsrad_n_s64()
8649 int64x1_t test_vrsra_n_s64(int64x1_t a, int64x1_t b) { in test_vrsra_n_s64()
8655 uint64_t test_vrsrad_n_u64(uint64_t a, uint64_t b) { in test_vrsrad_n_u64()
8661 uint64x1_t test_vrsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vrsra_n_u64()
8667 int64_t test_vshld_n_s64(int64_t a) { in test_vshld_n_s64()
8672 int64x1_t test_vshl_n_s64(int64x1_t a) { in test_vshl_n_s64()
8678 uint64_t test_vshld_n_u64(uint64_t a) { in test_vshld_n_u64()
8684 uint64x1_t test_vshl_n_u64(uint64x1_t a) { in test_vshl_n_u64()
8690 int8_t test_vqshlb_n_s8(int8_t a) { in test_vqshlb_n_s8()
8696 int16_t test_vqshlh_n_s16(int16_t a) { in test_vqshlh_n_s16()
8702 int32_t test_vqshls_n_s32(int32_t a) { in test_vqshls_n_s32()
8708 int64_t test_vqshld_n_s64(int64_t a) { in test_vqshld_n_s64()
8714 int8x8_t test_vqshl_n_s8(int8x8_t a) { in test_vqshl_n_s8()
8720 int8x16_t test_vqshlq_n_s8(int8x16_t a) { in test_vqshlq_n_s8()
8726 int16x4_t test_vqshl_n_s16(int16x4_t a) { in test_vqshl_n_s16()
8732 int16x8_t test_vqshlq_n_s16(int16x8_t a) { in test_vqshlq_n_s16()
8738 int32x2_t test_vqshl_n_s32(int32x2_t a) { in test_vqshl_n_s32()
8744 int32x4_t test_vqshlq_n_s32(int32x4_t a) { in test_vqshlq_n_s32()
8750 int64x2_t test_vqshlq_n_s64(int64x2_t a) { in test_vqshlq_n_s64()
8756 uint8x8_t test_vqshl_n_u8(uint8x8_t a) { in test_vqshl_n_u8()
8762 uint8x16_t test_vqshlq_n_u8(uint8x16_t a) { in test_vqshlq_n_u8()
8768 uint16x4_t test_vqshl_n_u16(uint16x4_t a) { in test_vqshl_n_u16()
8774 uint16x8_t test_vqshlq_n_u16(uint16x8_t a) { in test_vqshlq_n_u16()
8780 uint32x2_t test_vqshl_n_u32(uint32x2_t a) { in test_vqshl_n_u32()
8786 uint32x4_t test_vqshlq_n_u32(uint32x4_t a) { in test_vqshlq_n_u32()
8792 uint64x2_t test_vqshlq_n_u64(uint64x2_t a) { in test_vqshlq_n_u64()
8798 int64x1_t test_vqshl_n_s64(int64x1_t a) { in test_vqshl_n_s64()
8804 uint8_t test_vqshlb_n_u8(uint8_t a) { in test_vqshlb_n_u8()
8810 uint16_t test_vqshlh_n_u16(uint16_t a) { in test_vqshlh_n_u16()
8816 uint32_t test_vqshls_n_u32(uint32_t a) { in test_vqshls_n_u32()
8822 uint64_t test_vqshld_n_u64(uint64_t a) { in test_vqshld_n_u64()
8828 uint64x1_t test_vqshl_n_u64(uint64x1_t a) { in test_vqshl_n_u64()
8834 int8_t test_vqshlub_n_s8(int8_t a) { in test_vqshlub_n_s8()
8840 int16_t test_vqshluh_n_s16(int16_t a) { in test_vqshluh_n_s16()
8846 int32_t test_vqshlus_n_s32(int32_t a) { in test_vqshlus_n_s32()
8852 int64_t test_vqshlud_n_s64(int64_t a) { in test_vqshlud_n_s64()
8858 uint64x1_t test_vqshlu_n_s64(int64x1_t a) { in test_vqshlu_n_s64()
8864 int64_t test_vsrid_n_s64(int64_t a, int64_t b) { in test_vsrid_n_s64()
8870 int64x1_t test_vsri_n_s64(int64x1_t a, int64x1_t b) { in test_vsri_n_s64()
8876 uint64_t test_vsrid_n_u64(uint64_t a, uint64_t b) { in test_vsrid_n_u64()
8882 uint64x1_t test_vsri_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsri_n_u64()
8888 int64_t test_vslid_n_s64(int64_t a, int64_t b) { in test_vslid_n_s64()
8894 int64x1_t test_vsli_n_s64(int64x1_t a, int64x1_t b) { in test_vsli_n_s64()
8900 uint64_t test_vslid_n_u64(uint64_t a, uint64_t b) { in test_vslid_n_u64()
8906 uint64x1_t test_vsli_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsli_n_u64()
8912 int8_t test_vqshrnh_n_s16(int16_t a) { in test_vqshrnh_n_s16()
8918 int16_t test_vqshrns_n_s32(int32_t a) { in test_vqshrns_n_s32()
8924 int32_t test_vqshrnd_n_s64(int64_t a) { in test_vqshrnd_n_s64()
8930 uint8_t test_vqshrnh_n_u16(uint16_t a) { in test_vqshrnh_n_u16()
8936 uint16_t test_vqshrns_n_u32(uint32_t a) { in test_vqshrns_n_u32()
8942 uint32_t test_vqshrnd_n_u64(uint64_t a) { in test_vqshrnd_n_u64()
8948 int8_t test_vqrshrnh_n_s16(int16_t a) { in test_vqrshrnh_n_s16()
8954 int16_t test_vqrshrns_n_s32(int32_t a) { in test_vqrshrns_n_s32()
8960 int32_t test_vqrshrnd_n_s64(int64_t a) { in test_vqrshrnd_n_s64()
8966 uint8_t test_vqrshrnh_n_u16(uint16_t a) { in test_vqrshrnh_n_u16()
8972 uint16_t test_vqrshrns_n_u32(uint32_t a) { in test_vqrshrns_n_u32()
8978 uint32_t test_vqrshrnd_n_u64(uint64_t a) { in test_vqrshrnd_n_u64()
8984 int8_t test_vqshrunh_n_s16(int16_t a) { in test_vqshrunh_n_s16()
8990 int16_t test_vqshruns_n_s32(int32_t a) { in test_vqshruns_n_s32()
8996 int32_t test_vqshrund_n_s64(int64_t a) { in test_vqshrund_n_s64()
9002 int8_t test_vqrshrunh_n_s16(int16_t a) { in test_vqrshrunh_n_s16()
9008 int16_t test_vqrshruns_n_s32(int32_t a) { in test_vqrshruns_n_s32()
9014 int32_t test_vqrshrund_n_s64(int64_t a) { in test_vqrshrund_n_s64()
9020 float32_t test_vcvts_n_f32_s32(int32_t a) { in test_vcvts_n_f32_s32()
9026 float64_t test_vcvtd_n_f64_s64(int64_t a) { in test_vcvtd_n_f64_s64()
9032 float32_t test_vcvts_n_f32_u32(uint32_t a) { in test_vcvts_n_f32_u32()
9038 float64_t test_vcvtd_n_f64_u64(uint64_t a) { in test_vcvtd_n_f64_u64()
9044 int32_t test_vcvts_n_s32_f32(float32_t a) { in test_vcvts_n_s32_f32()
9050 int64_t test_vcvtd_n_s64_f64(float64_t a) { in test_vcvtd_n_s64_f64()
9056 uint32_t test_vcvts_n_u32_f32(float32_t a) { in test_vcvts_n_u32_f32()
9062 uint64_t test_vcvtd_n_u64_f64(float64_t a) { in test_vcvtd_n_u64_f64()
9070 int8x8_t test_vreinterpret_s8_s16(int16x4_t a) { in test_vreinterpret_s8_s16()
9076 int8x8_t test_vreinterpret_s8_s32(int32x2_t a) { in test_vreinterpret_s8_s32()
9082 int8x8_t test_vreinterpret_s8_s64(int64x1_t a) { in test_vreinterpret_s8_s64()
9088 int8x8_t test_vreinterpret_s8_u8(uint8x8_t a) { in test_vreinterpret_s8_u8()
9094 int8x8_t test_vreinterpret_s8_u16(uint16x4_t a) { in test_vreinterpret_s8_u16()
9100 int8x8_t test_vreinterpret_s8_u32(uint32x2_t a) { in test_vreinterpret_s8_u32()
9106 int8x8_t test_vreinterpret_s8_u64(uint64x1_t a) { in test_vreinterpret_s8_u64()
9112 int8x8_t test_vreinterpret_s8_f16(float16x4_t a) { in test_vreinterpret_s8_f16()
9118 int8x8_t test_vreinterpret_s8_f32(float32x2_t a) { in test_vreinterpret_s8_f32()
9124 int8x8_t test_vreinterpret_s8_f64(float64x1_t a) { in test_vreinterpret_s8_f64()
9130 int8x8_t test_vreinterpret_s8_p8(poly8x8_t a) { in test_vreinterpret_s8_p8()
9136 int8x8_t test_vreinterpret_s8_p16(poly16x4_t a) { in test_vreinterpret_s8_p16()
9142 int8x8_t test_vreinterpret_s8_p64(poly64x1_t a) { in test_vreinterpret_s8_p64()
9148 int16x4_t test_vreinterpret_s16_s8(int8x8_t a) { in test_vreinterpret_s16_s8()
9154 int16x4_t test_vreinterpret_s16_s32(int32x2_t a) { in test_vreinterpret_s16_s32()
9160 int16x4_t test_vreinterpret_s16_s64(int64x1_t a) { in test_vreinterpret_s16_s64()
9166 int16x4_t test_vreinterpret_s16_u8(uint8x8_t a) { in test_vreinterpret_s16_u8()
9172 int16x4_t test_vreinterpret_s16_u16(uint16x4_t a) { in test_vreinterpret_s16_u16()
9178 int16x4_t test_vreinterpret_s16_u32(uint32x2_t a) { in test_vreinterpret_s16_u32()
9184 int16x4_t test_vreinterpret_s16_u64(uint64x1_t a) { in test_vreinterpret_s16_u64()
9190 int16x4_t test_vreinterpret_s16_f16(float16x4_t a) { in test_vreinterpret_s16_f16()
9196 int16x4_t test_vreinterpret_s16_f32(float32x2_t a) { in test_vreinterpret_s16_f32()
9202 int16x4_t test_vreinterpret_s16_f64(float64x1_t a) { in test_vreinterpret_s16_f64()
9208 int16x4_t test_vreinterpret_s16_p8(poly8x8_t a) { in test_vreinterpret_s16_p8()
9214 int16x4_t test_vreinterpret_s16_p16(poly16x4_t a) { in test_vreinterpret_s16_p16()
9220 int16x4_t test_vreinterpret_s16_p64(poly64x1_t a) { in test_vreinterpret_s16_p64()
9226 int32x2_t test_vreinterpret_s32_s8(int8x8_t a) { in test_vreinterpret_s32_s8()
9232 int32x2_t test_vreinterpret_s32_s16(int16x4_t a) { in test_vreinterpret_s32_s16()
9238 int32x2_t test_vreinterpret_s32_s64(int64x1_t a) { in test_vreinterpret_s32_s64()
9244 int32x2_t test_vreinterpret_s32_u8(uint8x8_t a) { in test_vreinterpret_s32_u8()
9250 int32x2_t test_vreinterpret_s32_u16(uint16x4_t a) { in test_vreinterpret_s32_u16()
9256 int32x2_t test_vreinterpret_s32_u32(uint32x2_t a) { in test_vreinterpret_s32_u32()
9262 int32x2_t test_vreinterpret_s32_u64(uint64x1_t a) { in test_vreinterpret_s32_u64()
9268 int32x2_t test_vreinterpret_s32_f16(float16x4_t a) { in test_vreinterpret_s32_f16()
9274 int32x2_t test_vreinterpret_s32_f32(float32x2_t a) { in test_vreinterpret_s32_f32()
9280 int32x2_t test_vreinterpret_s32_f64(float64x1_t a) { in test_vreinterpret_s32_f64()
9286 int32x2_t test_vreinterpret_s32_p8(poly8x8_t a) { in test_vreinterpret_s32_p8()
9292 int32x2_t test_vreinterpret_s32_p16(poly16x4_t a) { in test_vreinterpret_s32_p16()
9298 int32x2_t test_vreinterpret_s32_p64(poly64x1_t a) { in test_vreinterpret_s32_p64()
9304 int64x1_t test_vreinterpret_s64_s8(int8x8_t a) { in test_vreinterpret_s64_s8()
9310 int64x1_t test_vreinterpret_s64_s16(int16x4_t a) { in test_vreinterpret_s64_s16()
9316 int64x1_t test_vreinterpret_s64_s32(int32x2_t a) { in test_vreinterpret_s64_s32()
9322 int64x1_t test_vreinterpret_s64_u8(uint8x8_t a) { in test_vreinterpret_s64_u8()
9328 int64x1_t test_vreinterpret_s64_u16(uint16x4_t a) { in test_vreinterpret_s64_u16()
9334 int64x1_t test_vreinterpret_s64_u32(uint32x2_t a) { in test_vreinterpret_s64_u32()
9340 int64x1_t test_vreinterpret_s64_u64(uint64x1_t a) { in test_vreinterpret_s64_u64()
9346 int64x1_t test_vreinterpret_s64_f16(float16x4_t a) { in test_vreinterpret_s64_f16()
9352 int64x1_t test_vreinterpret_s64_f32(float32x2_t a) { in test_vreinterpret_s64_f32()
9358 int64x1_t test_vreinterpret_s64_f64(float64x1_t a) { in test_vreinterpret_s64_f64()
9364 int64x1_t test_vreinterpret_s64_p8(poly8x8_t a) { in test_vreinterpret_s64_p8()
9370 int64x1_t test_vreinterpret_s64_p16(poly16x4_t a) { in test_vreinterpret_s64_p16()
9376 int64x1_t test_vreinterpret_s64_p64(poly64x1_t a) { in test_vreinterpret_s64_p64()
9382 uint8x8_t test_vreinterpret_u8_s8(int8x8_t a) { in test_vreinterpret_u8_s8()
9388 uint8x8_t test_vreinterpret_u8_s16(int16x4_t a) { in test_vreinterpret_u8_s16()
9394 uint8x8_t test_vreinterpret_u8_s32(int32x2_t a) { in test_vreinterpret_u8_s32()
9400 uint8x8_t test_vreinterpret_u8_s64(int64x1_t a) { in test_vreinterpret_u8_s64()
9406 uint8x8_t test_vreinterpret_u8_u16(uint16x4_t a) { in test_vreinterpret_u8_u16()
9412 uint8x8_t test_vreinterpret_u8_u32(uint32x2_t a) { in test_vreinterpret_u8_u32()
9418 uint8x8_t test_vreinterpret_u8_u64(uint64x1_t a) { in test_vreinterpret_u8_u64()
9424 uint8x8_t test_vreinterpret_u8_f16(float16x4_t a) { in test_vreinterpret_u8_f16()
9430 uint8x8_t test_vreinterpret_u8_f32(float32x2_t a) { in test_vreinterpret_u8_f32()
9436 uint8x8_t test_vreinterpret_u8_f64(float64x1_t a) { in test_vreinterpret_u8_f64()
9442 uint8x8_t test_vreinterpret_u8_p8(poly8x8_t a) { in test_vreinterpret_u8_p8()
9448 uint8x8_t test_vreinterpret_u8_p16(poly16x4_t a) { in test_vreinterpret_u8_p16()
9454 uint8x8_t test_vreinterpret_u8_p64(poly64x1_t a) { in test_vreinterpret_u8_p64()
9460 uint16x4_t test_vreinterpret_u16_s8(int8x8_t a) { in test_vreinterpret_u16_s8()
9466 uint16x4_t test_vreinterpret_u16_s16(int16x4_t a) { in test_vreinterpret_u16_s16()
9472 uint16x4_t test_vreinterpret_u16_s32(int32x2_t a) { in test_vreinterpret_u16_s32()
9478 uint16x4_t test_vreinterpret_u16_s64(int64x1_t a) { in test_vreinterpret_u16_s64()
9484 uint16x4_t test_vreinterpret_u16_u8(uint8x8_t a) { in test_vreinterpret_u16_u8()
9490 uint16x4_t test_vreinterpret_u16_u32(uint32x2_t a) { in test_vreinterpret_u16_u32()
9496 uint16x4_t test_vreinterpret_u16_u64(uint64x1_t a) { in test_vreinterpret_u16_u64()
9502 uint16x4_t test_vreinterpret_u16_f16(float16x4_t a) { in test_vreinterpret_u16_f16()
9508 uint16x4_t test_vreinterpret_u16_f32(float32x2_t a) { in test_vreinterpret_u16_f32()
9514 uint16x4_t test_vreinterpret_u16_f64(float64x1_t a) { in test_vreinterpret_u16_f64()
9520 uint16x4_t test_vreinterpret_u16_p8(poly8x8_t a) { in test_vreinterpret_u16_p8()
9526 uint16x4_t test_vreinterpret_u16_p16(poly16x4_t a) { in test_vreinterpret_u16_p16()
9532 uint16x4_t test_vreinterpret_u16_p64(poly64x1_t a) { in test_vreinterpret_u16_p64()
9538 uint32x2_t test_vreinterpret_u32_s8(int8x8_t a) { in test_vreinterpret_u32_s8()
9544 uint32x2_t test_vreinterpret_u32_s16(int16x4_t a) { in test_vreinterpret_u32_s16()
9550 uint32x2_t test_vreinterpret_u32_s32(int32x2_t a) { in test_vreinterpret_u32_s32()
9556 uint32x2_t test_vreinterpret_u32_s64(int64x1_t a) { in test_vreinterpret_u32_s64()
9562 uint32x2_t test_vreinterpret_u32_u8(uint8x8_t a) { in test_vreinterpret_u32_u8()
9568 uint32x2_t test_vreinterpret_u32_u16(uint16x4_t a) { in test_vreinterpret_u32_u16()
9574 uint32x2_t test_vreinterpret_u32_u64(uint64x1_t a) { in test_vreinterpret_u32_u64()
9580 uint32x2_t test_vreinterpret_u32_f16(float16x4_t a) { in test_vreinterpret_u32_f16()
9586 uint32x2_t test_vreinterpret_u32_f32(float32x2_t a) { in test_vreinterpret_u32_f32()
9592 uint32x2_t test_vreinterpret_u32_f64(float64x1_t a) { in test_vreinterpret_u32_f64()
9598 uint32x2_t test_vreinterpret_u32_p8(poly8x8_t a) { in test_vreinterpret_u32_p8()
9604 uint32x2_t test_vreinterpret_u32_p16(poly16x4_t a) { in test_vreinterpret_u32_p16()
9610 uint32x2_t test_vreinterpret_u32_p64(poly64x1_t a) { in test_vreinterpret_u32_p64()
9616 uint64x1_t test_vreinterpret_u64_s8(int8x8_t a) { in test_vreinterpret_u64_s8()
9622 uint64x1_t test_vreinterpret_u64_s16(int16x4_t a) { in test_vreinterpret_u64_s16()
9628 uint64x1_t test_vreinterpret_u64_s32(int32x2_t a) { in test_vreinterpret_u64_s32()
9634 uint64x1_t test_vreinterpret_u64_s64(int64x1_t a) { in test_vreinterpret_u64_s64()
9640 uint64x1_t test_vreinterpret_u64_u8(uint8x8_t a) { in test_vreinterpret_u64_u8()
9646 uint64x1_t test_vreinterpret_u64_u16(uint16x4_t a) { in test_vreinterpret_u64_u16()
9652 uint64x1_t test_vreinterpret_u64_u32(uint32x2_t a) { in test_vreinterpret_u64_u32()
9658 uint64x1_t test_vreinterpret_u64_f16(float16x4_t a) { in test_vreinterpret_u64_f16()
9664 uint64x1_t test_vreinterpret_u64_f32(float32x2_t a) { in test_vreinterpret_u64_f32()
9670 uint64x1_t test_vreinterpret_u64_f64(float64x1_t a) { in test_vreinterpret_u64_f64()
9676 uint64x1_t test_vreinterpret_u64_p8(poly8x8_t a) { in test_vreinterpret_u64_p8()
9682 uint64x1_t test_vreinterpret_u64_p16(poly16x4_t a) { in test_vreinterpret_u64_p16()
9688 uint64x1_t test_vreinterpret_u64_p64(poly64x1_t a) { in test_vreinterpret_u64_p64()
9694 float16x4_t test_vreinterpret_f16_s8(int8x8_t a) { in test_vreinterpret_f16_s8()
9700 float16x4_t test_vreinterpret_f16_s16(int16x4_t a) { in test_vreinterpret_f16_s16()
9706 float16x4_t test_vreinterpret_f16_s32(int32x2_t a) { in test_vreinterpret_f16_s32()
9712 float16x4_t test_vreinterpret_f16_s64(int64x1_t a) { in test_vreinterpret_f16_s64()
9718 float16x4_t test_vreinterpret_f16_u8(uint8x8_t a) { in test_vreinterpret_f16_u8()
9724 float16x4_t test_vreinterpret_f16_u16(uint16x4_t a) { in test_vreinterpret_f16_u16()
9730 float16x4_t test_vreinterpret_f16_u32(uint32x2_t a) { in test_vreinterpret_f16_u32()
9736 float16x4_t test_vreinterpret_f16_u64(uint64x1_t a) { in test_vreinterpret_f16_u64()
9742 float16x4_t test_vreinterpret_f16_f32(float32x2_t a) { in test_vreinterpret_f16_f32()
9748 float16x4_t test_vreinterpret_f16_f64(float64x1_t a) { in test_vreinterpret_f16_f64()
9754 float16x4_t test_vreinterpret_f16_p8(poly8x8_t a) { in test_vreinterpret_f16_p8()
9760 float16x4_t test_vreinterpret_f16_p16(poly16x4_t a) { in test_vreinterpret_f16_p16()
9766 float16x4_t test_vreinterpret_f16_p64(poly64x1_t a) { in test_vreinterpret_f16_p64()
9772 float32x2_t test_vreinterpret_f32_s8(int8x8_t a) { in test_vreinterpret_f32_s8()
9778 float32x2_t test_vreinterpret_f32_s16(int16x4_t a) { in test_vreinterpret_f32_s16()
9784 float32x2_t test_vreinterpret_f32_s32(int32x2_t a) { in test_vreinterpret_f32_s32()
9790 float32x2_t test_vreinterpret_f32_s64(int64x1_t a) { in test_vreinterpret_f32_s64()
9796 float32x2_t test_vreinterpret_f32_u8(uint8x8_t a) { in test_vreinterpret_f32_u8()
9802 float32x2_t test_vreinterpret_f32_u16(uint16x4_t a) { in test_vreinterpret_f32_u16()
9808 float32x2_t test_vreinterpret_f32_u32(uint32x2_t a) { in test_vreinterpret_f32_u32()
9814 float32x2_t test_vreinterpret_f32_u64(uint64x1_t a) { in test_vreinterpret_f32_u64()
9820 float32x2_t test_vreinterpret_f32_f16(float16x4_t a) { in test_vreinterpret_f32_f16()
9826 float32x2_t test_vreinterpret_f32_f64(float64x1_t a) { in test_vreinterpret_f32_f64()
9832 float32x2_t test_vreinterpret_f32_p8(poly8x8_t a) { in test_vreinterpret_f32_p8()
9838 float32x2_t test_vreinterpret_f32_p16(poly16x4_t a) { in test_vreinterpret_f32_p16()
9844 float32x2_t test_vreinterpret_f32_p64(poly64x1_t a) { in test_vreinterpret_f32_p64()
9850 float64x1_t test_vreinterpret_f64_s8(int8x8_t a) { in test_vreinterpret_f64_s8()
9856 float64x1_t test_vreinterpret_f64_s16(int16x4_t a) { in test_vreinterpret_f64_s16()
9862 float64x1_t test_vreinterpret_f64_s32(int32x2_t a) { in test_vreinterpret_f64_s32()
9868 float64x1_t test_vreinterpret_f64_s64(int64x1_t a) { in test_vreinterpret_f64_s64()
9874 float64x1_t test_vreinterpret_f64_u8(uint8x8_t a) { in test_vreinterpret_f64_u8()
9880 float64x1_t test_vreinterpret_f64_u16(uint16x4_t a) { in test_vreinterpret_f64_u16()
9886 float64x1_t test_vreinterpret_f64_u32(uint32x2_t a) { in test_vreinterpret_f64_u32()
9892 float64x1_t test_vreinterpret_f64_u64(uint64x1_t a) { in test_vreinterpret_f64_u64()
9898 float64x1_t test_vreinterpret_f64_f16(float16x4_t a) { in test_vreinterpret_f64_f16()
9904 float64x1_t test_vreinterpret_f64_f32(float32x2_t a) { in test_vreinterpret_f64_f32()
9910 float64x1_t test_vreinterpret_f64_p8(poly8x8_t a) { in test_vreinterpret_f64_p8()
9916 float64x1_t test_vreinterpret_f64_p16(poly16x4_t a) { in test_vreinterpret_f64_p16()
9922 float64x1_t test_vreinterpret_f64_p64(poly64x1_t a) { in test_vreinterpret_f64_p64()
9928 poly8x8_t test_vreinterpret_p8_s8(int8x8_t a) { in test_vreinterpret_p8_s8()
9934 poly8x8_t test_vreinterpret_p8_s16(int16x4_t a) { in test_vreinterpret_p8_s16()
9940 poly8x8_t test_vreinterpret_p8_s32(int32x2_t a) { in test_vreinterpret_p8_s32()
9946 poly8x8_t test_vreinterpret_p8_s64(int64x1_t a) { in test_vreinterpret_p8_s64()
9952 poly8x8_t test_vreinterpret_p8_u8(uint8x8_t a) { in test_vreinterpret_p8_u8()
9958 poly8x8_t test_vreinterpret_p8_u16(uint16x4_t a) { in test_vreinterpret_p8_u16()
9964 poly8x8_t test_vreinterpret_p8_u32(uint32x2_t a) { in test_vreinterpret_p8_u32()
9970 poly8x8_t test_vreinterpret_p8_u64(uint64x1_t a) { in test_vreinterpret_p8_u64()
9976 poly8x8_t test_vreinterpret_p8_f16(float16x4_t a) { in test_vreinterpret_p8_f16()
9982 poly8x8_t test_vreinterpret_p8_f32(float32x2_t a) { in test_vreinterpret_p8_f32()
9988 poly8x8_t test_vreinterpret_p8_f64(float64x1_t a) { in test_vreinterpret_p8_f64()
9994 poly8x8_t test_vreinterpret_p8_p16(poly16x4_t a) { in test_vreinterpret_p8_p16()
10000 poly8x8_t test_vreinterpret_p8_p64(poly64x1_t a) { in test_vreinterpret_p8_p64()
10006 poly16x4_t test_vreinterpret_p16_s8(int8x8_t a) { in test_vreinterpret_p16_s8()
10012 poly16x4_t test_vreinterpret_p16_s16(int16x4_t a) { in test_vreinterpret_p16_s16()
10018 poly16x4_t test_vreinterpret_p16_s32(int32x2_t a) { in test_vreinterpret_p16_s32()
10024 poly16x4_t test_vreinterpret_p16_s64(int64x1_t a) { in test_vreinterpret_p16_s64()
10030 poly16x4_t test_vreinterpret_p16_u8(uint8x8_t a) { in test_vreinterpret_p16_u8()
10036 poly16x4_t test_vreinterpret_p16_u16(uint16x4_t a) { in test_vreinterpret_p16_u16()
10042 poly16x4_t test_vreinterpret_p16_u32(uint32x2_t a) { in test_vreinterpret_p16_u32()
10048 poly16x4_t test_vreinterpret_p16_u64(uint64x1_t a) { in test_vreinterpret_p16_u64()
10054 poly16x4_t test_vreinterpret_p16_f16(float16x4_t a) { in test_vreinterpret_p16_f16()
10060 poly16x4_t test_vreinterpret_p16_f32(float32x2_t a) { in test_vreinterpret_p16_f32()
10066 poly16x4_t test_vreinterpret_p16_f64(float64x1_t a) { in test_vreinterpret_p16_f64()
10072 poly16x4_t test_vreinterpret_p16_p8(poly8x8_t a) { in test_vreinterpret_p16_p8()
10078 poly16x4_t test_vreinterpret_p16_p64(poly64x1_t a) { in test_vreinterpret_p16_p64()
10084 poly64x1_t test_vreinterpret_p64_s8(int8x8_t a) { in test_vreinterpret_p64_s8()
10090 poly64x1_t test_vreinterpret_p64_s16(int16x4_t a) { in test_vreinterpret_p64_s16()
10096 poly64x1_t test_vreinterpret_p64_s32(int32x2_t a) { in test_vreinterpret_p64_s32()
10102 poly64x1_t test_vreinterpret_p64_s64(int64x1_t a) { in test_vreinterpret_p64_s64()
10108 poly64x1_t test_vreinterpret_p64_u8(uint8x8_t a) { in test_vreinterpret_p64_u8()
10114 poly64x1_t test_vreinterpret_p64_u16(uint16x4_t a) { in test_vreinterpret_p64_u16()
10120 poly64x1_t test_vreinterpret_p64_u32(uint32x2_t a) { in test_vreinterpret_p64_u32()
10126 poly64x1_t test_vreinterpret_p64_u64(uint64x1_t a) { in test_vreinterpret_p64_u64()
10132 poly64x1_t test_vreinterpret_p64_f16(float16x4_t a) { in test_vreinterpret_p64_f16()
10138 poly64x1_t test_vreinterpret_p64_f32(float32x2_t a) { in test_vreinterpret_p64_f32()
10144 poly64x1_t test_vreinterpret_p64_f64(float64x1_t a) { in test_vreinterpret_p64_f64()
10150 poly64x1_t test_vreinterpret_p64_p8(poly8x8_t a) { in test_vreinterpret_p64_p8()
10156 poly64x1_t test_vreinterpret_p64_p16(poly16x4_t a) { in test_vreinterpret_p64_p16()
10162 int8x16_t test_vreinterpretq_s8_s16(int16x8_t a) { in test_vreinterpretq_s8_s16()
10168 int8x16_t test_vreinterpretq_s8_s32(int32x4_t a) { in test_vreinterpretq_s8_s32()
10174 int8x16_t test_vreinterpretq_s8_s64(int64x2_t a) { in test_vreinterpretq_s8_s64()
10180 int8x16_t test_vreinterpretq_s8_u8(uint8x16_t a) { in test_vreinterpretq_s8_u8()
10186 int8x16_t test_vreinterpretq_s8_u16(uint16x8_t a) { in test_vreinterpretq_s8_u16()
10192 int8x16_t test_vreinterpretq_s8_u32(uint32x4_t a) { in test_vreinterpretq_s8_u32()
10198 int8x16_t test_vreinterpretq_s8_u64(uint64x2_t a) { in test_vreinterpretq_s8_u64()
10204 int8x16_t test_vreinterpretq_s8_f16(float16x8_t a) { in test_vreinterpretq_s8_f16()
10210 int8x16_t test_vreinterpretq_s8_f32(float32x4_t a) { in test_vreinterpretq_s8_f32()
10216 int8x16_t test_vreinterpretq_s8_f64(float64x2_t a) { in test_vreinterpretq_s8_f64()
10222 int8x16_t test_vreinterpretq_s8_p8(poly8x16_t a) { in test_vreinterpretq_s8_p8()
10228 int8x16_t test_vreinterpretq_s8_p16(poly16x8_t a) { in test_vreinterpretq_s8_p16()
10234 int8x16_t test_vreinterpretq_s8_p64(poly64x2_t a) { in test_vreinterpretq_s8_p64()
10240 int16x8_t test_vreinterpretq_s16_s8(int8x16_t a) { in test_vreinterpretq_s16_s8()
10246 int16x8_t test_vreinterpretq_s16_s32(int32x4_t a) { in test_vreinterpretq_s16_s32()
10252 int16x8_t test_vreinterpretq_s16_s64(int64x2_t a) { in test_vreinterpretq_s16_s64()
10258 int16x8_t test_vreinterpretq_s16_u8(uint8x16_t a) { in test_vreinterpretq_s16_u8()
10264 int16x8_t test_vreinterpretq_s16_u16(uint16x8_t a) { in test_vreinterpretq_s16_u16()
10270 int16x8_t test_vreinterpretq_s16_u32(uint32x4_t a) { in test_vreinterpretq_s16_u32()
10276 int16x8_t test_vreinterpretq_s16_u64(uint64x2_t a) { in test_vreinterpretq_s16_u64()
10282 int16x8_t test_vreinterpretq_s16_f16(float16x8_t a) { in test_vreinterpretq_s16_f16()
10288 int16x8_t test_vreinterpretq_s16_f32(float32x4_t a) { in test_vreinterpretq_s16_f32()
10294 int16x8_t test_vreinterpretq_s16_f64(float64x2_t a) { in test_vreinterpretq_s16_f64()
10300 int16x8_t test_vreinterpretq_s16_p8(poly8x16_t a) { in test_vreinterpretq_s16_p8()
10306 int16x8_t test_vreinterpretq_s16_p16(poly16x8_t a) { in test_vreinterpretq_s16_p16()
10312 int16x8_t test_vreinterpretq_s16_p64(poly64x2_t a) { in test_vreinterpretq_s16_p64()
10318 int32x4_t test_vreinterpretq_s32_s8(int8x16_t a) { in test_vreinterpretq_s32_s8()
10324 int32x4_t test_vreinterpretq_s32_s16(int16x8_t a) { in test_vreinterpretq_s32_s16()
10330 int32x4_t test_vreinterpretq_s32_s64(int64x2_t a) { in test_vreinterpretq_s32_s64()
10336 int32x4_t test_vreinterpretq_s32_u8(uint8x16_t a) { in test_vreinterpretq_s32_u8()
10342 int32x4_t test_vreinterpretq_s32_u16(uint16x8_t a) { in test_vreinterpretq_s32_u16()
10348 int32x4_t test_vreinterpretq_s32_u32(uint32x4_t a) { in test_vreinterpretq_s32_u32()
10354 int32x4_t test_vreinterpretq_s32_u64(uint64x2_t a) { in test_vreinterpretq_s32_u64()
10360 int32x4_t test_vreinterpretq_s32_f16(float16x8_t a) { in test_vreinterpretq_s32_f16()
10366 int32x4_t test_vreinterpretq_s32_f32(float32x4_t a) { in test_vreinterpretq_s32_f32()
10372 int32x4_t test_vreinterpretq_s32_f64(float64x2_t a) { in test_vreinterpretq_s32_f64()
10378 int32x4_t test_vreinterpretq_s32_p8(poly8x16_t a) { in test_vreinterpretq_s32_p8()
10384 int32x4_t test_vreinterpretq_s32_p16(poly16x8_t a) { in test_vreinterpretq_s32_p16()
10390 int32x4_t test_vreinterpretq_s32_p64(poly64x2_t a) { in test_vreinterpretq_s32_p64()
10396 int64x2_t test_vreinterpretq_s64_s8(int8x16_t a) { in test_vreinterpretq_s64_s8()
10402 int64x2_t test_vreinterpretq_s64_s16(int16x8_t a) { in test_vreinterpretq_s64_s16()
10408 int64x2_t test_vreinterpretq_s64_s32(int32x4_t a) { in test_vreinterpretq_s64_s32()
10414 int64x2_t test_vreinterpretq_s64_u8(uint8x16_t a) { in test_vreinterpretq_s64_u8()
10420 int64x2_t test_vreinterpretq_s64_u16(uint16x8_t a) { in test_vreinterpretq_s64_u16()
10426 int64x2_t test_vreinterpretq_s64_u32(uint32x4_t a) { in test_vreinterpretq_s64_u32()
10432 int64x2_t test_vreinterpretq_s64_u64(uint64x2_t a) { in test_vreinterpretq_s64_u64()
10438 int64x2_t test_vreinterpretq_s64_f16(float16x8_t a) { in test_vreinterpretq_s64_f16()
10444 int64x2_t test_vreinterpretq_s64_f32(float32x4_t a) { in test_vreinterpretq_s64_f32()
10450 int64x2_t test_vreinterpretq_s64_f64(float64x2_t a) { in test_vreinterpretq_s64_f64()
10456 int64x2_t test_vreinterpretq_s64_p8(poly8x16_t a) { in test_vreinterpretq_s64_p8()
10462 int64x2_t test_vreinterpretq_s64_p16(poly16x8_t a) { in test_vreinterpretq_s64_p16()
10468 int64x2_t test_vreinterpretq_s64_p64(poly64x2_t a) { in test_vreinterpretq_s64_p64()
10474 uint8x16_t test_vreinterpretq_u8_s8(int8x16_t a) { in test_vreinterpretq_u8_s8()
10480 uint8x16_t test_vreinterpretq_u8_s16(int16x8_t a) { in test_vreinterpretq_u8_s16()
10486 uint8x16_t test_vreinterpretq_u8_s32(int32x4_t a) { in test_vreinterpretq_u8_s32()
10492 uint8x16_t test_vreinterpretq_u8_s64(int64x2_t a) { in test_vreinterpretq_u8_s64()
10498 uint8x16_t test_vreinterpretq_u8_u16(uint16x8_t a) { in test_vreinterpretq_u8_u16()
10504 uint8x16_t test_vreinterpretq_u8_u32(uint32x4_t a) { in test_vreinterpretq_u8_u32()
10510 uint8x16_t test_vreinterpretq_u8_u64(uint64x2_t a) { in test_vreinterpretq_u8_u64()
10516 uint8x16_t test_vreinterpretq_u8_f16(float16x8_t a) { in test_vreinterpretq_u8_f16()
10522 uint8x16_t test_vreinterpretq_u8_f32(float32x4_t a) { in test_vreinterpretq_u8_f32()
10528 uint8x16_t test_vreinterpretq_u8_f64(float64x2_t a) { in test_vreinterpretq_u8_f64()
10534 uint8x16_t test_vreinterpretq_u8_p8(poly8x16_t a) { in test_vreinterpretq_u8_p8()
10540 uint8x16_t test_vreinterpretq_u8_p16(poly16x8_t a) { in test_vreinterpretq_u8_p16()
10546 uint8x16_t test_vreinterpretq_u8_p64(poly64x2_t a) { in test_vreinterpretq_u8_p64()
10552 uint16x8_t test_vreinterpretq_u16_s8(int8x16_t a) { in test_vreinterpretq_u16_s8()
10558 uint16x8_t test_vreinterpretq_u16_s16(int16x8_t a) { in test_vreinterpretq_u16_s16()
10564 uint16x8_t test_vreinterpretq_u16_s32(int32x4_t a) { in test_vreinterpretq_u16_s32()
10570 uint16x8_t test_vreinterpretq_u16_s64(int64x2_t a) { in test_vreinterpretq_u16_s64()
10576 uint16x8_t test_vreinterpretq_u16_u8(uint8x16_t a) { in test_vreinterpretq_u16_u8()
10582 uint16x8_t test_vreinterpretq_u16_u32(uint32x4_t a) { in test_vreinterpretq_u16_u32()
10588 uint16x8_t test_vreinterpretq_u16_u64(uint64x2_t a) { in test_vreinterpretq_u16_u64()
10594 uint16x8_t test_vreinterpretq_u16_f16(float16x8_t a) { in test_vreinterpretq_u16_f16()
10600 uint16x8_t test_vreinterpretq_u16_f32(float32x4_t a) { in test_vreinterpretq_u16_f32()
10606 uint16x8_t test_vreinterpretq_u16_f64(float64x2_t a) { in test_vreinterpretq_u16_f64()
10612 uint16x8_t test_vreinterpretq_u16_p8(poly8x16_t a) { in test_vreinterpretq_u16_p8()
10618 uint16x8_t test_vreinterpretq_u16_p16(poly16x8_t a) { in test_vreinterpretq_u16_p16()
10624 uint16x8_t test_vreinterpretq_u16_p64(poly64x2_t a) { in test_vreinterpretq_u16_p64()
10630 uint32x4_t test_vreinterpretq_u32_s8(int8x16_t a) { in test_vreinterpretq_u32_s8()
10636 uint32x4_t test_vreinterpretq_u32_s16(int16x8_t a) { in test_vreinterpretq_u32_s16()
10642 uint32x4_t test_vreinterpretq_u32_s32(int32x4_t a) { in test_vreinterpretq_u32_s32()
10648 uint32x4_t test_vreinterpretq_u32_s64(int64x2_t a) { in test_vreinterpretq_u32_s64()
10654 uint32x4_t test_vreinterpretq_u32_u8(uint8x16_t a) { in test_vreinterpretq_u32_u8()
10660 uint32x4_t test_vreinterpretq_u32_u16(uint16x8_t a) { in test_vreinterpretq_u32_u16()
10666 uint32x4_t test_vreinterpretq_u32_u64(uint64x2_t a) { in test_vreinterpretq_u32_u64()
10672 uint32x4_t test_vreinterpretq_u32_f16(float16x8_t a) { in test_vreinterpretq_u32_f16()
10678 uint32x4_t test_vreinterpretq_u32_f32(float32x4_t a) { in test_vreinterpretq_u32_f32()
10684 uint32x4_t test_vreinterpretq_u32_f64(float64x2_t a) { in test_vreinterpretq_u32_f64()
10690 uint32x4_t test_vreinterpretq_u32_p8(poly8x16_t a) { in test_vreinterpretq_u32_p8()
10696 uint32x4_t test_vreinterpretq_u32_p16(poly16x8_t a) { in test_vreinterpretq_u32_p16()
10702 uint32x4_t test_vreinterpretq_u32_p64(poly64x2_t a) { in test_vreinterpretq_u32_p64()
10708 uint64x2_t test_vreinterpretq_u64_s8(int8x16_t a) { in test_vreinterpretq_u64_s8()
10714 uint64x2_t test_vreinterpretq_u64_s16(int16x8_t a) { in test_vreinterpretq_u64_s16()
10720 uint64x2_t test_vreinterpretq_u64_s32(int32x4_t a) { in test_vreinterpretq_u64_s32()
10726 uint64x2_t test_vreinterpretq_u64_s64(int64x2_t a) { in test_vreinterpretq_u64_s64()
10732 uint64x2_t test_vreinterpretq_u64_u8(uint8x16_t a) { in test_vreinterpretq_u64_u8()
10738 uint64x2_t test_vreinterpretq_u64_u16(uint16x8_t a) { in test_vreinterpretq_u64_u16()
10744 uint64x2_t test_vreinterpretq_u64_u32(uint32x4_t a) { in test_vreinterpretq_u64_u32()
10750 uint64x2_t test_vreinterpretq_u64_f16(float16x8_t a) { in test_vreinterpretq_u64_f16()
10756 uint64x2_t test_vreinterpretq_u64_f32(float32x4_t a) { in test_vreinterpretq_u64_f32()
10762 uint64x2_t test_vreinterpretq_u64_f64(float64x2_t a) { in test_vreinterpretq_u64_f64()
10768 uint64x2_t test_vreinterpretq_u64_p8(poly8x16_t a) { in test_vreinterpretq_u64_p8()
10774 uint64x2_t test_vreinterpretq_u64_p16(poly16x8_t a) { in test_vreinterpretq_u64_p16()
10780 uint64x2_t test_vreinterpretq_u64_p64(poly64x2_t a) { in test_vreinterpretq_u64_p64()
10786 float16x8_t test_vreinterpretq_f16_s8(int8x16_t a) { in test_vreinterpretq_f16_s8()
10792 float16x8_t test_vreinterpretq_f16_s16(int16x8_t a) { in test_vreinterpretq_f16_s16()
10798 float16x8_t test_vreinterpretq_f16_s32(int32x4_t a) { in test_vreinterpretq_f16_s32()
10804 float16x8_t test_vreinterpretq_f16_s64(int64x2_t a) { in test_vreinterpretq_f16_s64()
10810 float16x8_t test_vreinterpretq_f16_u8(uint8x16_t a) { in test_vreinterpretq_f16_u8()
10816 float16x8_t test_vreinterpretq_f16_u16(uint16x8_t a) { in test_vreinterpretq_f16_u16()
10822 float16x8_t test_vreinterpretq_f16_u32(uint32x4_t a) { in test_vreinterpretq_f16_u32()
10828 float16x8_t test_vreinterpretq_f16_u64(uint64x2_t a) { in test_vreinterpretq_f16_u64()
10834 float16x8_t test_vreinterpretq_f16_f32(float32x4_t a) { in test_vreinterpretq_f16_f32()
10840 float16x8_t test_vreinterpretq_f16_f64(float64x2_t a) { in test_vreinterpretq_f16_f64()
10846 float16x8_t test_vreinterpretq_f16_p8(poly8x16_t a) { in test_vreinterpretq_f16_p8()
10852 float16x8_t test_vreinterpretq_f16_p16(poly16x8_t a) { in test_vreinterpretq_f16_p16()
10858 float16x8_t test_vreinterpretq_f16_p64(poly64x2_t a) { in test_vreinterpretq_f16_p64()
10864 float32x4_t test_vreinterpretq_f32_s8(int8x16_t a) { in test_vreinterpretq_f32_s8()
10870 float32x4_t test_vreinterpretq_f32_s16(int16x8_t a) { in test_vreinterpretq_f32_s16()
10876 float32x4_t test_vreinterpretq_f32_s32(int32x4_t a) { in test_vreinterpretq_f32_s32()
10882 float32x4_t test_vreinterpretq_f32_s64(int64x2_t a) { in test_vreinterpretq_f32_s64()
10888 float32x4_t test_vreinterpretq_f32_u8(uint8x16_t a) { in test_vreinterpretq_f32_u8()
10894 float32x4_t test_vreinterpretq_f32_u16(uint16x8_t a) { in test_vreinterpretq_f32_u16()
10900 float32x4_t test_vreinterpretq_f32_u32(uint32x4_t a) { in test_vreinterpretq_f32_u32()
10906 float32x4_t test_vreinterpretq_f32_u64(uint64x2_t a) { in test_vreinterpretq_f32_u64()
10912 float32x4_t test_vreinterpretq_f32_f16(float16x8_t a) { in test_vreinterpretq_f32_f16()
10918 float32x4_t test_vreinterpretq_f32_f64(float64x2_t a) { in test_vreinterpretq_f32_f64()
10924 float32x4_t test_vreinterpretq_f32_p8(poly8x16_t a) { in test_vreinterpretq_f32_p8()
10930 float32x4_t test_vreinterpretq_f32_p16(poly16x8_t a) { in test_vreinterpretq_f32_p16()
10936 float32x4_t test_vreinterpretq_f32_p64(poly64x2_t a) { in test_vreinterpretq_f32_p64()
10942 float64x2_t test_vreinterpretq_f64_s8(int8x16_t a) { in test_vreinterpretq_f64_s8()
10948 float64x2_t test_vreinterpretq_f64_s16(int16x8_t a) { in test_vreinterpretq_f64_s16()
10954 float64x2_t test_vreinterpretq_f64_s32(int32x4_t a) { in test_vreinterpretq_f64_s32()
10960 float64x2_t test_vreinterpretq_f64_s64(int64x2_t a) { in test_vreinterpretq_f64_s64()
10966 float64x2_t test_vreinterpretq_f64_u8(uint8x16_t a) { in test_vreinterpretq_f64_u8()
10972 float64x2_t test_vreinterpretq_f64_u16(uint16x8_t a) { in test_vreinterpretq_f64_u16()
10978 float64x2_t test_vreinterpretq_f64_u32(uint32x4_t a) { in test_vreinterpretq_f64_u32()
10984 float64x2_t test_vreinterpretq_f64_u64(uint64x2_t a) { in test_vreinterpretq_f64_u64()
10990 float64x2_t test_vreinterpretq_f64_f16(float16x8_t a) { in test_vreinterpretq_f64_f16()
10996 float64x2_t test_vreinterpretq_f64_f32(float32x4_t a) { in test_vreinterpretq_f64_f32()
11002 float64x2_t test_vreinterpretq_f64_p8(poly8x16_t a) { in test_vreinterpretq_f64_p8()
11008 float64x2_t test_vreinterpretq_f64_p16(poly16x8_t a) { in test_vreinterpretq_f64_p16()
11014 float64x2_t test_vreinterpretq_f64_p64(poly64x2_t a) { in test_vreinterpretq_f64_p64()
11020 poly8x16_t test_vreinterpretq_p8_s8(int8x16_t a) { in test_vreinterpretq_p8_s8()
11026 poly8x16_t test_vreinterpretq_p8_s16(int16x8_t a) { in test_vreinterpretq_p8_s16()
11032 poly8x16_t test_vreinterpretq_p8_s32(int32x4_t a) { in test_vreinterpretq_p8_s32()
11038 poly8x16_t test_vreinterpretq_p8_s64(int64x2_t a) { in test_vreinterpretq_p8_s64()
11044 poly8x16_t test_vreinterpretq_p8_u8(uint8x16_t a) { in test_vreinterpretq_p8_u8()
11050 poly8x16_t test_vreinterpretq_p8_u16(uint16x8_t a) { in test_vreinterpretq_p8_u16()
11056 poly8x16_t test_vreinterpretq_p8_u32(uint32x4_t a) { in test_vreinterpretq_p8_u32()
11062 poly8x16_t test_vreinterpretq_p8_u64(uint64x2_t a) { in test_vreinterpretq_p8_u64()
11068 poly8x16_t test_vreinterpretq_p8_f16(float16x8_t a) { in test_vreinterpretq_p8_f16()
11074 poly8x16_t test_vreinterpretq_p8_f32(float32x4_t a) { in test_vreinterpretq_p8_f32()
11080 poly8x16_t test_vreinterpretq_p8_f64(float64x2_t a) { in test_vreinterpretq_p8_f64()
11086 poly8x16_t test_vreinterpretq_p8_p16(poly16x8_t a) { in test_vreinterpretq_p8_p16()
11092 poly8x16_t test_vreinterpretq_p8_p64(poly64x2_t a) { in test_vreinterpretq_p8_p64()
11098 poly16x8_t test_vreinterpretq_p16_s8(int8x16_t a) { in test_vreinterpretq_p16_s8()
11104 poly16x8_t test_vreinterpretq_p16_s16(int16x8_t a) { in test_vreinterpretq_p16_s16()
11110 poly16x8_t test_vreinterpretq_p16_s32(int32x4_t a) { in test_vreinterpretq_p16_s32()
11116 poly16x8_t test_vreinterpretq_p16_s64(int64x2_t a) { in test_vreinterpretq_p16_s64()
11122 poly16x8_t test_vreinterpretq_p16_u8(uint8x16_t a) { in test_vreinterpretq_p16_u8()
11128 poly16x8_t test_vreinterpretq_p16_u16(uint16x8_t a) { in test_vreinterpretq_p16_u16()
11134 poly16x8_t test_vreinterpretq_p16_u32(uint32x4_t a) { in test_vreinterpretq_p16_u32()
11140 poly16x8_t test_vreinterpretq_p16_u64(uint64x2_t a) { in test_vreinterpretq_p16_u64()
11146 poly16x8_t test_vreinterpretq_p16_f16(float16x8_t a) { in test_vreinterpretq_p16_f16()
11152 poly16x8_t test_vreinterpretq_p16_f32(float32x4_t a) { in test_vreinterpretq_p16_f32()
11158 poly16x8_t test_vreinterpretq_p16_f64(float64x2_t a) { in test_vreinterpretq_p16_f64()
11164 poly16x8_t test_vreinterpretq_p16_p8(poly8x16_t a) { in test_vreinterpretq_p16_p8()
11170 poly16x8_t test_vreinterpretq_p16_p64(poly64x2_t a) { in test_vreinterpretq_p16_p64()
11176 poly64x2_t test_vreinterpretq_p64_s8(int8x16_t a) { in test_vreinterpretq_p64_s8()
11182 poly64x2_t test_vreinterpretq_p64_s16(int16x8_t a) { in test_vreinterpretq_p64_s16()
11188 poly64x2_t test_vreinterpretq_p64_s32(int32x4_t a) { in test_vreinterpretq_p64_s32()
11194 poly64x2_t test_vreinterpretq_p64_s64(int64x2_t a) { in test_vreinterpretq_p64_s64()
11200 poly64x2_t test_vreinterpretq_p64_u8(uint8x16_t a) { in test_vreinterpretq_p64_u8()
11206 poly64x2_t test_vreinterpretq_p64_u16(uint16x8_t a) { in test_vreinterpretq_p64_u16()
11212 poly64x2_t test_vreinterpretq_p64_u32(uint32x4_t a) { in test_vreinterpretq_p64_u32()
11218 poly64x2_t test_vreinterpretq_p64_u64(uint64x2_t a) { in test_vreinterpretq_p64_u64()
11224 poly64x2_t test_vreinterpretq_p64_f16(float16x8_t a) { in test_vreinterpretq_p64_f16()
11230 poly64x2_t test_vreinterpretq_p64_f32(float32x4_t a) { in test_vreinterpretq_p64_f32()
11236 poly64x2_t test_vreinterpretq_p64_f64(float64x2_t a) { in test_vreinterpretq_p64_f64()
11242 poly64x2_t test_vreinterpretq_p64_p8(poly8x16_t a) { in test_vreinterpretq_p64_p8()
11248 poly64x2_t test_vreinterpretq_p64_p16(poly16x8_t a) { in test_vreinterpretq_p64_p16()
11252 float32_t test_vabds_f32(float32_t a, float32_t b) { in test_vabds_f32()
11258 float64_t test_vabdd_f64(float64_t a, float64_t b) { in test_vabdd_f64()
11264 int64x1_t test_vuqadd_s64(int64x1_t a, uint64x1_t b) { in test_vuqadd_s64()
11270 uint64x1_t test_vsqadd_u64(uint64x1_t a, int64x1_t b) { in test_vsqadd_u64()
11276 uint8x8_t test_vsqadd_u8(uint8x8_t a, int8x8_t b) { in test_vsqadd_u8()
11282 uint8x16_t test_vsqaddq_u8(uint8x16_t a, int8x16_t b) { in test_vsqaddq_u8()
11288 uint16x4_t test_vsqadd_u16(uint16x4_t a, int16x4_t b) { in test_vsqadd_u16()
11294 uint16x8_t test_vsqaddq_u16(uint16x8_t a, int16x8_t b) { in test_vsqaddq_u16()
11300 uint32x2_t test_vsqadd_u32(uint32x2_t a, int32x2_t b) { in test_vsqadd_u32()
11306 uint32x4_t test_vsqaddq_u32(uint32x4_t a, int32x4_t b) { in test_vsqaddq_u32()
11312 uint64x2_t test_vsqaddq_u64(uint64x2_t a, int64x2_t b) { in test_vsqaddq_u64()
11318 int64x1_t test_vabs_s64(int64x1_t a) { in test_vabs_s64()
11324 int64x1_t test_vqabs_s64(int64x1_t a) { in test_vqabs_s64()
11330 int64x1_t test_vqneg_s64(int64x1_t a) { in test_vqneg_s64()
11336 int64x1_t test_vneg_s64(int64x1_t a) { in test_vneg_s64()
11342 float32_t test_vaddv_f32(float32x2_t a) { in test_vaddv_f32()
11348 float32_t test_vaddvq_f32(float32x4_t a) { in test_vaddvq_f32()
11355 float64_t test_vaddvq_f64(float64x2_t a) { in test_vaddvq_f64()
11361 float32_t test_vmaxv_f32(float32x2_t a) { in test_vmaxv_f32()
11367 float64_t test_vmaxvq_f64(float64x2_t a) { in test_vmaxvq_f64()
11373 float32_t test_vminv_f32(float32x2_t a) { in test_vminv_f32()
11379 float64_t test_vminvq_f64(float64x2_t a) { in test_vminvq_f64()
11385 float64_t test_vmaxnmvq_f64(float64x2_t a) { in test_vmaxnmvq_f64()
11391 float32_t test_vmaxnmv_f32(float32x2_t a) { in test_vmaxnmv_f32()
11397 float64_t test_vminnmvq_f64(float64x2_t a) { in test_vminnmvq_f64()
11403 float32_t test_vminnmv_f32(float32x2_t a) { in test_vminnmv_f32()
11409 int64x2_t test_vpaddq_s64(int64x2_t a, int64x2_t b) { in test_vpaddq_s64()
11415 uint64x2_t test_vpaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vpaddq_u64()
11421 uint64_t test_vpaddd_u64(uint64x2_t a) { in test_vpaddd_u64()
11427 int64_t test_vaddvq_s64(int64x2_t a) { in test_vaddvq_s64()
11433 uint64_t test_vaddvq_u64(uint64x2_t a) { in test_vaddvq_u64()
11439 float64x1_t test_vadd_f64(float64x1_t a, float64x1_t b) { in test_vadd_f64()
11445 float64x1_t test_vmul_f64(float64x1_t a, float64x1_t b) { in test_vmul_f64()
11451 float64x1_t test_vdiv_f64(float64x1_t a, float64x1_t b) { in test_vdiv_f64()
11457 float64x1_t test_vmla_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vmla_f64()
11463 float64x1_t test_vmls_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vmls_f64()
11469 float64x1_t test_vfma_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vfma_f64()
11475 float64x1_t test_vfms_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vfms_f64()
11481 float64x1_t test_vsub_f64(float64x1_t a, float64x1_t b) { in test_vsub_f64()
11487 float64x1_t test_vabd_f64(float64x1_t a, float64x1_t b) { in test_vabd_f64()
11493 float64x1_t test_vmax_f64(float64x1_t a, float64x1_t b) { in test_vmax_f64()
11499 float64x1_t test_vmin_f64(float64x1_t a, float64x1_t b) { in test_vmin_f64()
11505 float64x1_t test_vmaxnm_f64(float64x1_t a, float64x1_t b) { in test_vmaxnm_f64()
11511 float64x1_t test_vminnm_f64(float64x1_t a, float64x1_t b) { in test_vminnm_f64()
11517 float64x1_t test_vabs_f64(float64x1_t a) { in test_vabs_f64()
11523 float64x1_t test_vneg_f64(float64x1_t a) { in test_vneg_f64()
11529 int64x1_t test_vcvt_s64_f64(float64x1_t a) { in test_vcvt_s64_f64()
11535 uint64x1_t test_vcvt_u64_f64(float64x1_t a) { in test_vcvt_u64_f64()
11541 int64x1_t test_vcvtn_s64_f64(float64x1_t a) { in test_vcvtn_s64_f64()
11547 uint64x1_t test_vcvtn_u64_f64(float64x1_t a) { in test_vcvtn_u64_f64()
11553 int64x1_t test_vcvtp_s64_f64(float64x1_t a) { in test_vcvtp_s64_f64()
11559 uint64x1_t test_vcvtp_u64_f64(float64x1_t a) { in test_vcvtp_u64_f64()
11565 int64x1_t test_vcvtm_s64_f64(float64x1_t a) { in test_vcvtm_s64_f64()
11571 uint64x1_t test_vcvtm_u64_f64(float64x1_t a) { in test_vcvtm_u64_f64()
11577 int64x1_t test_vcvta_s64_f64(float64x1_t a) { in test_vcvta_s64_f64()
11583 uint64x1_t test_vcvta_u64_f64(float64x1_t a) { in test_vcvta_u64_f64()
11589 float64x1_t test_vcvt_f64_s64(int64x1_t a) { in test_vcvt_f64_s64()
11595 float64x1_t test_vcvt_f64_u64(uint64x1_t a) { in test_vcvt_f64_u64()
11601 int64x1_t test_vcvt_n_s64_f64(float64x1_t a) { in test_vcvt_n_s64_f64()
11607 uint64x1_t test_vcvt_n_u64_f64(float64x1_t a) { in test_vcvt_n_u64_f64()
11613 float64x1_t test_vcvt_n_f64_s64(int64x1_t a) { in test_vcvt_n_f64_s64()
11619 float64x1_t test_vcvt_n_f64_u64(uint64x1_t a) { in test_vcvt_n_f64_u64()
11625 float64x1_t test_vrndn_f64(float64x1_t a) { in test_vrndn_f64()
11631 float64x1_t test_vrnda_f64(float64x1_t a) { in test_vrnda_f64()
11637 float64x1_t test_vrndp_f64(float64x1_t a) { in test_vrndp_f64()
11643 float64x1_t test_vrndm_f64(float64x1_t a) { in test_vrndm_f64()
11649 float64x1_t test_vrndx_f64(float64x1_t a) { in test_vrndx_f64()
11655 float64x1_t test_vrnd_f64(float64x1_t a) { in test_vrnd_f64()
11661 float64x1_t test_vrndi_f64(float64x1_t a) { in test_vrndi_f64()
11667 float64x1_t test_vrsqrte_f64(float64x1_t a) { in test_vrsqrte_f64()
11673 float64x1_t test_vrecpe_f64(float64x1_t a) { in test_vrecpe_f64()
11679 float64x1_t test_vsqrt_f64(float64x1_t a) { in test_vsqrt_f64()
11685 float64x1_t test_vrecps_f64(float64x1_t a, float64x1_t b) { in test_vrecps_f64()
11691 float64x1_t test_vrsqrts_f64(float64x1_t a, float64x1_t b) { in test_vrsqrts_f64()
11697 int32_t test_vminv_s32(int32x2_t a) { in test_vminv_s32()
11703 uint32_t test_vminv_u32(uint32x2_t a) { in test_vminv_u32()
11709 int32_t test_vmaxv_s32(int32x2_t a) { in test_vmaxv_s32()
11715 uint32_t test_vmaxv_u32(uint32x2_t a) { in test_vmaxv_u32()
11721 int32_t test_vaddv_s32(int32x2_t a) { in test_vaddv_s32()
11727 uint32_t test_vaddv_u32(uint32x2_t a) { in test_vaddv_u32()
11733 int64_t test_vaddlv_s32(int32x2_t a) { in test_vaddlv_s32()
11739 uint64_t test_vaddlv_u32(uint32x2_t a) { in test_vaddlv_u32()