Lines Matching defs:a
1341 uint64x1_t test_vcage_f64(float64x1_t a, float64x1_t b) { in test_vcage_f64()
1377 uint64x1_t test_vcagt_f64(float64x1_t a, float64x1_t b) { in test_vcagt_f64()
1414 uint64x1_t test_vcale_f64(float64x1_t a, float64x1_t b) { in test_vcale_f64()
1453 uint64x1_t test_vcalt_f64(float64x1_t a, float64x1_t b) { in test_vcalt_f64()
1670 uint64x1_t test_vtst_s64(int64x1_t a, int64x1_t b) { in test_vtst_s64()
1681 uint64x1_t test_vtst_u64(uint64x1_t a, uint64x1_t b) { in test_vtst_u64()
1713 uint64x1_t test_vceq_s64(int64x1_t a, int64x1_t b) { in test_vceq_s64()
1721 uint64x1_t test_vceq_u64(uint64x1_t a, uint64x1_t b) { in test_vceq_u64()
1737 uint64x1_t test_vceq_f64(float64x1_t a, float64x1_t b) { in test_vceq_f64()
1889 uint64x1_t test_vcge_s64(int64x1_t a, int64x1_t b) { in test_vcge_s64()
1897 uint64x1_t test_vcge_u64(uint64x1_t a, uint64x1_t b) { in test_vcge_u64()
1913 uint64x1_t test_vcge_f64(float64x1_t a, float64x1_t b) { in test_vcge_f64()
2052 uint64x1_t test_vcle_s64(int64x1_t a, int64x1_t b) { in test_vcle_s64()
2060 uint64x1_t test_vcle_u64(uint64x1_t a, uint64x1_t b) { in test_vcle_u64()
2076 uint64x1_t test_vcle_f64(float64x1_t a, float64x1_t b) { in test_vcle_f64()
2212 uint64x1_t test_vcgt_s64(int64x1_t a, int64x1_t b) { in test_vcgt_s64()
2220 uint64x1_t test_vcgt_u64(uint64x1_t a, uint64x1_t b) { in test_vcgt_u64()
2236 uint64x1_t test_vcgt_f64(float64x1_t a, float64x1_t b) { in test_vcgt_f64()
2375 uint64x1_t test_vclt_s64(int64x1_t a, int64x1_t b) { in test_vclt_s64()
2383 uint64x1_t test_vclt_u64(uint64x1_t a, uint64x1_t b) { in test_vclt_u64()
2399 uint64x1_t test_vclt_f64(float64x1_t a, float64x1_t b) { in test_vclt_f64()
2834 int8x8_t test_vqadd_s8(int8x8_t a, int8x8_t b) { in test_vqadd_s8()
2844 int16x4_t test_vqadd_s16(int16x4_t a, int16x4_t b) { in test_vqadd_s16()
2854 int32x2_t test_vqadd_s32(int32x2_t a, int32x2_t b) { in test_vqadd_s32()
2864 int64x1_t test_vqadd_s64(int64x1_t a, int64x1_t b) { in test_vqadd_s64()
2871 uint8x8_t test_vqadd_u8(uint8x8_t a, uint8x8_t b) { in test_vqadd_u8()
2881 uint16x4_t test_vqadd_u16(uint16x4_t a, uint16x4_t b) { in test_vqadd_u16()
2891 uint32x2_t test_vqadd_u32(uint32x2_t a, uint32x2_t b) { in test_vqadd_u32()
2901 uint64x1_t test_vqadd_u64(uint64x1_t a, uint64x1_t b) { in test_vqadd_u64()
2908 int8x16_t test_vqaddq_s8(int8x16_t a, int8x16_t b) { in test_vqaddq_s8()
2918 int16x8_t test_vqaddq_s16(int16x8_t a, int16x8_t b) { in test_vqaddq_s16()
2928 int32x4_t test_vqaddq_s32(int32x4_t a, int32x4_t b) { in test_vqaddq_s32()
2938 int64x2_t test_vqaddq_s64(int64x2_t a, int64x2_t b) { in test_vqaddq_s64()
2945 uint8x16_t test_vqaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vqaddq_u8()
2955 uint16x8_t test_vqaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vqaddq_u16()
2965 uint32x4_t test_vqaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vqaddq_u32()
2975 uint64x2_t test_vqaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vqaddq_u64()
2982 int8x8_t test_vqsub_s8(int8x8_t a, int8x8_t b) { in test_vqsub_s8()
2992 int16x4_t test_vqsub_s16(int16x4_t a, int16x4_t b) { in test_vqsub_s16()
3002 int32x2_t test_vqsub_s32(int32x2_t a, int32x2_t b) { in test_vqsub_s32()
3012 int64x1_t test_vqsub_s64(int64x1_t a, int64x1_t b) { in test_vqsub_s64()
3019 uint8x8_t test_vqsub_u8(uint8x8_t a, uint8x8_t b) { in test_vqsub_u8()
3029 uint16x4_t test_vqsub_u16(uint16x4_t a, uint16x4_t b) { in test_vqsub_u16()
3039 uint32x2_t test_vqsub_u32(uint32x2_t a, uint32x2_t b) { in test_vqsub_u32()
3049 uint64x1_t test_vqsub_u64(uint64x1_t a, uint64x1_t b) { in test_vqsub_u64()
3056 int8x16_t test_vqsubq_s8(int8x16_t a, int8x16_t b) { in test_vqsubq_s8()
3066 int16x8_t test_vqsubq_s16(int16x8_t a, int16x8_t b) { in test_vqsubq_s16()
3076 int32x4_t test_vqsubq_s32(int32x4_t a, int32x4_t b) { in test_vqsubq_s32()
3086 int64x2_t test_vqsubq_s64(int64x2_t a, int64x2_t b) { in test_vqsubq_s64()
3093 uint8x16_t test_vqsubq_u8(uint8x16_t a, uint8x16_t b) { in test_vqsubq_u8()
3103 uint16x8_t test_vqsubq_u16(uint16x8_t a, uint16x8_t b) { in test_vqsubq_u16()
3113 uint32x4_t test_vqsubq_u32(uint32x4_t a, uint32x4_t b) { in test_vqsubq_u32()
3123 uint64x2_t test_vqsubq_u64(uint64x2_t a, uint64x2_t b) { in test_vqsubq_u64()
3130 int8x8_t test_vshl_s8(int8x8_t a, int8x8_t b) { in test_vshl_s8()
3140 int16x4_t test_vshl_s16(int16x4_t a, int16x4_t b) { in test_vshl_s16()
3150 int32x2_t test_vshl_s32(int32x2_t a, int32x2_t b) { in test_vshl_s32()
3160 int64x1_t test_vshl_s64(int64x1_t a, int64x1_t b) { in test_vshl_s64()
3167 uint8x8_t test_vshl_u8(uint8x8_t a, int8x8_t b) { in test_vshl_u8()
3177 uint16x4_t test_vshl_u16(uint16x4_t a, int16x4_t b) { in test_vshl_u16()
3187 uint32x2_t test_vshl_u32(uint32x2_t a, int32x2_t b) { in test_vshl_u32()
3197 uint64x1_t test_vshl_u64(uint64x1_t a, int64x1_t b) { in test_vshl_u64()
3204 int8x16_t test_vshlq_s8(int8x16_t a, int8x16_t b) { in test_vshlq_s8()
3214 int16x8_t test_vshlq_s16(int16x8_t a, int16x8_t b) { in test_vshlq_s16()
3224 int32x4_t test_vshlq_s32(int32x4_t a, int32x4_t b) { in test_vshlq_s32()
3234 int64x2_t test_vshlq_s64(int64x2_t a, int64x2_t b) { in test_vshlq_s64()
3241 uint8x16_t test_vshlq_u8(uint8x16_t a, int8x16_t b) { in test_vshlq_u8()
3251 uint16x8_t test_vshlq_u16(uint16x8_t a, int16x8_t b) { in test_vshlq_u16()
3261 uint32x4_t test_vshlq_u32(uint32x4_t a, int32x4_t b) { in test_vshlq_u32()
3271 uint64x2_t test_vshlq_u64(uint64x2_t a, int64x2_t b) { in test_vshlq_u64()
3278 int8x8_t test_vqshl_s8(int8x8_t a, int8x8_t b) { in test_vqshl_s8()
3288 int16x4_t test_vqshl_s16(int16x4_t a, int16x4_t b) { in test_vqshl_s16()
3298 int32x2_t test_vqshl_s32(int32x2_t a, int32x2_t b) { in test_vqshl_s32()
3308 int64x1_t test_vqshl_s64(int64x1_t a, int64x1_t b) { in test_vqshl_s64()
3315 uint8x8_t test_vqshl_u8(uint8x8_t a, int8x8_t b) { in test_vqshl_u8()
3325 uint16x4_t test_vqshl_u16(uint16x4_t a, int16x4_t b) { in test_vqshl_u16()
3335 uint32x2_t test_vqshl_u32(uint32x2_t a, int32x2_t b) { in test_vqshl_u32()
3345 uint64x1_t test_vqshl_u64(uint64x1_t a, int64x1_t b) { in test_vqshl_u64()
3352 int8x16_t test_vqshlq_s8(int8x16_t a, int8x16_t b) { in test_vqshlq_s8()
3362 int16x8_t test_vqshlq_s16(int16x8_t a, int16x8_t b) { in test_vqshlq_s16()
3372 int32x4_t test_vqshlq_s32(int32x4_t a, int32x4_t b) { in test_vqshlq_s32()
3382 int64x2_t test_vqshlq_s64(int64x2_t a, int64x2_t b) { in test_vqshlq_s64()
3389 uint8x16_t test_vqshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqshlq_u8()
3399 uint16x8_t test_vqshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqshlq_u16()
3409 uint32x4_t test_vqshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqshlq_u32()
3419 uint64x2_t test_vqshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqshlq_u64()
3426 int8x8_t test_vrshl_s8(int8x8_t a, int8x8_t b) { in test_vrshl_s8()
3436 int16x4_t test_vrshl_s16(int16x4_t a, int16x4_t b) { in test_vrshl_s16()
3446 int32x2_t test_vrshl_s32(int32x2_t a, int32x2_t b) { in test_vrshl_s32()
3456 int64x1_t test_vrshl_s64(int64x1_t a, int64x1_t b) { in test_vrshl_s64()
3463 uint8x8_t test_vrshl_u8(uint8x8_t a, int8x8_t b) { in test_vrshl_u8()
3473 uint16x4_t test_vrshl_u16(uint16x4_t a, int16x4_t b) { in test_vrshl_u16()
3483 uint32x2_t test_vrshl_u32(uint32x2_t a, int32x2_t b) { in test_vrshl_u32()
3493 uint64x1_t test_vrshl_u64(uint64x1_t a, int64x1_t b) { in test_vrshl_u64()
3500 int8x16_t test_vrshlq_s8(int8x16_t a, int8x16_t b) { in test_vrshlq_s8()
3510 int16x8_t test_vrshlq_s16(int16x8_t a, int16x8_t b) { in test_vrshlq_s16()
3520 int32x4_t test_vrshlq_s32(int32x4_t a, int32x4_t b) { in test_vrshlq_s32()
3530 int64x2_t test_vrshlq_s64(int64x2_t a, int64x2_t b) { in test_vrshlq_s64()
3537 uint8x16_t test_vrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vrshlq_u8()
3547 uint16x8_t test_vrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vrshlq_u16()
3557 uint32x4_t test_vrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vrshlq_u32()
3567 uint64x2_t test_vrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vrshlq_u64()
3574 int8x8_t test_vqrshl_s8(int8x8_t a, int8x8_t b) { in test_vqrshl_s8()
3584 int16x4_t test_vqrshl_s16(int16x4_t a, int16x4_t b) { in test_vqrshl_s16()
3594 int32x2_t test_vqrshl_s32(int32x2_t a, int32x2_t b) { in test_vqrshl_s32()
3604 int64x1_t test_vqrshl_s64(int64x1_t a, int64x1_t b) { in test_vqrshl_s64()
3611 uint8x8_t test_vqrshl_u8(uint8x8_t a, int8x8_t b) { in test_vqrshl_u8()
3621 uint16x4_t test_vqrshl_u16(uint16x4_t a, int16x4_t b) { in test_vqrshl_u16()
3631 uint32x2_t test_vqrshl_u32(uint32x2_t a, int32x2_t b) { in test_vqrshl_u32()
3641 uint64x1_t test_vqrshl_u64(uint64x1_t a, int64x1_t b) { in test_vqrshl_u64()
3648 int8x16_t test_vqrshlq_s8(int8x16_t a, int8x16_t b) { in test_vqrshlq_s8()
3658 int16x8_t test_vqrshlq_s16(int16x8_t a, int16x8_t b) { in test_vqrshlq_s16()
3668 int32x4_t test_vqrshlq_s32(int32x4_t a, int32x4_t b) { in test_vqrshlq_s32()
3678 int64x2_t test_vqrshlq_s64(int64x2_t a, int64x2_t b) { in test_vqrshlq_s64()
3685 uint8x16_t test_vqrshlq_u8(uint8x16_t a, int8x16_t b) { in test_vqrshlq_u8()
3695 uint16x8_t test_vqrshlq_u16(uint16x8_t a, int16x8_t b) { in test_vqrshlq_u16()
3705 uint32x4_t test_vqrshlq_u32(uint32x4_t a, int32x4_t b) { in test_vqrshlq_u32()
3715 uint64x2_t test_vqrshlq_u64(uint64x2_t a, int64x2_t b) { in test_vqrshlq_u64()
3726 poly64x1_t test_vsli_n_p64(poly64x1_t a, poly64x1_t b) { in test_vsli_n_p64()
3737 poly64x2_t test_vsliq_n_p64(poly64x2_t a, poly64x2_t b) { in test_vsliq_n_p64()
3744 int8x8_t test_vmax_s8(int8x8_t a, int8x8_t b) { in test_vmax_s8()
3753 int16x4_t test_vmax_s16(int16x4_t a, int16x4_t b) { in test_vmax_s16()
3762 int32x2_t test_vmax_s32(int32x2_t a, int32x2_t b) { in test_vmax_s32()
3769 uint8x8_t test_vmax_u8(uint8x8_t a, uint8x8_t b) { in test_vmax_u8()
3778 uint16x4_t test_vmax_u16(uint16x4_t a, uint16x4_t b) { in test_vmax_u16()
3787 uint32x2_t test_vmax_u32(uint32x2_t a, uint32x2_t b) { in test_vmax_u32()
3796 float32x2_t test_vmax_f32(float32x2_t a, float32x2_t b) { in test_vmax_f32()
3803 int8x16_t test_vmaxq_s8(int8x16_t a, int8x16_t b) { in test_vmaxq_s8()
3812 int16x8_t test_vmaxq_s16(int16x8_t a, int16x8_t b) { in test_vmaxq_s16()
3821 int32x4_t test_vmaxq_s32(int32x4_t a, int32x4_t b) { in test_vmaxq_s32()
3828 uint8x16_t test_vmaxq_u8(uint8x16_t a, uint8x16_t b) { in test_vmaxq_u8()
3837 uint16x8_t test_vmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vmaxq_u16()
3846 uint32x4_t test_vmaxq_u32(uint32x4_t a, uint32x4_t b) { in test_vmaxq_u32()
3855 float32x4_t test_vmaxq_f32(float32x4_t a, float32x4_t b) { in test_vmaxq_f32()
3864 float64x2_t test_vmaxq_f64(float64x2_t a, float64x2_t b) { in test_vmaxq_f64()
3871 int8x8_t test_vmin_s8(int8x8_t a, int8x8_t b) { in test_vmin_s8()
3880 int16x4_t test_vmin_s16(int16x4_t a, int16x4_t b) { in test_vmin_s16()
3889 int32x2_t test_vmin_s32(int32x2_t a, int32x2_t b) { in test_vmin_s32()
3896 uint8x8_t test_vmin_u8(uint8x8_t a, uint8x8_t b) { in test_vmin_u8()
3905 uint16x4_t test_vmin_u16(uint16x4_t a, uint16x4_t b) { in test_vmin_u16()
3914 uint32x2_t test_vmin_u32(uint32x2_t a, uint32x2_t b) { in test_vmin_u32()
3923 float32x2_t test_vmin_f32(float32x2_t a, float32x2_t b) { in test_vmin_f32()
3930 int8x16_t test_vminq_s8(int8x16_t a, int8x16_t b) { in test_vminq_s8()
3939 int16x8_t test_vminq_s16(int16x8_t a, int16x8_t b) { in test_vminq_s16()
3948 int32x4_t test_vminq_s32(int32x4_t a, int32x4_t b) { in test_vminq_s32()
3955 uint8x16_t test_vminq_u8(uint8x16_t a, uint8x16_t b) { in test_vminq_u8()
3964 uint16x8_t test_vminq_u16(uint16x8_t a, uint16x8_t b) { in test_vminq_u16()
3973 uint32x4_t test_vminq_u32(uint32x4_t a, uint32x4_t b) { in test_vminq_u32()
3982 float32x4_t test_vminq_f32(float32x4_t a, float32x4_t b) { in test_vminq_f32()
3991 float64x2_t test_vminq_f64(float64x2_t a, float64x2_t b) { in test_vminq_f64()
4000 float32x2_t test_vmaxnm_f32(float32x2_t a, float32x2_t b) { in test_vmaxnm_f32()
4009 float32x4_t test_vmaxnmq_f32(float32x4_t a, float32x4_t b) { in test_vmaxnmq_f32()
4018 float64x2_t test_vmaxnmq_f64(float64x2_t a, float64x2_t b) { in test_vmaxnmq_f64()
4027 float32x2_t test_vminnm_f32(float32x2_t a, float32x2_t b) { in test_vminnm_f32()
4036 float32x4_t test_vminnmq_f32(float32x4_t a, float32x4_t b) { in test_vminnmq_f32()
4045 float64x2_t test_vminnmq_f64(float64x2_t a, float64x2_t b) { in test_vminnmq_f64()
4052 int8x8_t test_vpmax_s8(int8x8_t a, int8x8_t b) { in test_vpmax_s8()
4061 int16x4_t test_vpmax_s16(int16x4_t a, int16x4_t b) { in test_vpmax_s16()
4070 int32x2_t test_vpmax_s32(int32x2_t a, int32x2_t b) { in test_vpmax_s32()
4077 uint8x8_t test_vpmax_u8(uint8x8_t a, uint8x8_t b) { in test_vpmax_u8()
4086 uint16x4_t test_vpmax_u16(uint16x4_t a, uint16x4_t b) { in test_vpmax_u16()
4095 uint32x2_t test_vpmax_u32(uint32x2_t a, uint32x2_t b) { in test_vpmax_u32()
4104 float32x2_t test_vpmax_f32(float32x2_t a, float32x2_t b) { in test_vpmax_f32()
4111 int8x16_t test_vpmaxq_s8(int8x16_t a, int8x16_t b) { in test_vpmaxq_s8()
4120 int16x8_t test_vpmaxq_s16(int16x8_t a, int16x8_t b) { in test_vpmaxq_s16()
4129 int32x4_t test_vpmaxq_s32(int32x4_t a, int32x4_t b) { in test_vpmaxq_s32()
4136 uint8x16_t test_vpmaxq_u8(uint8x16_t a, uint8x16_t b) { in test_vpmaxq_u8()
4145 uint16x8_t test_vpmaxq_u16(uint16x8_t a, uint16x8_t b) { in test_vpmaxq_u16()
4154 uint32x4_t test_vpmaxq_u32(uint32x4_t a, uint32x4_t b) { in test_vpmaxq_u32()
4163 float32x4_t test_vpmaxq_f32(float32x4_t a, float32x4_t b) { in test_vpmaxq_f32()
4172 float64x2_t test_vpmaxq_f64(float64x2_t a, float64x2_t b) { in test_vpmaxq_f64()
4179 int8x8_t test_vpmin_s8(int8x8_t a, int8x8_t b) { in test_vpmin_s8()
4188 int16x4_t test_vpmin_s16(int16x4_t a, int16x4_t b) { in test_vpmin_s16()
4197 int32x2_t test_vpmin_s32(int32x2_t a, int32x2_t b) { in test_vpmin_s32()
4204 uint8x8_t test_vpmin_u8(uint8x8_t a, uint8x8_t b) { in test_vpmin_u8()
4213 uint16x4_t test_vpmin_u16(uint16x4_t a, uint16x4_t b) { in test_vpmin_u16()
4222 uint32x2_t test_vpmin_u32(uint32x2_t a, uint32x2_t b) { in test_vpmin_u32()
4231 float32x2_t test_vpmin_f32(float32x2_t a, float32x2_t b) { in test_vpmin_f32()
4238 int8x16_t test_vpminq_s8(int8x16_t a, int8x16_t b) { in test_vpminq_s8()
4247 int16x8_t test_vpminq_s16(int16x8_t a, int16x8_t b) { in test_vpminq_s16()
4256 int32x4_t test_vpminq_s32(int32x4_t a, int32x4_t b) { in test_vpminq_s32()
4263 uint8x16_t test_vpminq_u8(uint8x16_t a, uint8x16_t b) { in test_vpminq_u8()
4272 uint16x8_t test_vpminq_u16(uint16x8_t a, uint16x8_t b) { in test_vpminq_u16()
4281 uint32x4_t test_vpminq_u32(uint32x4_t a, uint32x4_t b) { in test_vpminq_u32()
4290 float32x4_t test_vpminq_f32(float32x4_t a, float32x4_t b) { in test_vpminq_f32()
4299 float64x2_t test_vpminq_f64(float64x2_t a, float64x2_t b) { in test_vpminq_f64()
4308 float32x2_t test_vpmaxnm_f32(float32x2_t a, float32x2_t b) { in test_vpmaxnm_f32()
4317 float32x4_t test_vpmaxnmq_f32(float32x4_t a, float32x4_t b) { in test_vpmaxnmq_f32()
4326 float64x2_t test_vpmaxnmq_f64(float64x2_t a, float64x2_t b) { in test_vpmaxnmq_f64()
4335 float32x2_t test_vpminnm_f32(float32x2_t a, float32x2_t b) { in test_vpminnm_f32()
4344 float32x4_t test_vpminnmq_f32(float32x4_t a, float32x4_t b) { in test_vpminnmq_f32()
4353 float64x2_t test_vpminnmq_f64(float64x2_t a, float64x2_t b) { in test_vpminnmq_f64()
4360 int8x8_t test_vpadd_s8(int8x8_t a, int8x8_t b) { in test_vpadd_s8()
4370 int16x4_t test_vpadd_s16(int16x4_t a, int16x4_t b) { in test_vpadd_s16()
4380 int32x2_t test_vpadd_s32(int32x2_t a, int32x2_t b) { in test_vpadd_s32()
4387 uint8x8_t test_vpadd_u8(uint8x8_t a, uint8x8_t b) { in test_vpadd_u8()
4397 uint16x4_t test_vpadd_u16(uint16x4_t a, uint16x4_t b) { in test_vpadd_u16()
4407 uint32x2_t test_vpadd_u32(uint32x2_t a, uint32x2_t b) { in test_vpadd_u32()
4417 float32x2_t test_vpadd_f32(float32x2_t a, float32x2_t b) { in test_vpadd_f32()
4424 int8x16_t test_vpaddq_s8(int8x16_t a, int8x16_t b) { in test_vpaddq_s8()
4434 int16x8_t test_vpaddq_s16(int16x8_t a, int16x8_t b) { in test_vpaddq_s16()
4444 int32x4_t test_vpaddq_s32(int32x4_t a, int32x4_t b) { in test_vpaddq_s32()
4451 uint8x16_t test_vpaddq_u8(uint8x16_t a, uint8x16_t b) { in test_vpaddq_u8()
4461 uint16x8_t test_vpaddq_u16(uint16x8_t a, uint16x8_t b) { in test_vpaddq_u16()
4471 uint32x4_t test_vpaddq_u32(uint32x4_t a, uint32x4_t b) { in test_vpaddq_u32()
4481 float32x4_t test_vpaddq_f32(float32x4_t a, float32x4_t b) { in test_vpaddq_f32()
4491 float64x2_t test_vpaddq_f64(float64x2_t a, float64x2_t b) { in test_vpaddq_f64()
4501 int16x4_t test_vqdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqdmulh_s16()
4511 int32x2_t test_vqdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqdmulh_s32()
4521 int16x8_t test_vqdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqdmulhq_s16()
4531 int32x4_t test_vqdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqdmulhq_s32()
4541 int16x4_t test_vqrdmulh_s16(int16x4_t a, int16x4_t b) { in test_vqrdmulh_s16()
4551 int32x2_t test_vqrdmulh_s32(int32x2_t a, int32x2_t b) { in test_vqrdmulh_s32()
4561 int16x8_t test_vqrdmulhq_s16(int16x8_t a, int16x8_t b) { in test_vqrdmulhq_s16()
4571 int32x4_t test_vqrdmulhq_s32(int32x4_t a, int32x4_t b) { in test_vqrdmulhq_s32()
4580 float32x2_t test_vmulx_f32(float32x2_t a, float32x2_t b) { in test_vmulx_f32()
4589 float32x4_t test_vmulxq_f32(float32x4_t a, float32x4_t b) { in test_vmulxq_f32()
4598 float64x2_t test_vmulxq_f64(float64x2_t a, float64x2_t b) { in test_vmulxq_f64()
4605 int8x8_t test_vshl_n_s8(int8x8_t a) { in test_vshl_n_s8()
4614 int16x4_t test_vshl_n_s16(int16x4_t a) { in test_vshl_n_s16()
4623 int32x2_t test_vshl_n_s32(int32x2_t a) { in test_vshl_n_s32()
4630 int8x16_t test_vshlq_n_s8(int8x16_t a) { in test_vshlq_n_s8()
4639 int16x8_t test_vshlq_n_s16(int16x8_t a) { in test_vshlq_n_s16()
4648 int32x4_t test_vshlq_n_s32(int32x4_t a) { in test_vshlq_n_s32()
4657 int64x2_t test_vshlq_n_s64(int64x2_t a) { in test_vshlq_n_s64()
4664 uint8x8_t test_vshl_n_u8(uint8x8_t a) { in test_vshl_n_u8()
4673 uint16x4_t test_vshl_n_u16(uint16x4_t a) { in test_vshl_n_u16()
4682 uint32x2_t test_vshl_n_u32(uint32x2_t a) { in test_vshl_n_u32()
4689 uint8x16_t test_vshlq_n_u8(uint8x16_t a) { in test_vshlq_n_u8()
4698 uint16x8_t test_vshlq_n_u16(uint16x8_t a) { in test_vshlq_n_u16()
4707 uint32x4_t test_vshlq_n_u32(uint32x4_t a) { in test_vshlq_n_u32()
4716 uint64x2_t test_vshlq_n_u64(uint64x2_t a) { in test_vshlq_n_u64()
4723 int8x8_t test_vshr_n_s8(int8x8_t a) { in test_vshr_n_s8()
4732 int16x4_t test_vshr_n_s16(int16x4_t a) { in test_vshr_n_s16()
4741 int32x2_t test_vshr_n_s32(int32x2_t a) { in test_vshr_n_s32()
4748 int8x16_t test_vshrq_n_s8(int8x16_t a) { in test_vshrq_n_s8()
4757 int16x8_t test_vshrq_n_s16(int16x8_t a) { in test_vshrq_n_s16()
4766 int32x4_t test_vshrq_n_s32(int32x4_t a) { in test_vshrq_n_s32()
4775 int64x2_t test_vshrq_n_s64(int64x2_t a) { in test_vshrq_n_s64()
4782 uint8x8_t test_vshr_n_u8(uint8x8_t a) { in test_vshr_n_u8()
4791 uint16x4_t test_vshr_n_u16(uint16x4_t a) { in test_vshr_n_u16()
4800 uint32x2_t test_vshr_n_u32(uint32x2_t a) { in test_vshr_n_u32()
4807 uint8x16_t test_vshrq_n_u8(uint8x16_t a) { in test_vshrq_n_u8()
4816 uint16x8_t test_vshrq_n_u16(uint16x8_t a) { in test_vshrq_n_u16()
4825 uint32x4_t test_vshrq_n_u32(uint32x4_t a) { in test_vshrq_n_u32()
4834 uint64x2_t test_vshrq_n_u64(uint64x2_t a) { in test_vshrq_n_u64()
4842 int8x8_t test_vsra_n_s8(int8x8_t a, int8x8_t b) { in test_vsra_n_s8()
4854 int16x4_t test_vsra_n_s16(int16x4_t a, int16x4_t b) { in test_vsra_n_s16()
4866 int32x2_t test_vsra_n_s32(int32x2_t a, int32x2_t b) { in test_vsra_n_s32()
4874 int8x16_t test_vsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vsraq_n_s8()
4886 int16x8_t test_vsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vsraq_n_s16()
4898 int32x4_t test_vsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vsraq_n_s32()
4910 int64x2_t test_vsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vsraq_n_s64()
4918 uint8x8_t test_vsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsra_n_u8()
4930 uint16x4_t test_vsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsra_n_u16()
4942 uint32x2_t test_vsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsra_n_u32()
4950 uint8x16_t test_vsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsraq_n_u8()
4962 uint16x8_t test_vsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsraq_n_u16()
4974 uint32x4_t test_vsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsraq_n_u32()
4986 uint64x2_t test_vsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsraq_n_u64()
4993 int8x8_t test_vrshr_n_s8(int8x8_t a) { in test_vrshr_n_s8()
5002 int16x4_t test_vrshr_n_s16(int16x4_t a) { in test_vrshr_n_s16()
5011 int32x2_t test_vrshr_n_s32(int32x2_t a) { in test_vrshr_n_s32()
5018 int8x16_t test_vrshrq_n_s8(int8x16_t a) { in test_vrshrq_n_s8()
5027 int16x8_t test_vrshrq_n_s16(int16x8_t a) { in test_vrshrq_n_s16()
5036 int32x4_t test_vrshrq_n_s32(int32x4_t a) { in test_vrshrq_n_s32()
5045 int64x2_t test_vrshrq_n_s64(int64x2_t a) { in test_vrshrq_n_s64()
5052 uint8x8_t test_vrshr_n_u8(uint8x8_t a) { in test_vrshr_n_u8()
5061 uint16x4_t test_vrshr_n_u16(uint16x4_t a) { in test_vrshr_n_u16()
5070 uint32x2_t test_vrshr_n_u32(uint32x2_t a) { in test_vrshr_n_u32()
5077 uint8x16_t test_vrshrq_n_u8(uint8x16_t a) { in test_vrshrq_n_u8()
5086 uint16x8_t test_vrshrq_n_u16(uint16x8_t a) { in test_vrshrq_n_u16()
5095 uint32x4_t test_vrshrq_n_u32(uint32x4_t a) { in test_vrshrq_n_u32()
5104 uint64x2_t test_vrshrq_n_u64(uint64x2_t a) { in test_vrshrq_n_u64()
5112 int8x8_t test_vrsra_n_s8(int8x8_t a, int8x8_t b) { in test_vrsra_n_s8()
5124 int16x4_t test_vrsra_n_s16(int16x4_t a, int16x4_t b) { in test_vrsra_n_s16()
5136 int32x2_t test_vrsra_n_s32(int32x2_t a, int32x2_t b) { in test_vrsra_n_s32()
5144 int8x16_t test_vrsraq_n_s8(int8x16_t a, int8x16_t b) { in test_vrsraq_n_s8()
5156 int16x8_t test_vrsraq_n_s16(int16x8_t a, int16x8_t b) { in test_vrsraq_n_s16()
5168 int32x4_t test_vrsraq_n_s32(int32x4_t a, int32x4_t b) { in test_vrsraq_n_s32()
5180 int64x2_t test_vrsraq_n_s64(int64x2_t a, int64x2_t b) { in test_vrsraq_n_s64()
5188 uint8x8_t test_vrsra_n_u8(uint8x8_t a, uint8x8_t b) { in test_vrsra_n_u8()
5200 uint16x4_t test_vrsra_n_u16(uint16x4_t a, uint16x4_t b) { in test_vrsra_n_u16()
5212 uint32x2_t test_vrsra_n_u32(uint32x2_t a, uint32x2_t b) { in test_vrsra_n_u32()
5220 uint8x16_t test_vrsraq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vrsraq_n_u8()
5232 uint16x8_t test_vrsraq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vrsraq_n_u16()
5244 uint32x4_t test_vrsraq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vrsraq_n_u32()
5256 uint64x2_t test_vrsraq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vrsraq_n_u64()
5263 int8x8_t test_vsri_n_s8(int8x8_t a, int8x8_t b) { in test_vsri_n_s8()
5274 int16x4_t test_vsri_n_s16(int16x4_t a, int16x4_t b) { in test_vsri_n_s16()
5285 int32x2_t test_vsri_n_s32(int32x2_t a, int32x2_t b) { in test_vsri_n_s32()
5292 int8x16_t test_vsriq_n_s8(int8x16_t a, int8x16_t b) { in test_vsriq_n_s8()
5303 int16x8_t test_vsriq_n_s16(int16x8_t a, int16x8_t b) { in test_vsriq_n_s16()
5314 int32x4_t test_vsriq_n_s32(int32x4_t a, int32x4_t b) { in test_vsriq_n_s32()
5325 int64x2_t test_vsriq_n_s64(int64x2_t a, int64x2_t b) { in test_vsriq_n_s64()
5332 uint8x8_t test_vsri_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsri_n_u8()
5343 uint16x4_t test_vsri_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsri_n_u16()
5354 uint32x2_t test_vsri_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsri_n_u32()
5361 uint8x16_t test_vsriq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsriq_n_u8()
5372 uint16x8_t test_vsriq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsriq_n_u16()
5383 uint32x4_t test_vsriq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsriq_n_u32()
5394 uint64x2_t test_vsriq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsriq_n_u64()
5401 poly8x8_t test_vsri_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsri_n_p8()
5412 poly16x4_t test_vsri_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsri_n_p16()
5419 poly8x16_t test_vsriq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsriq_n_p8()
5430 poly16x8_t test_vsriq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsriq_n_p16()
5437 int8x8_t test_vsli_n_s8(int8x8_t a, int8x8_t b) { in test_vsli_n_s8()
5448 int16x4_t test_vsli_n_s16(int16x4_t a, int16x4_t b) { in test_vsli_n_s16()
5459 int32x2_t test_vsli_n_s32(int32x2_t a, int32x2_t b) { in test_vsli_n_s32()
5466 int8x16_t test_vsliq_n_s8(int8x16_t a, int8x16_t b) { in test_vsliq_n_s8()
5477 int16x8_t test_vsliq_n_s16(int16x8_t a, int16x8_t b) { in test_vsliq_n_s16()
5488 int32x4_t test_vsliq_n_s32(int32x4_t a, int32x4_t b) { in test_vsliq_n_s32()
5499 int64x2_t test_vsliq_n_s64(int64x2_t a, int64x2_t b) { in test_vsliq_n_s64()
5506 uint8x8_t test_vsli_n_u8(uint8x8_t a, uint8x8_t b) { in test_vsli_n_u8()
5517 uint16x4_t test_vsli_n_u16(uint16x4_t a, uint16x4_t b) { in test_vsli_n_u16()
5528 uint32x2_t test_vsli_n_u32(uint32x2_t a, uint32x2_t b) { in test_vsli_n_u32()
5535 uint8x16_t test_vsliq_n_u8(uint8x16_t a, uint8x16_t b) { in test_vsliq_n_u8()
5546 uint16x8_t test_vsliq_n_u16(uint16x8_t a, uint16x8_t b) { in test_vsliq_n_u16()
5557 uint32x4_t test_vsliq_n_u32(uint32x4_t a, uint32x4_t b) { in test_vsliq_n_u32()
5568 uint64x2_t test_vsliq_n_u64(uint64x2_t a, uint64x2_t b) { in test_vsliq_n_u64()
5575 poly8x8_t test_vsli_n_p8(poly8x8_t a, poly8x8_t b) { in test_vsli_n_p8()
5586 poly16x4_t test_vsli_n_p16(poly16x4_t a, poly16x4_t b) { in test_vsli_n_p16()
5593 poly8x16_t test_vsliq_n_p8(poly8x16_t a, poly8x16_t b) { in test_vsliq_n_p8()
5604 poly16x8_t test_vsliq_n_p16(poly16x8_t a, poly16x8_t b) { in test_vsliq_n_p16()
5611 uint8x8_t test_vqshlu_n_s8(int8x8_t a) { in test_vqshlu_n_s8()
5620 uint16x4_t test_vqshlu_n_s16(int16x4_t a) { in test_vqshlu_n_s16()
5629 uint32x2_t test_vqshlu_n_s32(int32x2_t a) { in test_vqshlu_n_s32()
5636 uint8x16_t test_vqshluq_n_s8(int8x16_t a) { in test_vqshluq_n_s8()
5645 uint16x8_t test_vqshluq_n_s16(int16x8_t a) { in test_vqshluq_n_s16()
5654 uint32x4_t test_vqshluq_n_s32(int32x4_t a) { in test_vqshluq_n_s32()
5663 uint64x2_t test_vqshluq_n_s64(int64x2_t a) { in test_vqshluq_n_s64()
5673 int8x8_t test_vshrn_n_s16(int16x8_t a) { in test_vshrn_n_s16()
5683 int16x4_t test_vshrn_n_s32(int32x4_t a) { in test_vshrn_n_s32()
5693 int32x2_t test_vshrn_n_s64(int64x2_t a) { in test_vshrn_n_s64()
5703 uint8x8_t test_vshrn_n_u16(uint16x8_t a) { in test_vshrn_n_u16()
5713 uint16x4_t test_vshrn_n_u32(uint32x4_t a) { in test_vshrn_n_u32()
5723 uint32x2_t test_vshrn_n_u64(uint64x2_t a) { in test_vshrn_n_u64()
5734 int8x16_t test_vshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vshrn_high_n_s16()
5745 int16x8_t test_vshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vshrn_high_n_s32()
5756 int32x4_t test_vshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vshrn_high_n_s64()
5767 uint8x16_t test_vshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vshrn_high_n_u16()
5778 uint16x8_t test_vshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vshrn_high_n_u32()
5789 uint32x4_t test_vshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vshrn_high_n_u64()
5798 uint8x8_t test_vqshrun_n_s16(int16x8_t a) { in test_vqshrun_n_s16()
5807 uint16x4_t test_vqshrun_n_s32(int32x4_t a) { in test_vqshrun_n_s32()
5816 uint32x2_t test_vqshrun_n_s64(int64x2_t a) { in test_vqshrun_n_s64()
5826 int8x16_t test_vqshrun_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqshrun_high_n_s16()
5836 int16x8_t test_vqshrun_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqshrun_high_n_s32()
5846 int32x4_t test_vqshrun_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqshrun_high_n_s64()
5855 int8x8_t test_vrshrn_n_s16(int16x8_t a) { in test_vrshrn_n_s16()
5864 int16x4_t test_vrshrn_n_s32(int32x4_t a) { in test_vrshrn_n_s32()
5873 int32x2_t test_vrshrn_n_s64(int64x2_t a) { in test_vrshrn_n_s64()
5882 uint8x8_t test_vrshrn_n_u16(uint16x8_t a) { in test_vrshrn_n_u16()
5891 uint16x4_t test_vrshrn_n_u32(uint32x4_t a) { in test_vrshrn_n_u32()
5900 uint32x2_t test_vrshrn_n_u64(uint64x2_t a) { in test_vrshrn_n_u64()
5910 int8x16_t test_vrshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vrshrn_high_n_s16()
5920 int16x8_t test_vrshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vrshrn_high_n_s32()
5930 int32x4_t test_vrshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vrshrn_high_n_s64()
5940 uint8x16_t test_vrshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vrshrn_high_n_u16()
5950 uint16x8_t test_vrshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vrshrn_high_n_u32()
5960 uint32x4_t test_vrshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vrshrn_high_n_u64()
5969 uint8x8_t test_vqrshrun_n_s16(int16x8_t a) { in test_vqrshrun_n_s16()
5978 uint16x4_t test_vqrshrun_n_s32(int32x4_t a) { in test_vqrshrun_n_s32()
5987 uint32x2_t test_vqrshrun_n_s64(int64x2_t a) { in test_vqrshrun_n_s64()
5997 int8x16_t test_vqrshrun_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqrshrun_high_n_s16()
6007 int16x8_t test_vqrshrun_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqrshrun_high_n_s32()
6017 int32x4_t test_vqrshrun_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqrshrun_high_n_s64()
6026 int8x8_t test_vqshrn_n_s16(int16x8_t a) { in test_vqshrn_n_s16()
6035 int16x4_t test_vqshrn_n_s32(int32x4_t a) { in test_vqshrn_n_s32()
6044 int32x2_t test_vqshrn_n_s64(int64x2_t a) { in test_vqshrn_n_s64()
6053 uint8x8_t test_vqshrn_n_u16(uint16x8_t a) { in test_vqshrn_n_u16()
6062 uint16x4_t test_vqshrn_n_u32(uint32x4_t a) { in test_vqshrn_n_u32()
6071 uint32x2_t test_vqshrn_n_u64(uint64x2_t a) { in test_vqshrn_n_u64()
6081 int8x16_t test_vqshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqshrn_high_n_s16()
6091 int16x8_t test_vqshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqshrn_high_n_s32()
6101 int32x4_t test_vqshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqshrn_high_n_s64()
6111 uint8x16_t test_vqshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vqshrn_high_n_u16()
6121 uint16x8_t test_vqshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vqshrn_high_n_u32()
6131 uint32x4_t test_vqshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vqshrn_high_n_u64()
6140 int8x8_t test_vqrshrn_n_s16(int16x8_t a) { in test_vqrshrn_n_s16()
6149 int16x4_t test_vqrshrn_n_s32(int32x4_t a) { in test_vqrshrn_n_s32()
6158 int32x2_t test_vqrshrn_n_s64(int64x2_t a) { in test_vqrshrn_n_s64()
6167 uint8x8_t test_vqrshrn_n_u16(uint16x8_t a) { in test_vqrshrn_n_u16()
6176 uint16x4_t test_vqrshrn_n_u32(uint32x4_t a) { in test_vqrshrn_n_u32()
6185 uint32x2_t test_vqrshrn_n_u64(uint64x2_t a) { in test_vqrshrn_n_u64()
6195 int8x16_t test_vqrshrn_high_n_s16(int8x8_t a, int16x8_t b) { in test_vqrshrn_high_n_s16()
6205 int16x8_t test_vqrshrn_high_n_s32(int16x4_t a, int32x4_t b) { in test_vqrshrn_high_n_s32()
6215 int32x4_t test_vqrshrn_high_n_s64(int32x2_t a, int64x2_t b) { in test_vqrshrn_high_n_s64()
6225 uint8x16_t test_vqrshrn_high_n_u16(uint8x8_t a, uint16x8_t b) { in test_vqrshrn_high_n_u16()
6235 uint16x8_t test_vqrshrn_high_n_u32(uint16x4_t a, uint32x4_t b) { in test_vqrshrn_high_n_u32()
6245 uint32x4_t test_vqrshrn_high_n_u64(uint32x2_t a, uint64x2_t b) { in test_vqrshrn_high_n_u64()
6253 int16x8_t test_vshll_n_s8(int8x8_t a) { in test_vshll_n_s8()
6263 int32x4_t test_vshll_n_s16(int16x4_t a) { in test_vshll_n_s16()
6273 int64x2_t test_vshll_n_s32(int32x2_t a) { in test_vshll_n_s32()
6281 uint16x8_t test_vshll_n_u8(uint8x8_t a) { in test_vshll_n_u8()
6291 uint32x4_t test_vshll_n_u16(uint16x4_t a) { in test_vshll_n_u16()
6301 uint64x2_t test_vshll_n_u32(uint32x2_t a) { in test_vshll_n_u32()
6310 int16x8_t test_vshll_high_n_s8(int8x16_t a) { in test_vshll_high_n_s8()
6321 int32x4_t test_vshll_high_n_s16(int16x8_t a) { in test_vshll_high_n_s16()
6332 int64x2_t test_vshll_high_n_s32(int32x4_t a) { in test_vshll_high_n_s32()
6341 uint16x8_t test_vshll_high_n_u8(uint8x16_t a) { in test_vshll_high_n_u8()
6352 uint32x4_t test_vshll_high_n_u16(uint16x8_t a) { in test_vshll_high_n_u16()
6363 uint64x2_t test_vshll_high_n_u32(uint32x4_t a) { in test_vshll_high_n_u32()
6370 int16x8_t test_vmovl_s8(int8x8_t a) { in test_vmovl_s8()
6378 int32x4_t test_vmovl_s16(int16x4_t a) { in test_vmovl_s16()
6386 int64x2_t test_vmovl_s32(int32x2_t a) { in test_vmovl_s32()
6393 uint16x8_t test_vmovl_u8(uint8x8_t a) { in test_vmovl_u8()
6401 uint32x4_t test_vmovl_u16(uint16x4_t a) { in test_vmovl_u16()
6409 uint64x2_t test_vmovl_u32(uint32x2_t a) { in test_vmovl_u32()
6417 int16x8_t test_vmovl_high_s8(int8x16_t a) { in test_vmovl_high_s8()
6426 int32x4_t test_vmovl_high_s16(int16x8_t a) { in test_vmovl_high_s16()
6435 int64x2_t test_vmovl_high_s32(int32x4_t a) { in test_vmovl_high_s32()
6443 uint16x8_t test_vmovl_high_u8(uint8x16_t a) { in test_vmovl_high_u8()
6452 uint32x4_t test_vmovl_high_u16(uint16x8_t a) { in test_vmovl_high_u16()
6461 uint64x2_t test_vmovl_high_u32(uint32x4_t a) { in test_vmovl_high_u32()
6470 float32x2_t test_vcvt_n_f32_s32(int32x2_t a) { in test_vcvt_n_f32_s32()
6479 float32x4_t test_vcvtq_n_f32_s32(int32x4_t a) { in test_vcvtq_n_f32_s32()
6488 float64x2_t test_vcvtq_n_f64_s64(int64x2_t a) { in test_vcvtq_n_f64_s64()
6497 float32x2_t test_vcvt_n_f32_u32(uint32x2_t a) { in test_vcvt_n_f32_u32()
6506 float32x4_t test_vcvtq_n_f32_u32(uint32x4_t a) { in test_vcvtq_n_f32_u32()
6515 float64x2_t test_vcvtq_n_f64_u64(uint64x2_t a) { in test_vcvtq_n_f64_u64()
6524 int32x2_t test_vcvt_n_s32_f32(float32x2_t a) { in test_vcvt_n_s32_f32()
6533 int32x4_t test_vcvtq_n_s32_f32(float32x4_t a) { in test_vcvtq_n_s32_f32()
6542 int64x2_t test_vcvtq_n_s64_f64(float64x2_t a) { in test_vcvtq_n_s64_f64()
6551 uint32x2_t test_vcvt_n_u32_f32(float32x2_t a) { in test_vcvt_n_u32_f32()
6560 uint32x4_t test_vcvtq_n_u32_f32(float32x4_t a) { in test_vcvtq_n_u32_f32()
6569 uint64x2_t test_vcvtq_n_u64_f64(float64x2_t a) { in test_vcvtq_n_u64_f64()
6578 int16x8_t test_vaddl_s8(int8x8_t a, int8x8_t b) { in test_vaddl_s8()
6589 int32x4_t test_vaddl_s16(int16x4_t a, int16x4_t b) { in test_vaddl_s16()
6600 int64x2_t test_vaddl_s32(int32x2_t a, int32x2_t b) { in test_vaddl_s32()
6609 uint16x8_t test_vaddl_u8(uint8x8_t a, uint8x8_t b) { in test_vaddl_u8()
6620 uint32x4_t test_vaddl_u16(uint16x4_t a, uint16x4_t b) { in test_vaddl_u16()
6631 uint64x2_t test_vaddl_u32(uint32x2_t a, uint32x2_t b) { in test_vaddl_u32()
6642 int16x8_t test_vaddl_high_s8(int8x16_t a, int8x16_t b) { in test_vaddl_high_s8()
6655 int32x4_t test_vaddl_high_s16(int16x8_t a, int16x8_t b) { in test_vaddl_high_s16()
6668 int64x2_t test_vaddl_high_s32(int32x4_t a, int32x4_t b) { in test_vaddl_high_s32()
6679 uint16x8_t test_vaddl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vaddl_high_u8()
6692 uint32x4_t test_vaddl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vaddl_high_u16()
6705 uint64x2_t test_vaddl_high_u32(uint32x4_t a, uint32x4_t b) { in test_vaddl_high_u32()
6713 int16x8_t test_vaddw_s8(int16x8_t a, int8x8_t b) { in test_vaddw_s8()
6722 int32x4_t test_vaddw_s16(int32x4_t a, int16x4_t b) { in test_vaddw_s16()
6731 int64x2_t test_vaddw_s32(int64x2_t a, int32x2_t b) { in test_vaddw_s32()
6739 uint16x8_t test_vaddw_u8(uint16x8_t a, uint8x8_t b) { in test_vaddw_u8()
6748 uint32x4_t test_vaddw_u16(uint32x4_t a, uint16x4_t b) { in test_vaddw_u16()
6757 uint64x2_t test_vaddw_u32(uint64x2_t a, uint32x2_t b) { in test_vaddw_u32()
6766 int16x8_t test_vaddw_high_s8(int16x8_t a, int8x16_t b) { in test_vaddw_high_s8()
6776 int32x4_t test_vaddw_high_s16(int32x4_t a, int16x8_t b) { in test_vaddw_high_s16()
6786 int64x2_t test_vaddw_high_s32(int64x2_t a, int32x4_t b) { in test_vaddw_high_s32()
6795 uint16x8_t test_vaddw_high_u8(uint16x8_t a, uint8x16_t b) { in test_vaddw_high_u8()
6805 uint32x4_t test_vaddw_high_u16(uint32x4_t a, uint16x8_t b) { in test_vaddw_high_u16()
6815 uint64x2_t test_vaddw_high_u32(uint64x2_t a, uint32x4_t b) { in test_vaddw_high_u32()
6824 int16x8_t test_vsubl_s8(int8x8_t a, int8x8_t b) { in test_vsubl_s8()
6835 int32x4_t test_vsubl_s16(int16x4_t a, int16x4_t b) { in test_vsubl_s16()
6846 int64x2_t test_vsubl_s32(int32x2_t a, int32x2_t b) { in test_vsubl_s32()
6855 uint16x8_t test_vsubl_u8(uint8x8_t a, uint8x8_t b) { in test_vsubl_u8()
6866 uint32x4_t test_vsubl_u16(uint16x4_t a, uint16x4_t b) { in test_vsubl_u16()
6877 uint64x2_t test_vsubl_u32(uint32x2_t a, uint32x2_t b) { in test_vsubl_u32()
6888 int16x8_t test_vsubl_high_s8(int8x16_t a, int8x16_t b) { in test_vsubl_high_s8()
6901 int32x4_t test_vsubl_high_s16(int16x8_t a, int16x8_t b) { in test_vsubl_high_s16()
6914 int64x2_t test_vsubl_high_s32(int32x4_t a, int32x4_t b) { in test_vsubl_high_s32()
6925 uint16x8_t test_vsubl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vsubl_high_u8()
6938 uint32x4_t test_vsubl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vsubl_high_u16()
6951 uint64x2_t test_vsubl_high_u32(uint32x4_t a, uint32x4_t b) { in test_vsubl_high_u32()
6959 int16x8_t test_vsubw_s8(int16x8_t a, int8x8_t b) { in test_vsubw_s8()
6968 int32x4_t test_vsubw_s16(int32x4_t a, int16x4_t b) { in test_vsubw_s16()
6977 int64x2_t test_vsubw_s32(int64x2_t a, int32x2_t b) { in test_vsubw_s32()
6985 uint16x8_t test_vsubw_u8(uint16x8_t a, uint8x8_t b) { in test_vsubw_u8()
6994 uint32x4_t test_vsubw_u16(uint32x4_t a, uint16x4_t b) { in test_vsubw_u16()
7003 uint64x2_t test_vsubw_u32(uint64x2_t a, uint32x2_t b) { in test_vsubw_u32()
7012 int16x8_t test_vsubw_high_s8(int16x8_t a, int8x16_t b) { in test_vsubw_high_s8()
7022 int32x4_t test_vsubw_high_s16(int32x4_t a, int16x8_t b) { in test_vsubw_high_s16()
7032 int64x2_t test_vsubw_high_s32(int64x2_t a, int32x4_t b) { in test_vsubw_high_s32()
7041 uint16x8_t test_vsubw_high_u8(uint16x8_t a, uint8x16_t b) { in test_vsubw_high_u8()
7051 uint32x4_t test_vsubw_high_u16(uint32x4_t a, uint16x8_t b) { in test_vsubw_high_u16()
7061 uint64x2_t test_vsubw_high_u32(uint64x2_t a, uint32x4_t b) { in test_vsubw_high_u32()
7072 int8x8_t test_vaddhn_s16(int16x8_t a, int16x8_t b) { in test_vaddhn_s16()
7083 int16x4_t test_vaddhn_s32(int32x4_t a, int32x4_t b) { in test_vaddhn_s32()
7094 int32x2_t test_vaddhn_s64(int64x2_t a, int64x2_t b) { in test_vaddhn_s64()
7105 uint8x8_t test_vaddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vaddhn_u16()
7116 uint16x4_t test_vaddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vaddhn_u32()
7127 uint32x2_t test_vaddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vaddhn_u64()
7139 int8x16_t test_vaddhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vaddhn_high_s16()
7151 int16x8_t test_vaddhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vaddhn_high_s32()
7163 int32x4_t test_vaddhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vaddhn_high_s64()
7175 uint8x16_t test_vaddhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vaddhn_high_u16()
7187 uint16x8_t test_vaddhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vaddhn_high_u32()
7199 uint32x4_t test_vaddhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vaddhn_high_u64()
7208 int8x8_t test_vraddhn_s16(int16x8_t a, int16x8_t b) { in test_vraddhn_s16()
7218 int16x4_t test_vraddhn_s32(int32x4_t a, int32x4_t b) { in test_vraddhn_s32()
7228 int32x2_t test_vraddhn_s64(int64x2_t a, int64x2_t b) { in test_vraddhn_s64()
7237 uint8x8_t test_vraddhn_u16(uint16x8_t a, uint16x8_t b) { in test_vraddhn_u16()
7247 uint16x4_t test_vraddhn_u32(uint32x4_t a, uint32x4_t b) { in test_vraddhn_u32()
7257 uint32x2_t test_vraddhn_u64(uint64x2_t a, uint64x2_t b) { in test_vraddhn_u64()
7267 int8x16_t test_vraddhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vraddhn_high_s16()
7278 int16x8_t test_vraddhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vraddhn_high_s32()
7289 int32x4_t test_vraddhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vraddhn_high_s64()
7299 uint8x16_t test_vraddhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vraddhn_high_u16()
7310 uint16x8_t test_vraddhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vraddhn_high_u32()
7321 uint32x4_t test_vraddhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vraddhn_high_u64()
7332 int8x8_t test_vsubhn_s16(int16x8_t a, int16x8_t b) { in test_vsubhn_s16()
7343 int16x4_t test_vsubhn_s32(int32x4_t a, int32x4_t b) { in test_vsubhn_s32()
7354 int32x2_t test_vsubhn_s64(int64x2_t a, int64x2_t b) { in test_vsubhn_s64()
7365 uint8x8_t test_vsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vsubhn_u16()
7376 uint16x4_t test_vsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vsubhn_u32()
7387 uint32x2_t test_vsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vsubhn_u64()
7399 int8x16_t test_vsubhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vsubhn_high_s16()
7411 int16x8_t test_vsubhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vsubhn_high_s32()
7423 int32x4_t test_vsubhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vsubhn_high_s64()
7435 uint8x16_t test_vsubhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vsubhn_high_u16()
7447 uint16x8_t test_vsubhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vsubhn_high_u32()
7459 uint32x4_t test_vsubhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vsubhn_high_u64()
7468 int8x8_t test_vrsubhn_s16(int16x8_t a, int16x8_t b) { in test_vrsubhn_s16()
7478 int16x4_t test_vrsubhn_s32(int32x4_t a, int32x4_t b) { in test_vrsubhn_s32()
7488 int32x2_t test_vrsubhn_s64(int64x2_t a, int64x2_t b) { in test_vrsubhn_s64()
7497 uint8x8_t test_vrsubhn_u16(uint16x8_t a, uint16x8_t b) { in test_vrsubhn_u16()
7507 uint16x4_t test_vrsubhn_u32(uint32x4_t a, uint32x4_t b) { in test_vrsubhn_u32()
7517 uint32x2_t test_vrsubhn_u64(uint64x2_t a, uint64x2_t b) { in test_vrsubhn_u64()
7527 int8x16_t test_vrsubhn_high_s16(int8x8_t r, int16x8_t a, int16x8_t b) { in test_vrsubhn_high_s16()
7538 int16x8_t test_vrsubhn_high_s32(int16x4_t r, int32x4_t a, int32x4_t b) { in test_vrsubhn_high_s32()
7549 int32x4_t test_vrsubhn_high_s64(int32x2_t r, int64x2_t a, int64x2_t b) { in test_vrsubhn_high_s64()
7559 uint8x16_t test_vrsubhn_high_u16(uint8x8_t r, uint16x8_t a, uint16x8_t b) { in test_vrsubhn_high_u16()
7570 uint16x8_t test_vrsubhn_high_u32(uint16x4_t r, uint32x4_t a, uint32x4_t b) { in test_vrsubhn_high_u32()
7581 uint32x4_t test_vrsubhn_high_u64(uint32x2_t r, uint64x2_t a, uint64x2_t b) { in test_vrsubhn_high_u64()
7589 int16x8_t test_vabdl_s8(int8x8_t a, int8x8_t b) { in test_vabdl_s8()
7600 int32x4_t test_vabdl_s16(int16x4_t a, int16x4_t b) { in test_vabdl_s16()
7611 int64x2_t test_vabdl_s32(int32x2_t a, int32x2_t b) { in test_vabdl_s32()
7619 uint16x8_t test_vabdl_u8(uint8x8_t a, uint8x8_t b) { in test_vabdl_u8()
7630 uint32x4_t test_vabdl_u16(uint16x4_t a, uint16x4_t b) { in test_vabdl_u16()
7641 uint64x2_t test_vabdl_u32(uint32x2_t a, uint32x2_t b) { in test_vabdl_u32()
7650 int16x8_t test_vabal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vabal_s8()
7662 int32x4_t test_vabal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vabal_s16()
7674 int64x2_t test_vabal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vabal_s32()
7683 uint16x8_t test_vabal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vabal_u8()
7695 uint32x4_t test_vabal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vabal_u16()
7707 uint64x2_t test_vabal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vabal_u32()
7717 int16x8_t test_vabdl_high_s8(int8x16_t a, int8x16_t b) { in test_vabdl_high_s8()
7730 int32x4_t test_vabdl_high_s16(int16x8_t a, int16x8_t b) { in test_vabdl_high_s16()
7743 int64x2_t test_vabdl_high_s32(int32x4_t a, int32x4_t b) { in test_vabdl_high_s32()
7753 uint16x8_t test_vabdl_high_u8(uint8x16_t a, uint8x16_t b) { in test_vabdl_high_u8()
7766 uint32x4_t test_vabdl_high_u16(uint16x8_t a, uint16x8_t b) { in test_vabdl_high_u16()
7779 uint64x2_t test_vabdl_high_u32(uint32x4_t a, uint32x4_t b) { in test_vabdl_high_u32()
7790 int16x8_t test_vabal_high_s8(int16x8_t a, int8x16_t b, int8x16_t c) { in test_vabal_high_s8()
7804 int32x4_t test_vabal_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vabal_high_s16()
7818 int64x2_t test_vabal_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vabal_high_s32()
7829 uint16x8_t test_vabal_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vabal_high_u8()
7843 uint32x4_t test_vabal_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vabal_high_u16()
7857 uint64x2_t test_vabal_high_u32(uint64x2_t a, uint32x4_t b, uint32x4_t c) { in test_vabal_high_u32()
7864 int16x8_t test_vmull_s8(int8x8_t a, int8x8_t b) { in test_vmull_s8()
7873 int32x4_t test_vmull_s16(int16x4_t a, int16x4_t b) { in test_vmull_s16()
7882 int64x2_t test_vmull_s32(int32x2_t a, int32x2_t b) { in test_vmull_s32()
7889 uint16x8_t test_vmull_u8(uint8x8_t a, uint8x8_t b) { in test_vmull_u8()
7898 uint32x4_t test_vmull_u16(uint16x4_t a, uint16x4_t b) { in test_vmull_u16()
7907 uint64x2_t test_vmull_u32(uint32x2_t a, uint32x2_t b) { in test_vmull_u32()
7916 int16x8_t test_vmull_high_s8(int8x16_t a, int8x16_t b) { in test_vmull_high_s8()
7927 int32x4_t test_vmull_high_s16(int16x8_t a, int16x8_t b) { in test_vmull_high_s16()
7938 int64x2_t test_vmull_high_s32(int32x4_t a, int32x4_t b) { in test_vmull_high_s32()
7947 uint16x8_t test_vmull_high_u8(uint8x16_t a, uint8x16_t b) { in test_vmull_high_u8()
7958 uint32x4_t test_vmull_high_u16(uint16x8_t a, uint16x8_t b) { in test_vmull_high_u16()
7969 uint64x2_t test_vmull_high_u32(uint32x4_t a, uint32x4_t b) { in test_vmull_high_u32()
7977 int16x8_t test_vmlal_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlal_s8()
7987 int32x4_t test_vmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlal_s16()
7997 int64x2_t test_vmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlal_s32()
8005 uint16x8_t test_vmlal_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlal_u8()
8015 uint32x4_t test_vmlal_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlal_u16()
8025 uint64x2_t test_vmlal_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlal_u32()
8035 int16x8_t test_vmlal_high_s8(int16x8_t a, int8x16_t b, int8x16_t c) { in test_vmlal_high_s8()
8047 int32x4_t test_vmlal_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vmlal_high_s16()
8059 int64x2_t test_vmlal_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vmlal_high_s32()
8069 uint16x8_t test_vmlal_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vmlal_high_u8()
8081 uint32x4_t test_vmlal_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vmlal_high_u16()
8093 uint64x2_t test_vmlal_high_u32(uint64x2_t a, uint32x4_t b, uint32x4_t c) { in test_vmlal_high_u32()
8101 int16x8_t test_vmlsl_s8(int16x8_t a, int8x8_t b, int8x8_t c) { in test_vmlsl_s8()
8111 int32x4_t test_vmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vmlsl_s16()
8121 int64x2_t test_vmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vmlsl_s32()
8129 uint16x8_t test_vmlsl_u8(uint16x8_t a, uint8x8_t b, uint8x8_t c) { in test_vmlsl_u8()
8139 uint32x4_t test_vmlsl_u16(uint32x4_t a, uint16x4_t b, uint16x4_t c) { in test_vmlsl_u16()
8149 uint64x2_t test_vmlsl_u32(uint64x2_t a, uint32x2_t b, uint32x2_t c) { in test_vmlsl_u32()
8159 int16x8_t test_vmlsl_high_s8(int16x8_t a, int8x16_t b, int8x16_t c) { in test_vmlsl_high_s8()
8171 int32x4_t test_vmlsl_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vmlsl_high_s16()
8183 int64x2_t test_vmlsl_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vmlsl_high_s32()
8193 uint16x8_t test_vmlsl_high_u8(uint16x8_t a, uint8x16_t b, uint8x16_t c) { in test_vmlsl_high_u8()
8205 uint32x4_t test_vmlsl_high_u16(uint32x4_t a, uint16x8_t b, uint16x8_t c) { in test_vmlsl_high_u16()
8217 uint64x2_t test_vmlsl_high_u32(uint64x2_t a, uint32x4_t b, uint32x4_t c) { in test_vmlsl_high_u32()
8227 int32x4_t test_vqdmull_s16(int16x4_t a, int16x4_t b) { in test_vqdmull_s16()
8237 int64x2_t test_vqdmull_s32(int32x2_t a, int32x2_t b) { in test_vqdmull_s32()
8248 int32x4_t test_vqdmlal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlal_s16()
8259 int64x2_t test_vqdmlal_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlal_s32()
8270 int32x4_t test_vqdmlsl_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vqdmlsl_s16()
8281 int64x2_t test_vqdmlsl_s32(int64x2_t a, int32x2_t b, int32x2_t c) { in test_vqdmlsl_s32()
8293 int32x4_t test_vqdmull_high_s16(int16x8_t a, int16x8_t b) { in test_vqdmull_high_s16()
8305 int64x2_t test_vqdmull_high_s32(int32x4_t a, int32x4_t b) { in test_vqdmull_high_s32()
8318 int32x4_t test_vqdmlal_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vqdmlal_high_s16()
8331 int64x2_t test_vqdmlal_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vqdmlal_high_s32()
8344 int32x4_t test_vqdmlsl_high_s16(int32x4_t a, int16x8_t b, int16x8_t c) { in test_vqdmlsl_high_s16()
8357 int64x2_t test_vqdmlsl_high_s32(int64x2_t a, int32x4_t b, int32x4_t c) { in test_vqdmlsl_high_s32()
8364 poly16x8_t test_vmull_p8(poly8x8_t a, poly8x8_t b) { in test_vmull_p8()
8373 poly16x8_t test_vmull_high_p8(poly8x16_t a, poly8x16_t b) { in test_vmull_high_p8()
8380 int64_t test_vaddd_s64(int64_t a, int64_t b) { in test_vaddd_s64()
8387 uint64_t test_vaddd_u64(uint64_t a, uint64_t b) { in test_vaddd_u64()
8394 int64_t test_vsubd_s64(int64_t a, int64_t b) { in test_vsubd_s64()
8401 uint64_t test_vsubd_u64(uint64_t a, uint64_t b) { in test_vsubd_u64()
8411 int8_t test_vqaddb_s8(int8_t a, int8_t b) { in test_vqaddb_s8()
8421 int16_t test_vqaddh_s16(int16_t a, int16_t b) { in test_vqaddh_s16()
8428 int32_t test_vqadds_s32(int32_t a, int32_t b) { in test_vqadds_s32()
8435 int64_t test_vqaddd_s64(int64_t a, int64_t b) { in test_vqaddd_s64()
8445 uint8_t test_vqaddb_u8(uint8_t a, uint8_t b) { in test_vqaddb_u8()
8455 uint16_t test_vqaddh_u16(uint16_t a, uint16_t b) { in test_vqaddh_u16()
8462 uint32_t test_vqadds_u32(uint32_t a, uint32_t b) { in test_vqadds_u32()
8469 uint64_t test_vqaddd_u64(uint64_t a, uint64_t b) { in test_vqaddd_u64()
8479 int8_t test_vqsubb_s8(int8_t a, int8_t b) { in test_vqsubb_s8()
8489 int16_t test_vqsubh_s16(int16_t a, int16_t b) { in test_vqsubh_s16()
8496 int32_t test_vqsubs_s32(int32_t a, int32_t b) { in test_vqsubs_s32()
8503 int64_t test_vqsubd_s64(int64_t a, int64_t b) { in test_vqsubd_s64()
8513 uint8_t test_vqsubb_u8(uint8_t a, uint8_t b) { in test_vqsubb_u8()
8523 uint16_t test_vqsubh_u16(uint16_t a, uint16_t b) { in test_vqsubh_u16()
8530 uint32_t test_vqsubs_u32(uint32_t a, uint32_t b) { in test_vqsubs_u32()
8537 uint64_t test_vqsubd_u64(uint64_t a, uint64_t b) { in test_vqsubd_u64()
8544 int64_t test_vshld_s64(int64_t a, int64_t b) { in test_vshld_s64()
8551 uint64_t test_vshld_u64(uint64_t a, int64_t b) { in test_vshld_u64()
8561 int8_t test_vqshlb_s8(int8_t a, int8_t b) { in test_vqshlb_s8()
8571 int16_t test_vqshlh_s16(int16_t a, int16_t b) { in test_vqshlh_s16()
8578 int32_t test_vqshls_s32(int32_t a, int32_t b) { in test_vqshls_s32()
8585 int64_t test_vqshld_s64(int64_t a, int64_t b) { in test_vqshld_s64()
8595 uint8_t test_vqshlb_u8(uint8_t a, int8_t b) { in test_vqshlb_u8()
8605 uint16_t test_vqshlh_u16(uint16_t a, int16_t b) { in test_vqshlh_u16()
8612 uint32_t test_vqshls_u32(uint32_t a, int32_t b) { in test_vqshls_u32()
8619 uint64_t test_vqshld_u64(uint64_t a, int64_t b) { in test_vqshld_u64()
8626 int64_t test_vrshld_s64(int64_t a, int64_t b) { in test_vrshld_s64()
8633 uint64_t test_vrshld_u64(uint64_t a, int64_t b) { in test_vrshld_u64()
8643 int8_t test_vqrshlb_s8(int8_t a, int8_t b) { in test_vqrshlb_s8()
8653 int16_t test_vqrshlh_s16(int16_t a, int16_t b) { in test_vqrshlh_s16()
8660 int32_t test_vqrshls_s32(int32_t a, int32_t b) { in test_vqrshls_s32()
8667 int64_t test_vqrshld_s64(int64_t a, int64_t b) { in test_vqrshld_s64()
8677 uint8_t test_vqrshlb_u8(uint8_t a, int8_t b) { in test_vqrshlb_u8()
8687 uint16_t test_vqrshlh_u16(uint16_t a, int16_t b) { in test_vqrshlh_u16()
8694 uint32_t test_vqrshls_u32(uint32_t a, int32_t b) { in test_vqrshls_u32()
8701 uint64_t test_vqrshld_u64(uint64_t a, int64_t b) { in test_vqrshld_u64()
8708 int64_t test_vpaddd_s64(int64x2_t a) { in test_vpaddd_s64()
8717 float32_t test_vpadds_f32(float32x2_t a) { in test_vpadds_f32()
8726 float64_t test_vpaddd_f64(float64x2_t a) { in test_vpaddd_f64()
8733 float32_t test_vpmaxnms_f32(float32x2_t a) { in test_vpmaxnms_f32()
8740 float64_t test_vpmaxnmqd_f64(float64x2_t a) { in test_vpmaxnmqd_f64()
8747 float32_t test_vpmaxs_f32(float32x2_t a) { in test_vpmaxs_f32()
8754 float64_t test_vpmaxqd_f64(float64x2_t a) { in test_vpmaxqd_f64()
8761 float32_t test_vpminnms_f32(float32x2_t a) { in test_vpminnms_f32()
8768 float64_t test_vpminnmqd_f64(float64x2_t a) { in test_vpminnmqd_f64()
8775 float32_t test_vpmins_f32(float32x2_t a) { in test_vpmins_f32()
8782 float64_t test_vpminqd_f64(float64x2_t a) { in test_vpminqd_f64()
8792 int16_t test_vqdmulhh_s16(int16_t a, int16_t b) { in test_vqdmulhh_s16()
8799 int32_t test_vqdmulhs_s32(int32_t a, int32_t b) { in test_vqdmulhs_s32()
8809 int16_t test_vqrdmulhh_s16(int16_t a, int16_t b) { in test_vqrdmulhh_s16()
8816 int32_t test_vqrdmulhs_s32(int32_t a, int32_t b) { in test_vqrdmulhs_s32()
8823 float32_t test_vmulxs_f32(float32_t a, float32_t b) { in test_vmulxs_f32()
8830 float64_t test_vmulxd_f64(float64_t a, float64_t b) { in test_vmulxd_f64()
8839 float64x1_t test_vmulx_f64(float64x1_t a, float64x1_t b) { in test_vmulx_f64()
8846 float32_t test_vrecpss_f32(float32_t a, float32_t b) { in test_vrecpss_f32()
8853 float64_t test_vrecpsd_f64(float64_t a, float64_t b) { in test_vrecpsd_f64()
8860 float32_t test_vrsqrtss_f32(float32_t a, float32_t b) { in test_vrsqrtss_f32()
8867 float64_t test_vrsqrtsd_f64(float64_t a, float64_t b) { in test_vrsqrtsd_f64()
8874 float32_t test_vcvts_f32_s32(int32_t a) { in test_vcvts_f32_s32()
8881 float64_t test_vcvtd_f64_s64(int64_t a) { in test_vcvtd_f64_s64()
8888 float32_t test_vcvts_f32_u32(uint32_t a) { in test_vcvts_f32_u32()
8895 float64_t test_vcvtd_f64_u64(uint64_t a) { in test_vcvtd_f64_u64()
8902 float32_t test_vrecpes_f32(float32_t a) { in test_vrecpes_f32()
8909 float64_t test_vrecped_f64(float64_t a) { in test_vrecped_f64()
8916 float32_t test_vrecpxs_f32(float32_t a) { in test_vrecpxs_f32()
8923 float64_t test_vrecpxd_f64(float64_t a) { in test_vrecpxd_f64()
8931 uint32x2_t test_vrsqrte_u32(uint32x2_t a) { in test_vrsqrte_u32()
8939 uint32x4_t test_vrsqrteq_u32(uint32x4_t a) { in test_vrsqrteq_u32()
8946 float32_t test_vrsqrtes_f32(float32_t a) { in test_vrsqrtes_f32()
8953 float64_t test_vrsqrted_f64(float64_t a) { in test_vrsqrted_f64()
8961 uint8x16_t test_vld1q_u8(uint8_t const *a) { in test_vld1q_u8()
8970 uint16x8_t test_vld1q_u16(uint16_t const *a) { in test_vld1q_u16()
8979 uint32x4_t test_vld1q_u32(uint32_t const *a) { in test_vld1q_u32()
8988 uint64x2_t test_vld1q_u64(uint64_t const *a) { in test_vld1q_u64()
8996 int8x16_t test_vld1q_s8(int8_t const *a) { in test_vld1q_s8()
9005 int16x8_t test_vld1q_s16(int16_t const *a) { in test_vld1q_s16()
9014 int32x4_t test_vld1q_s32(int32_t const *a) { in test_vld1q_s32()
9023 int64x2_t test_vld1q_s64(int64_t const *a) { in test_vld1q_s64()
9032 float16x8_t test_vld1q_f16(float16_t const *a) { in test_vld1q_f16()
9041 float32x4_t test_vld1q_f32(float32_t const *a) { in test_vld1q_f32()
9050 float64x2_t test_vld1q_f64(float64_t const *a) { in test_vld1q_f64()
9058 poly8x16_t test_vld1q_p8(poly8_t const *a) { in test_vld1q_p8()
9067 poly16x8_t test_vld1q_p16(poly16_t const *a) { in test_vld1q_p16()
9075 uint8x8_t test_vld1_u8(uint8_t const *a) { in test_vld1_u8()
9084 uint16x4_t test_vld1_u16(uint16_t const *a) { in test_vld1_u16()
9093 uint32x2_t test_vld1_u32(uint32_t const *a) { in test_vld1_u32()
9102 uint64x1_t test_vld1_u64(uint64_t const *a) { in test_vld1_u64()
9110 int8x8_t test_vld1_s8(int8_t const *a) { in test_vld1_s8()
9119 int16x4_t test_vld1_s16(int16_t const *a) { in test_vld1_s16()
9128 int32x2_t test_vld1_s32(int32_t const *a) { in test_vld1_s32()
9137 int64x1_t test_vld1_s64(int64_t const *a) { in test_vld1_s64()
9146 float16x4_t test_vld1_f16(float16_t const *a) { in test_vld1_f16()
9155 float32x2_t test_vld1_f32(float32_t const *a) { in test_vld1_f32()
9164 float64x1_t test_vld1_f64(float64_t const *a) { in test_vld1_f64()
9172 poly8x8_t test_vld1_p8(poly8_t const *a) { in test_vld1_p8()
9181 poly16x4_t test_vld1_p16(poly16_t const *a) { in test_vld1_p16()
9189 uint8x8_t test_vld1_u8_void(void *a) { in test_vld1_u8_void()
9197 uint16x4_t test_vld1_u16_void(void *a) { in test_vld1_u16_void()
9205 uint32x2_t test_vld1_u32_void(void *a) { in test_vld1_u32_void()
9213 uint64x1_t test_vld1_u64_void(void *a) { in test_vld1_u64_void()
9221 int8x8_t test_vld1_s8_void(void *a) { in test_vld1_s8_void()
9229 int16x4_t test_vld1_s16_void(void *a) { in test_vld1_s16_void()
9237 int32x2_t test_vld1_s32_void(void *a) { in test_vld1_s32_void()
9245 int64x1_t test_vld1_s64_void(void *a) { in test_vld1_s64_void()
9253 float16x4_t test_vld1_f16_void(void *a) { in test_vld1_f16_void()
9261 float32x2_t test_vld1_f32_void(void *a) { in test_vld1_f32_void()
9269 float64x1_t test_vld1_f64_void(void *a) { in test_vld1_f64_void()
9277 poly8x8_t test_vld1_p8_void(void *a) { in test_vld1_p8_void()
9285 poly16x4_t test_vld1_p16_void(void *a) { in test_vld1_p16_void()
9302 uint8x16x2_t test_vld2q_u8(uint8_t const *a) { in test_vld2q_u8()
9320 uint16x8x2_t test_vld2q_u16(uint16_t const *a) { in test_vld2q_u16()
9338 uint32x4x2_t test_vld2q_u32(uint32_t const *a) { in test_vld2q_u32()
9356 uint64x2x2_t test_vld2q_u64(uint64_t const *a) { in test_vld2q_u64()
9373 int8x16x2_t test_vld2q_s8(int8_t const *a) { in test_vld2q_s8()
9391 int16x8x2_t test_vld2q_s16(int16_t const *a) { in test_vld2q_s16()
9409 int32x4x2_t test_vld2q_s32(int32_t const *a) { in test_vld2q_s32()
9427 int64x2x2_t test_vld2q_s64(int64_t const *a) { in test_vld2q_s64()
9445 float16x8x2_t test_vld2q_f16(float16_t const *a) { in test_vld2q_f16()
9463 float32x4x2_t test_vld2q_f32(float32_t const *a) { in test_vld2q_f32()
9481 float64x2x2_t test_vld2q_f64(float64_t const *a) { in test_vld2q_f64()
9498 poly8x16x2_t test_vld2q_p8(poly8_t const *a) { in test_vld2q_p8()
9516 poly16x8x2_t test_vld2q_p16(poly16_t const *a) { in test_vld2q_p16()
9533 uint8x8x2_t test_vld2_u8(uint8_t const *a) { in test_vld2_u8()
9551 uint16x4x2_t test_vld2_u16(uint16_t const *a) { in test_vld2_u16()
9569 uint32x2x2_t test_vld2_u32(uint32_t const *a) { in test_vld2_u32()
9587 uint64x1x2_t test_vld2_u64(uint64_t const *a) { in test_vld2_u64()
9604 int8x8x2_t test_vld2_s8(int8_t const *a) { in test_vld2_s8()
9622 int16x4x2_t test_vld2_s16(int16_t const *a) { in test_vld2_s16()
9640 int32x2x2_t test_vld2_s32(int32_t const *a) { in test_vld2_s32()
9658 int64x1x2_t test_vld2_s64(int64_t const *a) { in test_vld2_s64()
9676 float16x4x2_t test_vld2_f16(float16_t const *a) { in test_vld2_f16()
9694 float32x2x2_t test_vld2_f32(float32_t const *a) { in test_vld2_f32()
9712 float64x1x2_t test_vld2_f64(float64_t const *a) { in test_vld2_f64()
9729 poly8x8x2_t test_vld2_p8(poly8_t const *a) { in test_vld2_p8()
9747 poly16x4x2_t test_vld2_p16(poly16_t const *a) { in test_vld2_p16()
9764 uint8x16x3_t test_vld3q_u8(uint8_t const *a) { in test_vld3q_u8()
9782 uint16x8x3_t test_vld3q_u16(uint16_t const *a) { in test_vld3q_u16()
9800 uint32x4x3_t test_vld3q_u32(uint32_t const *a) { in test_vld3q_u32()
9818 uint64x2x3_t test_vld3q_u64(uint64_t const *a) { in test_vld3q_u64()
9835 int8x16x3_t test_vld3q_s8(int8_t const *a) { in test_vld3q_s8()
9853 int16x8x3_t test_vld3q_s16(int16_t const *a) { in test_vld3q_s16()
9871 int32x4x3_t test_vld3q_s32(int32_t const *a) { in test_vld3q_s32()
9889 int64x2x3_t test_vld3q_s64(int64_t const *a) { in test_vld3q_s64()
9907 float16x8x3_t test_vld3q_f16(float16_t const *a) { in test_vld3q_f16()
9925 float32x4x3_t test_vld3q_f32(float32_t const *a) { in test_vld3q_f32()
9943 float64x2x3_t test_vld3q_f64(float64_t const *a) { in test_vld3q_f64()
9960 poly8x16x3_t test_vld3q_p8(poly8_t const *a) { in test_vld3q_p8()
9978 poly16x8x3_t test_vld3q_p16(poly16_t const *a) { in test_vld3q_p16()
9995 uint8x8x3_t test_vld3_u8(uint8_t const *a) { in test_vld3_u8()
10013 uint16x4x3_t test_vld3_u16(uint16_t const *a) { in test_vld3_u16()
10031 uint32x2x3_t test_vld3_u32(uint32_t const *a) { in test_vld3_u32()
10049 uint64x1x3_t test_vld3_u64(uint64_t const *a) { in test_vld3_u64()
10066 int8x8x3_t test_vld3_s8(int8_t const *a) { in test_vld3_s8()
10084 int16x4x3_t test_vld3_s16(int16_t const *a) { in test_vld3_s16()
10102 int32x2x3_t test_vld3_s32(int32_t const *a) { in test_vld3_s32()
10120 int64x1x3_t test_vld3_s64(int64_t const *a) { in test_vld3_s64()
10138 float16x4x3_t test_vld3_f16(float16_t const *a) { in test_vld3_f16()
10156 float32x2x3_t test_vld3_f32(float32_t const *a) { in test_vld3_f32()
10174 float64x1x3_t test_vld3_f64(float64_t const *a) { in test_vld3_f64()
10191 poly8x8x3_t test_vld3_p8(poly8_t const *a) { in test_vld3_p8()
10209 poly16x4x3_t test_vld3_p16(poly16_t const *a) { in test_vld3_p16()
10226 uint8x16x4_t test_vld4q_u8(uint8_t const *a) { in test_vld4q_u8()
10244 uint16x8x4_t test_vld4q_u16(uint16_t const *a) { in test_vld4q_u16()
10262 uint32x4x4_t test_vld4q_u32(uint32_t const *a) { in test_vld4q_u32()
10280 uint64x2x4_t test_vld4q_u64(uint64_t const *a) { in test_vld4q_u64()
10297 int8x16x4_t test_vld4q_s8(int8_t const *a) { in test_vld4q_s8()
10315 int16x8x4_t test_vld4q_s16(int16_t const *a) { in test_vld4q_s16()
10333 int32x4x4_t test_vld4q_s32(int32_t const *a) { in test_vld4q_s32()
10351 int64x2x4_t test_vld4q_s64(int64_t const *a) { in test_vld4q_s64()
10369 float16x8x4_t test_vld4q_f16(float16_t const *a) { in test_vld4q_f16()
10387 float32x4x4_t test_vld4q_f32(float32_t const *a) { in test_vld4q_f32()
10405 float64x2x4_t test_vld4q_f64(float64_t const *a) { in test_vld4q_f64()
10422 poly8x16x4_t test_vld4q_p8(poly8_t const *a) { in test_vld4q_p8()
10440 poly16x8x4_t test_vld4q_p16(poly16_t const *a) { in test_vld4q_p16()
10457 uint8x8x4_t test_vld4_u8(uint8_t const *a) { in test_vld4_u8()
10475 uint16x4x4_t test_vld4_u16(uint16_t const *a) { in test_vld4_u16()
10493 uint32x2x4_t test_vld4_u32(uint32_t const *a) { in test_vld4_u32()
10511 uint64x1x4_t test_vld4_u64(uint64_t const *a) { in test_vld4_u64()
10528 int8x8x4_t test_vld4_s8(int8_t const *a) { in test_vld4_s8()
10546 int16x4x4_t test_vld4_s16(int16_t const *a) { in test_vld4_s16()
10564 int32x2x4_t test_vld4_s32(int32_t const *a) { in test_vld4_s32()
10582 int64x1x4_t test_vld4_s64(int64_t const *a) { in test_vld4_s64()
10600 float16x4x4_t test_vld4_f16(float16_t const *a) { in test_vld4_f16()
10618 float32x2x4_t test_vld4_f32(float32_t const *a) { in test_vld4_f32()
10636 float64x1x4_t test_vld4_f64(float64_t const *a) { in test_vld4_f64()
10653 poly8x8x4_t test_vld4_p8(poly8_t const *a) { in test_vld4_p8()
10671 poly16x4x4_t test_vld4_p16(poly16_t const *a) { in test_vld4_p16()
10679 void test_vst1q_u8(uint8_t *a, uint8x16_t b) { in test_vst1q_u8()
10690 void test_vst1q_u16(uint16_t *a, uint16x8_t b) { in test_vst1q_u16()
10701 void test_vst1q_u32(uint32_t *a, uint32x4_t b) { in test_vst1q_u32()
10712 void test_vst1q_u64(uint64_t *a, uint64x2_t b) { in test_vst1q_u64()
10720 void test_vst1q_s8(int8_t *a, int8x16_t b) { in test_vst1q_s8()
10731 void test_vst1q_s16(int16_t *a, int16x8_t b) { in test_vst1q_s16()
10742 void test_vst1q_s32(int32_t *a, int32x4_t b) { in test_vst1q_s32()
10753 void test_vst1q_s64(int64_t *a, int64x2_t b) { in test_vst1q_s64()
10764 void test_vst1q_f16(float16_t *a, float16x8_t b) { in test_vst1q_f16()
10775 void test_vst1q_f32(float32_t *a, float32x4_t b) { in test_vst1q_f32()
10786 void test_vst1q_f64(float64_t *a, float64x2_t b) { in test_vst1q_f64()
10794 void test_vst1q_p8(poly8_t *a, poly8x16_t b) { in test_vst1q_p8()
10805 void test_vst1q_p16(poly16_t *a, poly16x8_t b) { in test_vst1q_p16()
10813 void test_vst1_u8(uint8_t *a, uint8x8_t b) { in test_vst1_u8()
10824 void test_vst1_u16(uint16_t *a, uint16x4_t b) { in test_vst1_u16()
10835 void test_vst1_u32(uint32_t *a, uint32x2_t b) { in test_vst1_u32()
10846 void test_vst1_u64(uint64_t *a, uint64x1_t b) { in test_vst1_u64()
10854 void test_vst1_s8(int8_t *a, int8x8_t b) { in test_vst1_s8()
10865 void test_vst1_s16(int16_t *a, int16x4_t b) { in test_vst1_s16()
10876 void test_vst1_s32(int32_t *a, int32x2_t b) { in test_vst1_s32()
10887 void test_vst1_s64(int64_t *a, int64x1_t b) { in test_vst1_s64()
10898 void test_vst1_f16(float16_t *a, float16x4_t b) { in test_vst1_f16()
10909 void test_vst1_f32(float32_t *a, float32x2_t b) { in test_vst1_f32()
10920 void test_vst1_f64(float64_t *a, float64x1_t b) { in test_vst1_f64()
10928 void test_vst1_p8(poly8_t *a, poly8x8_t b) { in test_vst1_p8()
10939 void test_vst1_p16(poly16_t *a, poly16x4_t b) { in test_vst1_p16()
10959 void test_vst2q_u8(uint8_t *a, uint8x16x2_t b) { in test_vst2q_u8()
10984 void test_vst2q_u16(uint16_t *a, uint16x8x2_t b) { in test_vst2q_u16()
11009 void test_vst2q_u32(uint32_t *a, uint32x4x2_t b) { in test_vst2q_u32()
11034 void test_vst2q_u64(uint64_t *a, uint64x2x2_t b) { in test_vst2q_u64()
11054 void test_vst2q_s8(int8_t *a, int8x16x2_t b) { in test_vst2q_s8()
11079 void test_vst2q_s16(int16_t *a, int16x8x2_t b) { in test_vst2q_s16()
11104 void test_vst2q_s32(int32_t *a, int32x4x2_t b) { in test_vst2q_s32()
11129 void test_vst2q_s64(int64_t *a, int64x2x2_t b) { in test_vst2q_s64()
11154 void test_vst2q_f16(float16_t *a, float16x8x2_t b) { in test_vst2q_f16()
11179 void test_vst2q_f32(float32_t *a, float32x4x2_t b) { in test_vst2q_f32()
11204 void test_vst2q_f64(float64_t *a, float64x2x2_t b) { in test_vst2q_f64()
11224 void test_vst2q_p8(poly8_t *a, poly8x16x2_t b) { in test_vst2q_p8()
11249 void test_vst2q_p16(poly16_t *a, poly16x8x2_t b) { in test_vst2q_p16()
11269 void test_vst2_u8(uint8_t *a, uint8x8x2_t b) { in test_vst2_u8()
11294 void test_vst2_u16(uint16_t *a, uint16x4x2_t b) { in test_vst2_u16()
11319 void test_vst2_u32(uint32_t *a, uint32x2x2_t b) { in test_vst2_u32()
11344 void test_vst2_u64(uint64_t *a, uint64x1x2_t b) { in test_vst2_u64()
11364 void test_vst2_s8(int8_t *a, int8x8x2_t b) { in test_vst2_s8()
11389 void test_vst2_s16(int16_t *a, int16x4x2_t b) { in test_vst2_s16()
11414 void test_vst2_s32(int32_t *a, int32x2x2_t b) { in test_vst2_s32()
11439 void test_vst2_s64(int64_t *a, int64x1x2_t b) { in test_vst2_s64()
11464 void test_vst2_f16(float16_t *a, float16x4x2_t b) { in test_vst2_f16()
11489 void test_vst2_f32(float32_t *a, float32x2x2_t b) { in test_vst2_f32()
11514 void test_vst2_f64(float64_t *a, float64x1x2_t b) { in test_vst2_f64()
11534 void test_vst2_p8(poly8_t *a, poly8x8x2_t b) { in test_vst2_p8()
11559 void test_vst2_p16(poly16_t *a, poly16x4x2_t b) { in test_vst2_p16()
11582 void test_vst3q_u8(uint8_t *a, uint8x16x3_t b) { in test_vst3q_u8()
11612 void test_vst3q_u16(uint16_t *a, uint16x8x3_t b) { in test_vst3q_u16()
11642 void test_vst3q_u32(uint32_t *a, uint32x4x3_t b) { in test_vst3q_u32()
11672 void test_vst3q_u64(uint64_t *a, uint64x2x3_t b) { in test_vst3q_u64()
11695 void test_vst3q_s8(int8_t *a, int8x16x3_t b) { in test_vst3q_s8()
11725 void test_vst3q_s16(int16_t *a, int16x8x3_t b) { in test_vst3q_s16()
11755 void test_vst3q_s32(int32_t *a, int32x4x3_t b) { in test_vst3q_s32()
11785 void test_vst3q_s64(int64_t *a, int64x2x3_t b) { in test_vst3q_s64()
11815 void test_vst3q_f16(float16_t *a, float16x8x3_t b) { in test_vst3q_f16()
11845 void test_vst3q_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_f32()
11875 void test_vst3q_f64(float64_t *a, float64x2x3_t b) { in test_vst3q_f64()
11898 void test_vst3q_p8(poly8_t *a, poly8x16x3_t b) { in test_vst3q_p8()
11928 void test_vst3q_p16(poly16_t *a, poly16x8x3_t b) { in test_vst3q_p16()
11951 void test_vst3_u8(uint8_t *a, uint8x8x3_t b) { in test_vst3_u8()
11981 void test_vst3_u16(uint16_t *a, uint16x4x3_t b) { in test_vst3_u16()
12011 void test_vst3_u32(uint32_t *a, uint32x2x3_t b) { in test_vst3_u32()
12041 void test_vst3_u64(uint64_t *a, uint64x1x3_t b) { in test_vst3_u64()
12064 void test_vst3_s8(int8_t *a, int8x8x3_t b) { in test_vst3_s8()
12094 void test_vst3_s16(int16_t *a, int16x4x3_t b) { in test_vst3_s16()
12124 void test_vst3_s32(int32_t *a, int32x2x3_t b) { in test_vst3_s32()
12154 void test_vst3_s64(int64_t *a, int64x1x3_t b) { in test_vst3_s64()
12184 void test_vst3_f16(float16_t *a, float16x4x3_t b) { in test_vst3_f16()
12214 void test_vst3_f32(float32_t *a, float32x2x3_t b) { in test_vst3_f32()
12244 void test_vst3_f64(float64_t *a, float64x1x3_t b) { in test_vst3_f64()
12267 void test_vst3_p8(poly8_t *a, poly8x8x3_t b) { in test_vst3_p8()
12297 void test_vst3_p16(poly16_t *a, poly16x4x3_t b) { in test_vst3_p16()
12323 void test_vst4q_u8(uint8_t *a, uint8x16x4_t b) { in test_vst4q_u8()
12358 void test_vst4q_u16(uint16_t *a, uint16x8x4_t b) { in test_vst4q_u16()
12393 void test_vst4q_u32(uint32_t *a, uint32x4x4_t b) { in test_vst4q_u32()
12428 void test_vst4q_u64(uint64_t *a, uint64x2x4_t b) { in test_vst4q_u64()
12454 void test_vst4q_s8(int8_t *a, int8x16x4_t b) { in test_vst4q_s8()
12489 void test_vst4q_s16(int16_t *a, int16x8x4_t b) { in test_vst4q_s16()
12524 void test_vst4q_s32(int32_t *a, int32x4x4_t b) { in test_vst4q_s32()
12559 void test_vst4q_s64(int64_t *a, int64x2x4_t b) { in test_vst4q_s64()
12594 void test_vst4q_f16(float16_t *a, float16x8x4_t b) { in test_vst4q_f16()
12629 void test_vst4q_f32(float32_t *a, float32x4x4_t b) { in test_vst4q_f32()
12664 void test_vst4q_f64(float64_t *a, float64x2x4_t b) { in test_vst4q_f64()
12690 void test_vst4q_p8(poly8_t *a, poly8x16x4_t b) { in test_vst4q_p8()
12725 void test_vst4q_p16(poly16_t *a, poly16x8x4_t b) { in test_vst4q_p16()
12751 void test_vst4_u8(uint8_t *a, uint8x8x4_t b) { in test_vst4_u8()
12786 void test_vst4_u16(uint16_t *a, uint16x4x4_t b) { in test_vst4_u16()
12821 void test_vst4_u32(uint32_t *a, uint32x2x4_t b) { in test_vst4_u32()
12856 void test_vst4_u64(uint64_t *a, uint64x1x4_t b) { in test_vst4_u64()
12882 void test_vst4_s8(int8_t *a, int8x8x4_t b) { in test_vst4_s8()
12917 void test_vst4_s16(int16_t *a, int16x4x4_t b) { in test_vst4_s16()
12952 void test_vst4_s32(int32_t *a, int32x2x4_t b) { in test_vst4_s32()
12987 void test_vst4_s64(int64_t *a, int64x1x4_t b) { in test_vst4_s64()
13022 void test_vst4_f16(float16_t *a, float16x4x4_t b) { in test_vst4_f16()
13057 void test_vst4_f32(float32_t *a, float32x2x4_t b) { in test_vst4_f32()
13092 void test_vst4_f64(float64_t *a, float64x1x4_t b) { in test_vst4_f64()
13118 void test_vst4_p8(poly8_t *a, poly8x8x4_t b) { in test_vst4_p8()
13153 void test_vst4_p16(poly16_t *a, poly16x4x4_t b) { in test_vst4_p16()
13171 float64x2x2_t test_vld1q_f64_x2(float64_t const *a) { in test_vld1q_f64_x2()
13189 poly64x2x2_t test_vld1q_p64_x2(poly64_t const *a) { in test_vld1q_p64_x2()
13207 float64x1x2_t test_vld1_f64_x2(float64_t const *a) { in test_vld1_f64_x2()
13225 poly64x1x2_t test_vld1_p64_x2(poly64_t const *a) { in test_vld1_p64_x2()
13243 float64x2x3_t test_vld1q_f64_x3(float64_t const *a) { in test_vld1q_f64_x3()
13261 poly64x2x3_t test_vld1q_p64_x3(poly64_t const *a) { in test_vld1q_p64_x3()
13279 float64x1x3_t test_vld1_f64_x3(float64_t const *a) { in test_vld1_f64_x3()
13297 poly64x1x3_t test_vld1_p64_x3(poly64_t const *a) { in test_vld1_p64_x3()
13315 float64x2x4_t test_vld1q_f64_x4(float64_t const *a) { in test_vld1q_f64_x4()
13333 poly64x2x4_t test_vld1q_p64_x4(poly64_t const *a) { in test_vld1q_p64_x4()
13351 float64x1x4_t test_vld1_f64_x4(float64_t const *a) { in test_vld1_f64_x4()
13369 poly64x1x4_t test_vld1_p64_x4(poly64_t const *a) { in test_vld1_p64_x4()
13395 void test_vst1q_f64_x2(float64_t *a, float64x2x2_t b) { in test_vst1q_f64_x2()
13421 void test_vst1q_p64_x2(poly64_t *a, poly64x2x2_t b) { in test_vst1q_p64_x2()
13447 void test_vst1_f64_x2(float64_t *a, float64x1x2_t b) { in test_vst1_f64_x2()
13473 void test_vst1_p64_x2(poly64_t *a, poly64x1x2_t b) { in test_vst1_p64_x2()
13504 void test_vst1q_f64_x3(float64_t *a, float64x2x3_t b) { in test_vst1q_f64_x3()
13535 void test_vst1q_p64_x3(poly64_t *a, poly64x2x3_t b) { in test_vst1q_p64_x3()
13566 void test_vst1_f64_x3(float64_t *a, float64x1x3_t b) { in test_vst1_f64_x3()
13597 void test_vst1_p64_x3(poly64_t *a, poly64x1x3_t b) { in test_vst1_p64_x3()
13633 void test_vst1q_f64_x4(float64_t *a, float64x2x4_t b) { in test_vst1q_f64_x4()
13669 void test_vst1q_p64_x4(poly64_t *a, poly64x2x4_t b) { in test_vst1q_p64_x4()
13705 void test_vst1_f64_x4(float64_t *a, float64x1x4_t b) { in test_vst1_f64_x4()
13741 void test_vst1_p64_x4(poly64_t *a, poly64x1x4_t b) { in test_vst1_p64_x4()
13749 uint64_t test_vceqd_s64(int64_t a, int64_t b) { in test_vceqd_s64()
13757 uint64_t test_vceqd_u64(uint64_t a, uint64_t b) { in test_vceqd_u64()
13765 uint64_t test_vceqzd_s64(int64_t a) { in test_vceqzd_s64()
13773 int64_t test_vceqzd_u64(int64_t a) { in test_vceqzd_u64()
13781 uint64_t test_vcged_s64(int64_t a, int64_t b) { in test_vcged_s64()
13789 uint64_t test_vcged_u64(uint64_t a, uint64_t b) { in test_vcged_u64()
13797 uint64_t test_vcgezd_s64(int64_t a) { in test_vcgezd_s64()
13805 uint64_t test_vcgtd_s64(int64_t a, int64_t b) { in test_vcgtd_s64()
13813 uint64_t test_vcgtd_u64(uint64_t a, uint64_t b) { in test_vcgtd_u64()
13821 uint64_t test_vcgtzd_s64(int64_t a) { in test_vcgtzd_s64()
13829 uint64_t test_vcled_s64(int64_t a, int64_t b) { in test_vcled_s64()
13837 uint64_t test_vcled_u64(uint64_t a, uint64_t b) { in test_vcled_u64()
13845 uint64_t test_vclezd_s64(int64_t a) { in test_vclezd_s64()
13853 uint64_t test_vcltd_s64(int64_t a, int64_t b) { in test_vcltd_s64()
13861 uint64_t test_vcltd_u64(uint64_t a, uint64_t b) { in test_vcltd_u64()
13869 uint64_t test_vcltzd_s64(int64_t a) { in test_vcltzd_s64()
13878 uint64_t test_vtstd_s64(int64_t a, int64_t b) { in test_vtstd_s64()
13887 uint64_t test_vtstd_u64(uint64_t a, uint64_t b) { in test_vtstd_u64()
13894 int64_t test_vabsd_s64(int64_t a) { in test_vabsd_s64()
13903 int8_t test_vqabsb_s8(int8_t a) { in test_vqabsb_s8()
13912 int16_t test_vqabsh_s16(int16_t a) { in test_vqabsh_s16()
13919 int32_t test_vqabss_s32(int32_t a) { in test_vqabss_s32()
13926 int64_t test_vqabsd_s64(int64_t a) { in test_vqabsd_s64()
13933 int64_t test_vnegd_s64(int64_t a) { in test_vnegd_s64()
13942 int8_t test_vqnegb_s8(int8_t a) { in test_vqnegb_s8()
13951 int16_t test_vqnegh_s16(int16_t a) { in test_vqnegh_s16()
13958 int32_t test_vqnegs_s32(int32_t a) { in test_vqnegs_s32()
13965 int64_t test_vqnegd_s64(int64_t a) { in test_vqnegd_s64()
13975 int8_t test_vuqaddb_s8(int8_t a, uint8_t b) { in test_vuqaddb_s8()
13985 int16_t test_vuqaddh_s16(int16_t a, uint16_t b) { in test_vuqaddh_s16()
13992 int32_t test_vuqadds_s32(int32_t a, uint32_t b) { in test_vuqadds_s32()
13999 int64_t test_vuqaddd_s64(int64_t a, uint64_t b) { in test_vuqaddd_s64()
14009 uint8_t test_vsqaddb_u8(uint8_t a, int8_t b) { in test_vsqaddb_u8()
14019 uint16_t test_vsqaddh_u16(uint16_t a, int16_t b) { in test_vsqaddh_u16()
14026 uint32_t test_vsqadds_u32(uint32_t a, int32_t b) { in test_vsqadds_u32()
14033 uint64_t test_vsqaddd_u64(uint64_t a, int64_t b) { in test_vsqaddd_u64()
14044 int32_t test_vqdmlalh_s16(int32_t a, int16_t b, int16_t c) { in test_vqdmlalh_s16()
14052 int64_t test_vqdmlals_s32(int64_t a, int32_t b, int32_t c) { in test_vqdmlals_s32()
14063 int32_t test_vqdmlslh_s16(int32_t a, int16_t b, int16_t c) { in test_vqdmlslh_s16()
14071 int64_t test_vqdmlsls_s32(int64_t a, int32_t b, int32_t c) { in test_vqdmlsls_s32()
14081 int32_t test_vqdmullh_s16(int16_t a, int16_t b) { in test_vqdmullh_s16()
14088 int64_t test_vqdmulls_s32(int32_t a, int32_t b) { in test_vqdmulls_s32()
14097 uint8_t test_vqmovunh_s16(int16_t a) { in test_vqmovunh_s16()
14106 uint16_t test_vqmovuns_s32(int32_t a) { in test_vqmovuns_s32()
14113 uint32_t test_vqmovund_s64(int64_t a) { in test_vqmovund_s64()
14122 int8_t test_vqmovnh_s16(int16_t a) { in test_vqmovnh_s16()
14131 int16_t test_vqmovns_s32(int32_t a) { in test_vqmovns_s32()
14138 int32_t test_vqmovnd_s64(int64_t a) { in test_vqmovnd_s64()
14147 int8_t test_vqmovnh_u16(int16_t a) { in test_vqmovnh_u16()
14156 int16_t test_vqmovns_u32(int32_t a) { in test_vqmovns_u32()
14163 int32_t test_vqmovnd_u64(int64_t a) { in test_vqmovnd_u64()
14171 uint32_t test_vceqs_f32(float32_t a, float32_t b) { in test_vceqs_f32()
14179 uint64_t test_vceqd_f64(float64_t a, float64_t b) { in test_vceqd_f64()
14187 uint32_t test_vceqzs_f32(float32_t a) { in test_vceqzs_f32()
14195 uint64_t test_vceqzd_f64(float64_t a) { in test_vceqzd_f64()
14203 uint32_t test_vcges_f32(float32_t a, float32_t b) { in test_vcges_f32()
14211 uint64_t test_vcged_f64(float64_t a, float64_t b) { in test_vcged_f64()
14219 uint32_t test_vcgezs_f32(float32_t a) { in test_vcgezs_f32()
14227 uint64_t test_vcgezd_f64(float64_t a) { in test_vcgezd_f64()
14235 uint32_t test_vcgts_f32(float32_t a, float32_t b) { in test_vcgts_f32()
14243 uint64_t test_vcgtd_f64(float64_t a, float64_t b) { in test_vcgtd_f64()
14251 uint32_t test_vcgtzs_f32(float32_t a) { in test_vcgtzs_f32()
14259 uint64_t test_vcgtzd_f64(float64_t a) { in test_vcgtzd_f64()
14267 uint32_t test_vcles_f32(float32_t a, float32_t b) { in test_vcles_f32()
14275 uint64_t test_vcled_f64(float64_t a, float64_t b) { in test_vcled_f64()
14283 uint32_t test_vclezs_f32(float32_t a) { in test_vclezs_f32()
14291 uint64_t test_vclezd_f64(float64_t a) { in test_vclezd_f64()
14299 uint32_t test_vclts_f32(float32_t a, float32_t b) { in test_vclts_f32()
14307 uint64_t test_vcltd_f64(float64_t a, float64_t b) { in test_vcltd_f64()
14315 uint32_t test_vcltzs_f32(float32_t a) { in test_vcltzs_f32()
14323 uint64_t test_vcltzd_f64(float64_t a) { in test_vcltzd_f64()
14330 uint32_t test_vcages_f32(float32_t a, float32_t b) { in test_vcages_f32()
14337 uint64_t test_vcaged_f64(float64_t a, float64_t b) { in test_vcaged_f64()
14344 uint32_t test_vcagts_f32(float32_t a, float32_t b) { in test_vcagts_f32()
14351 uint64_t test_vcagtd_f64(float64_t a, float64_t b) { in test_vcagtd_f64()
14358 uint32_t test_vcales_f32(float32_t a, float32_t b) { in test_vcales_f32()
14365 uint64_t test_vcaled_f64(float64_t a, float64_t b) { in test_vcaled_f64()
14372 uint32_t test_vcalts_f32(float32_t a, float32_t b) { in test_vcalts_f32()
14379 uint64_t test_vcaltd_f64(float64_t a, float64_t b) { in test_vcaltd_f64()
14386 int64_t test_vshrd_n_s64(int64_t a) { in test_vshrd_n_s64()
14395 int64x1_t test_vshr_n_s64(int64x1_t a) { in test_vshr_n_s64()
14401 uint64_t test_vshrd_n_u64(uint64_t a) { in test_vshrd_n_u64()
14408 uint64_t a = UINT64_C(0xf000000000000000); in test_vshrd_n_u64_2() local
14417 uint64x1_t test_vshr_n_u64(uint64x1_t a) { in test_vshr_n_u64()
14424 int64_t test_vrshrd_n_s64(int64_t a) { in test_vrshrd_n_s64()
14433 int64x1_t test_vrshr_n_s64(int64x1_t a) { in test_vrshr_n_s64()
14440 uint64_t test_vrshrd_n_u64(uint64_t a) { in test_vrshrd_n_u64()
14449 uint64x1_t test_vrshr_n_u64(uint64x1_t a) { in test_vrshr_n_u64()
14457 int64_t test_vsrad_n_s64(int64_t a, int64_t b) { in test_vsrad_n_s64()
14469 int64x1_t test_vsra_n_s64(int64x1_t a, int64x1_t b) { in test_vsra_n_s64()
14477 uint64_t test_vsrad_n_u64(uint64_t a, uint64_t b) { in test_vsrad_n_u64()
14483 uint64_t test_vsrad_n_u64_2(uint64_t a, uint64_t b) { in test_vsrad_n_u64_2()
14495 uint64x1_t test_vsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsra_n_u64()
14503 int64_t test_vrsrad_n_s64(int64_t a, int64_t b) { in test_vrsrad_n_s64()
14515 int64x1_t test_vrsra_n_s64(int64x1_t a, int64x1_t b) { in test_vrsra_n_s64()
14523 uint64_t test_vrsrad_n_u64(uint64_t a, uint64_t b) { in test_vrsrad_n_u64()
14535 uint64x1_t test_vrsra_n_u64(uint64x1_t a, uint64x1_t b) { in test_vrsra_n_u64()
14542 int64_t test_vshld_n_s64(int64_t a) { in test_vshld_n_s64()
14551 int64x1_t test_vshl_n_s64(int64x1_t a) { in test_vshl_n_s64()
14558 uint64_t test_vshld_n_u64(uint64_t a) { in test_vshld_n_u64()
14567 uint64x1_t test_vshl_n_u64(uint64x1_t a) { in test_vshl_n_u64()
14576 int8_t test_vqshlb_n_s8(int8_t a) { in test_vqshlb_n_s8()
14585 int16_t test_vqshlh_n_s16(int16_t a) { in test_vqshlh_n_s16()
14592 int32_t test_vqshls_n_s32(int32_t a) { in test_vqshls_n_s32()
14599 int64_t test_vqshld_n_s64(int64_t a) { in test_vqshld_n_s64()
14606 int8x8_t test_vqshl_n_s8(int8x8_t a) { in test_vqshl_n_s8()
14613 int8x16_t test_vqshlq_n_s8(int8x16_t a) { in test_vqshlq_n_s8()
14622 int16x4_t test_vqshl_n_s16(int16x4_t a) { in test_vqshl_n_s16()
14631 int16x8_t test_vqshlq_n_s16(int16x8_t a) { in test_vqshlq_n_s16()
14640 int32x2_t test_vqshl_n_s32(int32x2_t a) { in test_vqshl_n_s32()
14649 int32x4_t test_vqshlq_n_s32(int32x4_t a) { in test_vqshlq_n_s32()
14658 int64x2_t test_vqshlq_n_s64(int64x2_t a) { in test_vqshlq_n_s64()
14665 uint8x8_t test_vqshl_n_u8(uint8x8_t a) { in test_vqshl_n_u8()
14672 uint8x16_t test_vqshlq_n_u8(uint8x16_t a) { in test_vqshlq_n_u8()
14681 uint16x4_t test_vqshl_n_u16(uint16x4_t a) { in test_vqshl_n_u16()
14690 uint16x8_t test_vqshlq_n_u16(uint16x8_t a) { in test_vqshlq_n_u16()
14699 uint32x2_t test_vqshl_n_u32(uint32x2_t a) { in test_vqshl_n_u32()
14708 uint32x4_t test_vqshlq_n_u32(uint32x4_t a) { in test_vqshlq_n_u32()
14717 uint64x2_t test_vqshlq_n_u64(uint64x2_t a) { in test_vqshlq_n_u64()
14726 int64x1_t test_vqshl_n_s64(int64x1_t a) { in test_vqshl_n_s64()
14735 uint8_t test_vqshlb_n_u8(uint8_t a) { in test_vqshlb_n_u8()
14744 uint16_t test_vqshlh_n_u16(uint16_t a) { in test_vqshlh_n_u16()
14751 uint32_t test_vqshls_n_u32(uint32_t a) { in test_vqshls_n_u32()
14758 uint64_t test_vqshld_n_u64(uint64_t a) { in test_vqshld_n_u64()
14767 uint64x1_t test_vqshl_n_u64(uint64x1_t a) { in test_vqshl_n_u64()
14776 int8_t test_vqshlub_n_s8(int8_t a) { in test_vqshlub_n_s8()
14785 int16_t test_vqshluh_n_s16(int16_t a) { in test_vqshluh_n_s16()
14792 int32_t test_vqshlus_n_s32(int32_t a) { in test_vqshlus_n_s32()
14799 int64_t test_vqshlud_n_s64(int64_t a) { in test_vqshlud_n_s64()
14808 uint64x1_t test_vqshlu_n_s64(int64x1_t a) { in test_vqshlu_n_s64()
14818 int64_t test_vsrid_n_s64(int64_t a, int64_t b) { in test_vsrid_n_s64()
14829 int64x1_t test_vsri_n_s64(int64x1_t a, int64x1_t b) { in test_vsri_n_s64()
14839 uint64_t test_vsrid_n_u64(uint64_t a, uint64_t b) { in test_vsrid_n_u64()
14850 uint64x1_t test_vsri_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsri_n_u64()
14860 int64_t test_vslid_n_s64(int64_t a, int64_t b) { in test_vslid_n_s64()
14871 int64x1_t test_vsli_n_s64(int64x1_t a, int64x1_t b) { in test_vsli_n_s64()
14881 uint64_t test_vslid_n_u64(uint64_t a, uint64_t b) { in test_vslid_n_u64()
14892 uint64x1_t test_vsli_n_u64(uint64x1_t a, uint64x1_t b) { in test_vsli_n_u64()
14901 int8_t test_vqshrnh_n_s16(int16_t a) { in test_vqshrnh_n_s16()
14910 int16_t test_vqshrns_n_s32(int32_t a) { in test_vqshrns_n_s32()
14917 int32_t test_vqshrnd_n_s64(int64_t a) { in test_vqshrnd_n_s64()
14926 uint8_t test_vqshrnh_n_u16(uint16_t a) { in test_vqshrnh_n_u16()
14935 uint16_t test_vqshrns_n_u32(uint32_t a) { in test_vqshrns_n_u32()
14942 uint32_t test_vqshrnd_n_u64(uint64_t a) { in test_vqshrnd_n_u64()
14951 int8_t test_vqrshrnh_n_s16(int16_t a) { in test_vqrshrnh_n_s16()
14960 int16_t test_vqrshrns_n_s32(int32_t a) { in test_vqrshrns_n_s32()
14967 int32_t test_vqrshrnd_n_s64(int64_t a) { in test_vqrshrnd_n_s64()
14976 uint8_t test_vqrshrnh_n_u16(uint16_t a) { in test_vqrshrnh_n_u16()
14985 uint16_t test_vqrshrns_n_u32(uint32_t a) { in test_vqrshrns_n_u32()
14992 uint32_t test_vqrshrnd_n_u64(uint64_t a) { in test_vqrshrnd_n_u64()
15001 int8_t test_vqshrunh_n_s16(int16_t a) { in test_vqshrunh_n_s16()
15010 int16_t test_vqshruns_n_s32(int32_t a) { in test_vqshruns_n_s32()
15017 int32_t test_vqshrund_n_s64(int64_t a) { in test_vqshrund_n_s64()
15026 int8_t test_vqrshrunh_n_s16(int16_t a) { in test_vqrshrunh_n_s16()
15035 int16_t test_vqrshruns_n_s32(int32_t a) { in test_vqrshruns_n_s32()
15042 int32_t test_vqrshrund_n_s64(int64_t a) { in test_vqrshrund_n_s64()
15049 float32_t test_vcvts_n_f32_s32(int32_t a) { in test_vcvts_n_f32_s32()
15056 float64_t test_vcvtd_n_f64_s64(int64_t a) { in test_vcvtd_n_f64_s64()
15063 float32_t test_vcvts_n_f32_u32(uint32_t a) { in test_vcvts_n_f32_u32()
15070 float64_t test_vcvtd_n_f64_u64(uint64_t a) { in test_vcvtd_n_f64_u64()
15077 int32_t test_vcvts_n_s32_f32(float32_t a) { in test_vcvts_n_s32_f32()
15084 int64_t test_vcvtd_n_s64_f64(float64_t a) { in test_vcvtd_n_s64_f64()
15091 uint32_t test_vcvts_n_u32_f32(float32_t a) { in test_vcvts_n_u32_f32()
15098 uint64_t test_vcvtd_n_u64_f64(float64_t a) { in test_vcvtd_n_u64_f64()
15105 int8x8_t test_vreinterpret_s8_s16(int16x4_t a) { in test_vreinterpret_s8_s16()
15112 int8x8_t test_vreinterpret_s8_s32(int32x2_t a) { in test_vreinterpret_s8_s32()
15119 int8x8_t test_vreinterpret_s8_s64(int64x1_t a) { in test_vreinterpret_s8_s64()
15125 int8x8_t test_vreinterpret_s8_u8(uint8x8_t a) { in test_vreinterpret_s8_u8()
15132 int8x8_t test_vreinterpret_s8_u16(uint16x4_t a) { in test_vreinterpret_s8_u16()
15139 int8x8_t test_vreinterpret_s8_u32(uint32x2_t a) { in test_vreinterpret_s8_u32()
15146 int8x8_t test_vreinterpret_s8_u64(uint64x1_t a) { in test_vreinterpret_s8_u64()
15153 int8x8_t test_vreinterpret_s8_f16(float16x4_t a) { in test_vreinterpret_s8_f16()
15160 int8x8_t test_vreinterpret_s8_f32(float32x2_t a) { in test_vreinterpret_s8_f32()
15167 int8x8_t test_vreinterpret_s8_f64(float64x1_t a) { in test_vreinterpret_s8_f64()
15173 int8x8_t test_vreinterpret_s8_p8(poly8x8_t a) { in test_vreinterpret_s8_p8()
15180 int8x8_t test_vreinterpret_s8_p16(poly16x4_t a) { in test_vreinterpret_s8_p16()
15187 int8x8_t test_vreinterpret_s8_p64(poly64x1_t a) { in test_vreinterpret_s8_p64()
15194 int16x4_t test_vreinterpret_s16_s8(int8x8_t a) { in test_vreinterpret_s16_s8()
15201 int16x4_t test_vreinterpret_s16_s32(int32x2_t a) { in test_vreinterpret_s16_s32()
15208 int16x4_t test_vreinterpret_s16_s64(int64x1_t a) { in test_vreinterpret_s16_s64()
15215 int16x4_t test_vreinterpret_s16_u8(uint8x8_t a) { in test_vreinterpret_s16_u8()
15221 int16x4_t test_vreinterpret_s16_u16(uint16x4_t a) { in test_vreinterpret_s16_u16()
15228 int16x4_t test_vreinterpret_s16_u32(uint32x2_t a) { in test_vreinterpret_s16_u32()
15235 int16x4_t test_vreinterpret_s16_u64(uint64x1_t a) { in test_vreinterpret_s16_u64()
15242 int16x4_t test_vreinterpret_s16_f16(float16x4_t a) { in test_vreinterpret_s16_f16()
15249 int16x4_t test_vreinterpret_s16_f32(float32x2_t a) { in test_vreinterpret_s16_f32()
15256 int16x4_t test_vreinterpret_s16_f64(float64x1_t a) { in test_vreinterpret_s16_f64()
15263 int16x4_t test_vreinterpret_s16_p8(poly8x8_t a) { in test_vreinterpret_s16_p8()
15269 int16x4_t test_vreinterpret_s16_p16(poly16x4_t a) { in test_vreinterpret_s16_p16()
15276 int16x4_t test_vreinterpret_s16_p64(poly64x1_t a) { in test_vreinterpret_s16_p64()
15283 int32x2_t test_vreinterpret_s32_s8(int8x8_t a) { in test_vreinterpret_s32_s8()
15290 int32x2_t test_vreinterpret_s32_s16(int16x4_t a) { in test_vreinterpret_s32_s16()
15297 int32x2_t test_vreinterpret_s32_s64(int64x1_t a) { in test_vreinterpret_s32_s64()
15304 int32x2_t test_vreinterpret_s32_u8(uint8x8_t a) { in test_vreinterpret_s32_u8()
15311 int32x2_t test_vreinterpret_s32_u16(uint16x4_t a) { in test_vreinterpret_s32_u16()
15317 int32x2_t test_vreinterpret_s32_u32(uint32x2_t a) { in test_vreinterpret_s32_u32()
15324 int32x2_t test_vreinterpret_s32_u64(uint64x1_t a) { in test_vreinterpret_s32_u64()
15331 int32x2_t test_vreinterpret_s32_f16(float16x4_t a) { in test_vreinterpret_s32_f16()
15338 int32x2_t test_vreinterpret_s32_f32(float32x2_t a) { in test_vreinterpret_s32_f32()
15345 int32x2_t test_vreinterpret_s32_f64(float64x1_t a) { in test_vreinterpret_s32_f64()
15352 int32x2_t test_vreinterpret_s32_p8(poly8x8_t a) { in test_vreinterpret_s32_p8()
15359 int32x2_t test_vreinterpret_s32_p16(poly16x4_t a) { in test_vreinterpret_s32_p16()
15366 int32x2_t test_vreinterpret_s32_p64(poly64x1_t a) { in test_vreinterpret_s32_p64()
15373 int64x1_t test_vreinterpret_s64_s8(int8x8_t a) { in test_vreinterpret_s64_s8()
15380 int64x1_t test_vreinterpret_s64_s16(int16x4_t a) { in test_vreinterpret_s64_s16()
15387 int64x1_t test_vreinterpret_s64_s32(int32x2_t a) { in test_vreinterpret_s64_s32()
15394 int64x1_t test_vreinterpret_s64_u8(uint8x8_t a) { in test_vreinterpret_s64_u8()
15401 int64x1_t test_vreinterpret_s64_u16(uint16x4_t a) { in test_vreinterpret_s64_u16()
15408 int64x1_t test_vreinterpret_s64_u32(uint32x2_t a) { in test_vreinterpret_s64_u32()
15414 int64x1_t test_vreinterpret_s64_u64(uint64x1_t a) { in test_vreinterpret_s64_u64()
15421 int64x1_t test_vreinterpret_s64_f16(float16x4_t a) { in test_vreinterpret_s64_f16()
15428 int64x1_t test_vreinterpret_s64_f32(float32x2_t a) { in test_vreinterpret_s64_f32()
15435 int64x1_t test_vreinterpret_s64_f64(float64x1_t a) { in test_vreinterpret_s64_f64()
15442 int64x1_t test_vreinterpret_s64_p8(poly8x8_t a) { in test_vreinterpret_s64_p8()
15449 int64x1_t test_vreinterpret_s64_p16(poly16x4_t a) { in test_vreinterpret_s64_p16()
15455 int64x1_t test_vreinterpret_s64_p64(poly64x1_t a) { in test_vreinterpret_s64_p64()
15461 uint8x8_t test_vreinterpret_u8_s8(int8x8_t a) { in test_vreinterpret_u8_s8()
15468 uint8x8_t test_vreinterpret_u8_s16(int16x4_t a) { in test_vreinterpret_u8_s16()
15475 uint8x8_t test_vreinterpret_u8_s32(int32x2_t a) { in test_vreinterpret_u8_s32()
15482 uint8x8_t test_vreinterpret_u8_s64(int64x1_t a) { in test_vreinterpret_u8_s64()
15489 uint8x8_t test_vreinterpret_u8_u16(uint16x4_t a) { in test_vreinterpret_u8_u16()
15496 uint8x8_t test_vreinterpret_u8_u32(uint32x2_t a) { in test_vreinterpret_u8_u32()
15503 uint8x8_t test_vreinterpret_u8_u64(uint64x1_t a) { in test_vreinterpret_u8_u64()
15510 uint8x8_t test_vreinterpret_u8_f16(float16x4_t a) { in test_vreinterpret_u8_f16()
15517 uint8x8_t test_vreinterpret_u8_f32(float32x2_t a) { in test_vreinterpret_u8_f32()
15524 uint8x8_t test_vreinterpret_u8_f64(float64x1_t a) { in test_vreinterpret_u8_f64()
15530 uint8x8_t test_vreinterpret_u8_p8(poly8x8_t a) { in test_vreinterpret_u8_p8()
15537 uint8x8_t test_vreinterpret_u8_p16(poly16x4_t a) { in test_vreinterpret_u8_p16()
15544 uint8x8_t test_vreinterpret_u8_p64(poly64x1_t a) { in test_vreinterpret_u8_p64()
15551 uint16x4_t test_vreinterpret_u16_s8(int8x8_t a) { in test_vreinterpret_u16_s8()
15557 uint16x4_t test_vreinterpret_u16_s16(int16x4_t a) { in test_vreinterpret_u16_s16()
15564 uint16x4_t test_vreinterpret_u16_s32(int32x2_t a) { in test_vreinterpret_u16_s32()
15571 uint16x4_t test_vreinterpret_u16_s64(int64x1_t a) { in test_vreinterpret_u16_s64()
15578 uint16x4_t test_vreinterpret_u16_u8(uint8x8_t a) { in test_vreinterpret_u16_u8()
15585 uint16x4_t test_vreinterpret_u16_u32(uint32x2_t a) { in test_vreinterpret_u16_u32()
15592 uint16x4_t test_vreinterpret_u16_u64(uint64x1_t a) { in test_vreinterpret_u16_u64()
15599 uint16x4_t test_vreinterpret_u16_f16(float16x4_t a) { in test_vreinterpret_u16_f16()
15606 uint16x4_t test_vreinterpret_u16_f32(float32x2_t a) { in test_vreinterpret_u16_f32()
15613 uint16x4_t test_vreinterpret_u16_f64(float64x1_t a) { in test_vreinterpret_u16_f64()
15620 uint16x4_t test_vreinterpret_u16_p8(poly8x8_t a) { in test_vreinterpret_u16_p8()
15626 uint16x4_t test_vreinterpret_u16_p16(poly16x4_t a) { in test_vreinterpret_u16_p16()
15633 uint16x4_t test_vreinterpret_u16_p64(poly64x1_t a) { in test_vreinterpret_u16_p64()
15640 uint32x2_t test_vreinterpret_u32_s8(int8x8_t a) { in test_vreinterpret_u32_s8()
15647 uint32x2_t test_vreinterpret_u32_s16(int16x4_t a) { in test_vreinterpret_u32_s16()
15653 uint32x2_t test_vreinterpret_u32_s32(int32x2_t a) { in test_vreinterpret_u32_s32()
15660 uint32x2_t test_vreinterpret_u32_s64(int64x1_t a) { in test_vreinterpret_u32_s64()
15667 uint32x2_t test_vreinterpret_u32_u8(uint8x8_t a) { in test_vreinterpret_u32_u8()
15674 uint32x2_t test_vreinterpret_u32_u16(uint16x4_t a) { in test_vreinterpret_u32_u16()
15681 uint32x2_t test_vreinterpret_u32_u64(uint64x1_t a) { in test_vreinterpret_u32_u64()
15688 uint32x2_t test_vreinterpret_u32_f16(float16x4_t a) { in test_vreinterpret_u32_f16()
15695 uint32x2_t test_vreinterpret_u32_f32(float32x2_t a) { in test_vreinterpret_u32_f32()
15702 uint32x2_t test_vreinterpret_u32_f64(float64x1_t a) { in test_vreinterpret_u32_f64()
15709 uint32x2_t test_vreinterpret_u32_p8(poly8x8_t a) { in test_vreinterpret_u32_p8()
15716 uint32x2_t test_vreinterpret_u32_p16(poly16x4_t a) { in test_vreinterpret_u32_p16()
15723 uint32x2_t test_vreinterpret_u32_p64(poly64x1_t a) { in test_vreinterpret_u32_p64()
15730 uint64x1_t test_vreinterpret_u64_s8(int8x8_t a) { in test_vreinterpret_u64_s8()
15737 uint64x1_t test_vreinterpret_u64_s16(int16x4_t a) { in test_vreinterpret_u64_s16()
15744 uint64x1_t test_vreinterpret_u64_s32(int32x2_t a) { in test_vreinterpret_u64_s32()
15750 uint64x1_t test_vreinterpret_u64_s64(int64x1_t a) { in test_vreinterpret_u64_s64()
15757 uint64x1_t test_vreinterpret_u64_u8(uint8x8_t a) { in test_vreinterpret_u64_u8()
15764 uint64x1_t test_vreinterpret_u64_u16(uint16x4_t a) { in test_vreinterpret_u64_u16()
15771 uint64x1_t test_vreinterpret_u64_u32(uint32x2_t a) { in test_vreinterpret_u64_u32()
15778 uint64x1_t test_vreinterpret_u64_f16(float16x4_t a) { in test_vreinterpret_u64_f16()
15785 uint64x1_t test_vreinterpret_u64_f32(float32x2_t a) { in test_vreinterpret_u64_f32()
15792 uint64x1_t test_vreinterpret_u64_f64(float64x1_t a) { in test_vreinterpret_u64_f64()
15799 uint64x1_t test_vreinterpret_u64_p8(poly8x8_t a) { in test_vreinterpret_u64_p8()
15806 uint64x1_t test_vreinterpret_u64_p16(poly16x4_t a) { in test_vreinterpret_u64_p16()
15812 uint64x1_t test_vreinterpret_u64_p64(poly64x1_t a) { in test_vreinterpret_u64_p64()
15819 float16x4_t test_vreinterpret_f16_s8(int8x8_t a) { in test_vreinterpret_f16_s8()
15826 float16x4_t test_vreinterpret_f16_s16(int16x4_t a) { in test_vreinterpret_f16_s16()
15833 float16x4_t test_vreinterpret_f16_s32(int32x2_t a) { in test_vreinterpret_f16_s32()
15840 float16x4_t test_vreinterpret_f16_s64(int64x1_t a) { in test_vreinterpret_f16_s64()
15847 float16x4_t test_vreinterpret_f16_u8(uint8x8_t a) { in test_vreinterpret_f16_u8()
15854 float16x4_t test_vreinterpret_f16_u16(uint16x4_t a) { in test_vreinterpret_f16_u16()
15861 float16x4_t test_vreinterpret_f16_u32(uint32x2_t a) { in test_vreinterpret_f16_u32()
15868 float16x4_t test_vreinterpret_f16_u64(uint64x1_t a) { in test_vreinterpret_f16_u64()
15875 float16x4_t test_vreinterpret_f16_f32(float32x2_t a) { in test_vreinterpret_f16_f32()
15882 float16x4_t test_vreinterpret_f16_f64(float64x1_t a) { in test_vreinterpret_f16_f64()
15889 float16x4_t test_vreinterpret_f16_p8(poly8x8_t a) { in test_vreinterpret_f16_p8()
15896 float16x4_t test_vreinterpret_f16_p16(poly16x4_t a) { in test_vreinterpret_f16_p16()
15903 float16x4_t test_vreinterpret_f16_p64(poly64x1_t a) { in test_vreinterpret_f16_p64()
15910 float32x2_t test_vreinterpret_f32_s8(int8x8_t a) { in test_vreinterpret_f32_s8()
15917 float32x2_t test_vreinterpret_f32_s16(int16x4_t a) { in test_vreinterpret_f32_s16()
15924 float32x2_t test_vreinterpret_f32_s32(int32x2_t a) { in test_vreinterpret_f32_s32()
15931 float32x2_t test_vreinterpret_f32_s64(int64x1_t a) { in test_vreinterpret_f32_s64()
15938 float32x2_t test_vreinterpret_f32_u8(uint8x8_t a) { in test_vreinterpret_f32_u8()
15945 float32x2_t test_vreinterpret_f32_u16(uint16x4_t a) { in test_vreinterpret_f32_u16()
15952 float32x2_t test_vreinterpret_f32_u32(uint32x2_t a) { in test_vreinterpret_f32_u32()
15959 float32x2_t test_vreinterpret_f32_u64(uint64x1_t a) { in test_vreinterpret_f32_u64()
15966 float32x2_t test_vreinterpret_f32_f16(float16x4_t a) { in test_vreinterpret_f32_f16()
15973 float32x2_t test_vreinterpret_f32_f64(float64x1_t a) { in test_vreinterpret_f32_f64()
15980 float32x2_t test_vreinterpret_f32_p8(poly8x8_t a) { in test_vreinterpret_f32_p8()
15987 float32x2_t test_vreinterpret_f32_p16(poly16x4_t a) { in test_vreinterpret_f32_p16()
15994 float32x2_t test_vreinterpret_f32_p64(poly64x1_t a) { in test_vreinterpret_f32_p64()
16001 float64x1_t test_vreinterpret_f64_s8(int8x8_t a) { in test_vreinterpret_f64_s8()
16008 float64x1_t test_vreinterpret_f64_s16(int16x4_t a) { in test_vreinterpret_f64_s16()
16015 float64x1_t test_vreinterpret_f64_s32(int32x2_t a) { in test_vreinterpret_f64_s32()
16022 float64x1_t test_vreinterpret_f64_s64(int64x1_t a) { in test_vreinterpret_f64_s64()
16029 float64x1_t test_vreinterpret_f64_u8(uint8x8_t a) { in test_vreinterpret_f64_u8()
16036 float64x1_t test_vreinterpret_f64_u16(uint16x4_t a) { in test_vreinterpret_f64_u16()
16043 float64x1_t test_vreinterpret_f64_u32(uint32x2_t a) { in test_vreinterpret_f64_u32()
16050 float64x1_t test_vreinterpret_f64_u64(uint64x1_t a) { in test_vreinterpret_f64_u64()
16057 float64x1_t test_vreinterpret_f64_f16(float16x4_t a) { in test_vreinterpret_f64_f16()
16064 float64x1_t test_vreinterpret_f64_f32(float32x2_t a) { in test_vreinterpret_f64_f32()
16071 float64x1_t test_vreinterpret_f64_p8(poly8x8_t a) { in test_vreinterpret_f64_p8()
16078 float64x1_t test_vreinterpret_f64_p16(poly16x4_t a) { in test_vreinterpret_f64_p16()
16085 float64x1_t test_vreinterpret_f64_p64(poly64x1_t a) { in test_vreinterpret_f64_p64()
16091 poly8x8_t test_vreinterpret_p8_s8(int8x8_t a) { in test_vreinterpret_p8_s8()
16098 poly8x8_t test_vreinterpret_p8_s16(int16x4_t a) { in test_vreinterpret_p8_s16()
16105 poly8x8_t test_vreinterpret_p8_s32(int32x2_t a) { in test_vreinterpret_p8_s32()
16112 poly8x8_t test_vreinterpret_p8_s64(int64x1_t a) { in test_vreinterpret_p8_s64()
16118 poly8x8_t test_vreinterpret_p8_u8(uint8x8_t a) { in test_vreinterpret_p8_u8()
16125 poly8x8_t test_vreinterpret_p8_u16(uint16x4_t a) { in test_vreinterpret_p8_u16()
16132 poly8x8_t test_vreinterpret_p8_u32(uint32x2_t a) { in test_vreinterpret_p8_u32()
16139 poly8x8_t test_vreinterpret_p8_u64(uint64x1_t a) { in test_vreinterpret_p8_u64()
16146 poly8x8_t test_vreinterpret_p8_f16(float16x4_t a) { in test_vreinterpret_p8_f16()
16153 poly8x8_t test_vreinterpret_p8_f32(float32x2_t a) { in test_vreinterpret_p8_f32()
16160 poly8x8_t test_vreinterpret_p8_f64(float64x1_t a) { in test_vreinterpret_p8_f64()
16167 poly8x8_t test_vreinterpret_p8_p16(poly16x4_t a) { in test_vreinterpret_p8_p16()
16174 poly8x8_t test_vreinterpret_p8_p64(poly64x1_t a) { in test_vreinterpret_p8_p64()
16181 poly16x4_t test_vreinterpret_p16_s8(int8x8_t a) { in test_vreinterpret_p16_s8()
16187 poly16x4_t test_vreinterpret_p16_s16(int16x4_t a) { in test_vreinterpret_p16_s16()
16194 poly16x4_t test_vreinterpret_p16_s32(int32x2_t a) { in test_vreinterpret_p16_s32()
16201 poly16x4_t test_vreinterpret_p16_s64(int64x1_t a) { in test_vreinterpret_p16_s64()
16208 poly16x4_t test_vreinterpret_p16_u8(uint8x8_t a) { in test_vreinterpret_p16_u8()
16214 poly16x4_t test_vreinterpret_p16_u16(uint16x4_t a) { in test_vreinterpret_p16_u16()
16221 poly16x4_t test_vreinterpret_p16_u32(uint32x2_t a) { in test_vreinterpret_p16_u32()
16228 poly16x4_t test_vreinterpret_p16_u64(uint64x1_t a) { in test_vreinterpret_p16_u64()
16235 poly16x4_t test_vreinterpret_p16_f16(float16x4_t a) { in test_vreinterpret_p16_f16()
16242 poly16x4_t test_vreinterpret_p16_f32(float32x2_t a) { in test_vreinterpret_p16_f32()
16249 poly16x4_t test_vreinterpret_p16_f64(float64x1_t a) { in test_vreinterpret_p16_f64()
16256 poly16x4_t test_vreinterpret_p16_p8(poly8x8_t a) { in test_vreinterpret_p16_p8()
16263 poly16x4_t test_vreinterpret_p16_p64(poly64x1_t a) { in test_vreinterpret_p16_p64()
16270 poly64x1_t test_vreinterpret_p64_s8(int8x8_t a) { in test_vreinterpret_p64_s8()
16277 poly64x1_t test_vreinterpret_p64_s16(int16x4_t a) { in test_vreinterpret_p64_s16()
16284 poly64x1_t test_vreinterpret_p64_s32(int32x2_t a) { in test_vreinterpret_p64_s32()
16290 poly64x1_t test_vreinterpret_p64_s64(int64x1_t a) { in test_vreinterpret_p64_s64()
16297 poly64x1_t test_vreinterpret_p64_u8(uint8x8_t a) { in test_vreinterpret_p64_u8()
16304 poly64x1_t test_vreinterpret_p64_u16(uint16x4_t a) { in test_vreinterpret_p64_u16()
16311 poly64x1_t test_vreinterpret_p64_u32(uint32x2_t a) { in test_vreinterpret_p64_u32()
16317 poly64x1_t test_vreinterpret_p64_u64(uint64x1_t a) { in test_vreinterpret_p64_u64()
16324 poly64x1_t test_vreinterpret_p64_f16(float16x4_t a) { in test_vreinterpret_p64_f16()
16331 poly64x1_t test_vreinterpret_p64_f32(float32x2_t a) { in test_vreinterpret_p64_f32()
16338 poly64x1_t test_vreinterpret_p64_f64(float64x1_t a) { in test_vreinterpret_p64_f64()
16345 poly64x1_t test_vreinterpret_p64_p8(poly8x8_t a) { in test_vreinterpret_p64_p8()
16352 poly64x1_t test_vreinterpret_p64_p16(poly16x4_t a) { in test_vreinterpret_p64_p16()
16359 int8x16_t test_vreinterpretq_s8_s16(int16x8_t a) { in test_vreinterpretq_s8_s16()
16366 int8x16_t test_vreinterpretq_s8_s32(int32x4_t a) { in test_vreinterpretq_s8_s32()
16373 int8x16_t test_vreinterpretq_s8_s64(int64x2_t a) { in test_vreinterpretq_s8_s64()
16379 int8x16_t test_vreinterpretq_s8_u8(uint8x16_t a) { in test_vreinterpretq_s8_u8()
16386 int8x16_t test_vreinterpretq_s8_u16(uint16x8_t a) { in test_vreinterpretq_s8_u16()
16393 int8x16_t test_vreinterpretq_s8_u32(uint32x4_t a) { in test_vreinterpretq_s8_u32()
16400 int8x16_t test_vreinterpretq_s8_u64(uint64x2_t a) { in test_vreinterpretq_s8_u64()
16407 int8x16_t test_vreinterpretq_s8_f16(float16x8_t a) { in test_vreinterpretq_s8_f16()
16414 int8x16_t test_vreinterpretq_s8_f32(float32x4_t a) { in test_vreinterpretq_s8_f32()
16421 int8x16_t test_vreinterpretq_s8_f64(float64x2_t a) { in test_vreinterpretq_s8_f64()
16427 int8x16_t test_vreinterpretq_s8_p8(poly8x16_t a) { in test_vreinterpretq_s8_p8()
16434 int8x16_t test_vreinterpretq_s8_p16(poly16x8_t a) { in test_vreinterpretq_s8_p16()
16441 int8x16_t test_vreinterpretq_s8_p64(poly64x2_t a) { in test_vreinterpretq_s8_p64()
16448 int16x8_t test_vreinterpretq_s16_s8(int8x16_t a) { in test_vreinterpretq_s16_s8()
16455 int16x8_t test_vreinterpretq_s16_s32(int32x4_t a) { in test_vreinterpretq_s16_s32()
16462 int16x8_t test_vreinterpretq_s16_s64(int64x2_t a) { in test_vreinterpretq_s16_s64()
16469 int16x8_t test_vreinterpretq_s16_u8(uint8x16_t a) { in test_vreinterpretq_s16_u8()
16475 int16x8_t test_vreinterpretq_s16_u16(uint16x8_t a) { in test_vreinterpretq_s16_u16()
16482 int16x8_t test_vreinterpretq_s16_u32(uint32x4_t a) { in test_vreinterpretq_s16_u32()
16489 int16x8_t test_vreinterpretq_s16_u64(uint64x2_t a) { in test_vreinterpretq_s16_u64()
16496 int16x8_t test_vreinterpretq_s16_f16(float16x8_t a) { in test_vreinterpretq_s16_f16()
16503 int16x8_t test_vreinterpretq_s16_f32(float32x4_t a) { in test_vreinterpretq_s16_f32()
16510 int16x8_t test_vreinterpretq_s16_f64(float64x2_t a) { in test_vreinterpretq_s16_f64()
16517 int16x8_t test_vreinterpretq_s16_p8(poly8x16_t a) { in test_vreinterpretq_s16_p8()
16523 int16x8_t test_vreinterpretq_s16_p16(poly16x8_t a) { in test_vreinterpretq_s16_p16()
16530 int16x8_t test_vreinterpretq_s16_p64(poly64x2_t a) { in test_vreinterpretq_s16_p64()
16537 int32x4_t test_vreinterpretq_s32_s8(int8x16_t a) { in test_vreinterpretq_s32_s8()
16544 int32x4_t test_vreinterpretq_s32_s16(int16x8_t a) { in test_vreinterpretq_s32_s16()
16551 int32x4_t test_vreinterpretq_s32_s64(int64x2_t a) { in test_vreinterpretq_s32_s64()
16558 int32x4_t test_vreinterpretq_s32_u8(uint8x16_t a) { in test_vreinterpretq_s32_u8()
16565 int32x4_t test_vreinterpretq_s32_u16(uint16x8_t a) { in test_vreinterpretq_s32_u16()
16571 int32x4_t test_vreinterpretq_s32_u32(uint32x4_t a) { in test_vreinterpretq_s32_u32()
16578 int32x4_t test_vreinterpretq_s32_u64(uint64x2_t a) { in test_vreinterpretq_s32_u64()
16585 int32x4_t test_vreinterpretq_s32_f16(float16x8_t a) { in test_vreinterpretq_s32_f16()
16592 int32x4_t test_vreinterpretq_s32_f32(float32x4_t a) { in test_vreinterpretq_s32_f32()
16599 int32x4_t test_vreinterpretq_s32_f64(float64x2_t a) { in test_vreinterpretq_s32_f64()
16606 int32x4_t test_vreinterpretq_s32_p8(poly8x16_t a) { in test_vreinterpretq_s32_p8()
16613 int32x4_t test_vreinterpretq_s32_p16(poly16x8_t a) { in test_vreinterpretq_s32_p16()
16620 int32x4_t test_vreinterpretq_s32_p64(poly64x2_t a) { in test_vreinterpretq_s32_p64()
16627 int64x2_t test_vreinterpretq_s64_s8(int8x16_t a) { in test_vreinterpretq_s64_s8()
16634 int64x2_t test_vreinterpretq_s64_s16(int16x8_t a) { in test_vreinterpretq_s64_s16()
16641 int64x2_t test_vreinterpretq_s64_s32(int32x4_t a) { in test_vreinterpretq_s64_s32()
16648 int64x2_t test_vreinterpretq_s64_u8(uint8x16_t a) { in test_vreinterpretq_s64_u8()
16655 int64x2_t test_vreinterpretq_s64_u16(uint16x8_t a) { in test_vreinterpretq_s64_u16()
16662 int64x2_t test_vreinterpretq_s64_u32(uint32x4_t a) { in test_vreinterpretq_s64_u32()
16668 int64x2_t test_vreinterpretq_s64_u64(uint64x2_t a) { in test_vreinterpretq_s64_u64()
16675 int64x2_t test_vreinterpretq_s64_f16(float16x8_t a) { in test_vreinterpretq_s64_f16()
16682 int64x2_t test_vreinterpretq_s64_f32(float32x4_t a) { in test_vreinterpretq_s64_f32()
16689 int64x2_t test_vreinterpretq_s64_f64(float64x2_t a) { in test_vreinterpretq_s64_f64()
16696 int64x2_t test_vreinterpretq_s64_p8(poly8x16_t a) { in test_vreinterpretq_s64_p8()
16703 int64x2_t test_vreinterpretq_s64_p16(poly16x8_t a) { in test_vreinterpretq_s64_p16()
16709 int64x2_t test_vreinterpretq_s64_p64(poly64x2_t a) { in test_vreinterpretq_s64_p64()
16715 uint8x16_t test_vreinterpretq_u8_s8(int8x16_t a) { in test_vreinterpretq_u8_s8()
16722 uint8x16_t test_vreinterpretq_u8_s16(int16x8_t a) { in test_vreinterpretq_u8_s16()
16729 uint8x16_t test_vreinterpretq_u8_s32(int32x4_t a) { in test_vreinterpretq_u8_s32()
16736 uint8x16_t test_vreinterpretq_u8_s64(int64x2_t a) { in test_vreinterpretq_u8_s64()
16743 uint8x16_t test_vreinterpretq_u8_u16(uint16x8_t a) { in test_vreinterpretq_u8_u16()
16750 uint8x16_t test_vreinterpretq_u8_u32(uint32x4_t a) { in test_vreinterpretq_u8_u32()
16757 uint8x16_t test_vreinterpretq_u8_u64(uint64x2_t a) { in test_vreinterpretq_u8_u64()
16764 uint8x16_t test_vreinterpretq_u8_f16(float16x8_t a) { in test_vreinterpretq_u8_f16()
16771 uint8x16_t test_vreinterpretq_u8_f32(float32x4_t a) { in test_vreinterpretq_u8_f32()
16778 uint8x16_t test_vreinterpretq_u8_f64(float64x2_t a) { in test_vreinterpretq_u8_f64()
16784 uint8x16_t test_vreinterpretq_u8_p8(poly8x16_t a) { in test_vreinterpretq_u8_p8()
16791 uint8x16_t test_vreinterpretq_u8_p16(poly16x8_t a) { in test_vreinterpretq_u8_p16()
16798 uint8x16_t test_vreinterpretq_u8_p64(poly64x2_t a) { in test_vreinterpretq_u8_p64()
16805 uint16x8_t test_vreinterpretq_u16_s8(int8x16_t a) { in test_vreinterpretq_u16_s8()
16811 uint16x8_t test_vreinterpretq_u16_s16(int16x8_t a) { in test_vreinterpretq_u16_s16()
16818 uint16x8_t test_vreinterpretq_u16_s32(int32x4_t a) { in test_vreinterpretq_u16_s32()
16825 uint16x8_t test_vreinterpretq_u16_s64(int64x2_t a) { in test_vreinterpretq_u16_s64()
16832 uint16x8_t test_vreinterpretq_u16_u8(uint8x16_t a) { in test_vreinterpretq_u16_u8()
16839 uint16x8_t test_vreinterpretq_u16_u32(uint32x4_t a) { in test_vreinterpretq_u16_u32()
16846 uint16x8_t test_vreinterpretq_u16_u64(uint64x2_t a) { in test_vreinterpretq_u16_u64()
16853 uint16x8_t test_vreinterpretq_u16_f16(float16x8_t a) { in test_vreinterpretq_u16_f16()
16860 uint16x8_t test_vreinterpretq_u16_f32(float32x4_t a) { in test_vreinterpretq_u16_f32()
16867 uint16x8_t test_vreinterpretq_u16_f64(float64x2_t a) { in test_vreinterpretq_u16_f64()
16874 uint16x8_t test_vreinterpretq_u16_p8(poly8x16_t a) { in test_vreinterpretq_u16_p8()
16880 uint16x8_t test_vreinterpretq_u16_p16(poly16x8_t a) { in test_vreinterpretq_u16_p16()
16887 uint16x8_t test_vreinterpretq_u16_p64(poly64x2_t a) { in test_vreinterpretq_u16_p64()
16894 uint32x4_t test_vreinterpretq_u32_s8(int8x16_t a) { in test_vreinterpretq_u32_s8()
16901 uint32x4_t test_vreinterpretq_u32_s16(int16x8_t a) { in test_vreinterpretq_u32_s16()
16907 uint32x4_t test_vreinterpretq_u32_s32(int32x4_t a) { in test_vreinterpretq_u32_s32()
16914 uint32x4_t test_vreinterpretq_u32_s64(int64x2_t a) { in test_vreinterpretq_u32_s64()
16921 uint32x4_t test_vreinterpretq_u32_u8(uint8x16_t a) { in test_vreinterpretq_u32_u8()
16928 uint32x4_t test_vreinterpretq_u32_u16(uint16x8_t a) { in test_vreinterpretq_u32_u16()
16935 uint32x4_t test_vreinterpretq_u32_u64(uint64x2_t a) { in test_vreinterpretq_u32_u64()
16942 uint32x4_t test_vreinterpretq_u32_f16(float16x8_t a) { in test_vreinterpretq_u32_f16()
16949 uint32x4_t test_vreinterpretq_u32_f32(float32x4_t a) { in test_vreinterpretq_u32_f32()
16956 uint32x4_t test_vreinterpretq_u32_f64(float64x2_t a) { in test_vreinterpretq_u32_f64()
16963 uint32x4_t test_vreinterpretq_u32_p8(poly8x16_t a) { in test_vreinterpretq_u32_p8()
16970 uint32x4_t test_vreinterpretq_u32_p16(poly16x8_t a) { in test_vreinterpretq_u32_p16()
16977 uint32x4_t test_vreinterpretq_u32_p64(poly64x2_t a) { in test_vreinterpretq_u32_p64()
16984 uint64x2_t test_vreinterpretq_u64_s8(int8x16_t a) { in test_vreinterpretq_u64_s8()
16991 uint64x2_t test_vreinterpretq_u64_s16(int16x8_t a) { in test_vreinterpretq_u64_s16()
16998 uint64x2_t test_vreinterpretq_u64_s32(int32x4_t a) { in test_vreinterpretq_u64_s32()
17004 uint64x2_t test_vreinterpretq_u64_s64(int64x2_t a) { in test_vreinterpretq_u64_s64()
17011 uint64x2_t test_vreinterpretq_u64_u8(uint8x16_t a) { in test_vreinterpretq_u64_u8()
17018 uint64x2_t test_vreinterpretq_u64_u16(uint16x8_t a) { in test_vreinterpretq_u64_u16()
17025 uint64x2_t test_vreinterpretq_u64_u32(uint32x4_t a) { in test_vreinterpretq_u64_u32()
17032 uint64x2_t test_vreinterpretq_u64_f16(float16x8_t a) { in test_vreinterpretq_u64_f16()
17039 uint64x2_t test_vreinterpretq_u64_f32(float32x4_t a) { in test_vreinterpretq_u64_f32()
17046 uint64x2_t test_vreinterpretq_u64_f64(float64x2_t a) { in test_vreinterpretq_u64_f64()
17053 uint64x2_t test_vreinterpretq_u64_p8(poly8x16_t a) { in test_vreinterpretq_u64_p8()
17060 uint64x2_t test_vreinterpretq_u64_p16(poly16x8_t a) { in test_vreinterpretq_u64_p16()
17066 uint64x2_t test_vreinterpretq_u64_p64(poly64x2_t a) { in test_vreinterpretq_u64_p64()
17073 float16x8_t test_vreinterpretq_f16_s8(int8x16_t a) { in test_vreinterpretq_f16_s8()
17080 float16x8_t test_vreinterpretq_f16_s16(int16x8_t a) { in test_vreinterpretq_f16_s16()
17087 float16x8_t test_vreinterpretq_f16_s32(int32x4_t a) { in test_vreinterpretq_f16_s32()
17094 float16x8_t test_vreinterpretq_f16_s64(int64x2_t a) { in test_vreinterpretq_f16_s64()
17101 float16x8_t test_vreinterpretq_f16_u8(uint8x16_t a) { in test_vreinterpretq_f16_u8()
17108 float16x8_t test_vreinterpretq_f16_u16(uint16x8_t a) { in test_vreinterpretq_f16_u16()
17115 float16x8_t test_vreinterpretq_f16_u32(uint32x4_t a) { in test_vreinterpretq_f16_u32()
17122 float16x8_t test_vreinterpretq_f16_u64(uint64x2_t a) { in test_vreinterpretq_f16_u64()
17129 float16x8_t test_vreinterpretq_f16_f32(float32x4_t a) { in test_vreinterpretq_f16_f32()
17136 float16x8_t test_vreinterpretq_f16_f64(float64x2_t a) { in test_vreinterpretq_f16_f64()
17143 float16x8_t test_vreinterpretq_f16_p8(poly8x16_t a) { in test_vreinterpretq_f16_p8()
17150 float16x8_t test_vreinterpretq_f16_p16(poly16x8_t a) { in test_vreinterpretq_f16_p16()
17157 float16x8_t test_vreinterpretq_f16_p64(poly64x2_t a) { in test_vreinterpretq_f16_p64()
17164 float32x4_t test_vreinterpretq_f32_s8(int8x16_t a) { in test_vreinterpretq_f32_s8()
17171 float32x4_t test_vreinterpretq_f32_s16(int16x8_t a) { in test_vreinterpretq_f32_s16()
17178 float32x4_t test_vreinterpretq_f32_s32(int32x4_t a) { in test_vreinterpretq_f32_s32()
17185 float32x4_t test_vreinterpretq_f32_s64(int64x2_t a) { in test_vreinterpretq_f32_s64()
17192 float32x4_t test_vreinterpretq_f32_u8(uint8x16_t a) { in test_vreinterpretq_f32_u8()
17199 float32x4_t test_vreinterpretq_f32_u16(uint16x8_t a) { in test_vreinterpretq_f32_u16()
17206 float32x4_t test_vreinterpretq_f32_u32(uint32x4_t a) { in test_vreinterpretq_f32_u32()
17213 float32x4_t test_vreinterpretq_f32_u64(uint64x2_t a) { in test_vreinterpretq_f32_u64()
17220 float32x4_t test_vreinterpretq_f32_f16(float16x8_t a) { in test_vreinterpretq_f32_f16()
17227 float32x4_t test_vreinterpretq_f32_f64(float64x2_t a) { in test_vreinterpretq_f32_f64()
17234 float32x4_t test_vreinterpretq_f32_p8(poly8x16_t a) { in test_vreinterpretq_f32_p8()
17241 float32x4_t test_vreinterpretq_f32_p16(poly16x8_t a) { in test_vreinterpretq_f32_p16()
17248 float32x4_t test_vreinterpretq_f32_p64(poly64x2_t a) { in test_vreinterpretq_f32_p64()
17255 float64x2_t test_vreinterpretq_f64_s8(int8x16_t a) { in test_vreinterpretq_f64_s8()
17262 float64x2_t test_vreinterpretq_f64_s16(int16x8_t a) { in test_vreinterpretq_f64_s16()
17269 float64x2_t test_vreinterpretq_f64_s32(int32x4_t a) { in test_vreinterpretq_f64_s32()
17276 float64x2_t test_vreinterpretq_f64_s64(int64x2_t a) { in test_vreinterpretq_f64_s64()
17283 float64x2_t test_vreinterpretq_f64_u8(uint8x16_t a) { in test_vreinterpretq_f64_u8()
17290 float64x2_t test_vreinterpretq_f64_u16(uint16x8_t a) { in test_vreinterpretq_f64_u16()
17297 float64x2_t test_vreinterpretq_f64_u32(uint32x4_t a) { in test_vreinterpretq_f64_u32()
17304 float64x2_t test_vreinterpretq_f64_u64(uint64x2_t a) { in test_vreinterpretq_f64_u64()
17311 float64x2_t test_vreinterpretq_f64_f16(float16x8_t a) { in test_vreinterpretq_f64_f16()
17318 float64x2_t test_vreinterpretq_f64_f32(float32x4_t a) { in test_vreinterpretq_f64_f32()
17325 float64x2_t test_vreinterpretq_f64_p8(poly8x16_t a) { in test_vreinterpretq_f64_p8()
17332 float64x2_t test_vreinterpretq_f64_p16(poly16x8_t a) { in test_vreinterpretq_f64_p16()
17339 float64x2_t test_vreinterpretq_f64_p64(poly64x2_t a) { in test_vreinterpretq_f64_p64()
17345 poly8x16_t test_vreinterpretq_p8_s8(int8x16_t a) { in test_vreinterpretq_p8_s8()
17352 poly8x16_t test_vreinterpretq_p8_s16(int16x8_t a) { in test_vreinterpretq_p8_s16()
17359 poly8x16_t test_vreinterpretq_p8_s32(int32x4_t a) { in test_vreinterpretq_p8_s32()
17366 poly8x16_t test_vreinterpretq_p8_s64(int64x2_t a) { in test_vreinterpretq_p8_s64()
17372 poly8x16_t test_vreinterpretq_p8_u8(uint8x16_t a) { in test_vreinterpretq_p8_u8()
17379 poly8x16_t test_vreinterpretq_p8_u16(uint16x8_t a) { in test_vreinterpretq_p8_u16()
17386 poly8x16_t test_vreinterpretq_p8_u32(uint32x4_t a) { in test_vreinterpretq_p8_u32()
17393 poly8x16_t test_vreinterpretq_p8_u64(uint64x2_t a) { in test_vreinterpretq_p8_u64()
17400 poly8x16_t test_vreinterpretq_p8_f16(float16x8_t a) { in test_vreinterpretq_p8_f16()
17407 poly8x16_t test_vreinterpretq_p8_f32(float32x4_t a) { in test_vreinterpretq_p8_f32()
17414 poly8x16_t test_vreinterpretq_p8_f64(float64x2_t a) { in test_vreinterpretq_p8_f64()
17421 poly8x16_t test_vreinterpretq_p8_p16(poly16x8_t a) { in test_vreinterpretq_p8_p16()
17428 poly8x16_t test_vreinterpretq_p8_p64(poly64x2_t a) { in test_vreinterpretq_p8_p64()
17435 poly16x8_t test_vreinterpretq_p16_s8(int8x16_t a) { in test_vreinterpretq_p16_s8()
17441 poly16x8_t test_vreinterpretq_p16_s16(int16x8_t a) { in test_vreinterpretq_p16_s16()
17448 poly16x8_t test_vreinterpretq_p16_s32(int32x4_t a) { in test_vreinterpretq_p16_s32()
17455 poly16x8_t test_vreinterpretq_p16_s64(int64x2_t a) { in test_vreinterpretq_p16_s64()
17462 poly16x8_t test_vreinterpretq_p16_u8(uint8x16_t a) { in test_vreinterpretq_p16_u8()
17468 poly16x8_t test_vreinterpretq_p16_u16(uint16x8_t a) { in test_vreinterpretq_p16_u16()
17475 poly16x8_t test_vreinterpretq_p16_u32(uint32x4_t a) { in test_vreinterpretq_p16_u32()
17482 poly16x8_t test_vreinterpretq_p16_u64(uint64x2_t a) { in test_vreinterpretq_p16_u64()
17489 poly16x8_t test_vreinterpretq_p16_f16(float16x8_t a) { in test_vreinterpretq_p16_f16()
17496 poly16x8_t test_vreinterpretq_p16_f32(float32x4_t a) { in test_vreinterpretq_p16_f32()
17503 poly16x8_t test_vreinterpretq_p16_f64(float64x2_t a) { in test_vreinterpretq_p16_f64()
17510 poly16x8_t test_vreinterpretq_p16_p8(poly8x16_t a) { in test_vreinterpretq_p16_p8()
17517 poly16x8_t test_vreinterpretq_p16_p64(poly64x2_t a) { in test_vreinterpretq_p16_p64()
17524 poly64x2_t test_vreinterpretq_p64_s8(int8x16_t a) { in test_vreinterpretq_p64_s8()
17531 poly64x2_t test_vreinterpretq_p64_s16(int16x8_t a) { in test_vreinterpretq_p64_s16()
17538 poly64x2_t test_vreinterpretq_p64_s32(int32x4_t a) { in test_vreinterpretq_p64_s32()
17544 poly64x2_t test_vreinterpretq_p64_s64(int64x2_t a) { in test_vreinterpretq_p64_s64()
17551 poly64x2_t test_vreinterpretq_p64_u8(uint8x16_t a) { in test_vreinterpretq_p64_u8()
17558 poly64x2_t test_vreinterpretq_p64_u16(uint16x8_t a) { in test_vreinterpretq_p64_u16()
17565 poly64x2_t test_vreinterpretq_p64_u32(uint32x4_t a) { in test_vreinterpretq_p64_u32()
17571 poly64x2_t test_vreinterpretq_p64_u64(uint64x2_t a) { in test_vreinterpretq_p64_u64()
17578 poly64x2_t test_vreinterpretq_p64_f16(float16x8_t a) { in test_vreinterpretq_p64_f16()
17585 poly64x2_t test_vreinterpretq_p64_f32(float32x4_t a) { in test_vreinterpretq_p64_f32()
17592 poly64x2_t test_vreinterpretq_p64_f64(float64x2_t a) { in test_vreinterpretq_p64_f64()
17599 poly64x2_t test_vreinterpretq_p64_p8(poly8x16_t a) { in test_vreinterpretq_p64_p8()
17606 poly64x2_t test_vreinterpretq_p64_p16(poly16x8_t a) { in test_vreinterpretq_p64_p16()
17613 float32_t test_vabds_f32(float32_t a, float32_t b) { in test_vabds_f32()
17620 float64_t test_vabdd_f64(float64_t a, float64_t b) { in test_vabdd_f64()
17628 int8x16_t test_vuqaddq_s8(int8x16_t a, uint8x16_t b) { in test_vuqaddq_s8()
17635 int32x4_t test_vuqaddq_s32(int32x4_t a, uint32x4_t b) { in test_vuqaddq_s32()
17642 int64x2_t test_vuqaddq_s64(int64x2_t a, uint64x2_t b) { in test_vuqaddq_s64()
17649 int16x8_t test_vuqaddq_s16(int16x8_t a, uint16x8_t b) { in test_vuqaddq_s16()
17657 int8x8_t test_vuqadd_s8(int8x8_t a, uint8x8_t b) { in test_vuqadd_s8()
17664 int32x2_t test_vuqadd_s32(int32x2_t a, uint32x2_t b) { in test_vuqadd_s32()
17673 int64x1_t test_vuqadd_s64(int64x1_t a, uint64x1_t b) { in test_vuqadd_s64()
17680 int16x4_t test_vuqadd_s16(int16x4_t a, uint16x4_t b) { in test_vuqadd_s16()
17689 uint64x1_t test_vsqadd_u64(uint64x1_t a, int64x1_t b) { in test_vsqadd_u64()
17696 uint8x8_t test_vsqadd_u8(uint8x8_t a, int8x8_t b) { in test_vsqadd_u8()
17703 uint8x16_t test_vsqaddq_u8(uint8x16_t a, int8x16_t b) { in test_vsqaddq_u8()
17712 uint16x4_t test_vsqadd_u16(uint16x4_t a, int16x4_t b) { in test_vsqadd_u16()
17721 uint16x8_t test_vsqaddq_u16(uint16x8_t a, int16x8_t b) { in test_vsqaddq_u16()
17730 uint32x2_t test_vsqadd_u32(uint32x2_t a, int32x2_t b) { in test_vsqadd_u32()
17739 uint32x4_t test_vsqaddq_u32(uint32x4_t a, int32x4_t b) { in test_vsqaddq_u32()
17748 uint64x2_t test_vsqaddq_u64(uint64x2_t a, int64x2_t b) { in test_vsqaddq_u64()
17756 int64x1_t test_vabs_s64(int64x1_t a) { in test_vabs_s64()
17765 int64x1_t test_vqabs_s64(int64x1_t a) { in test_vqabs_s64()
17774 int64x1_t test_vqneg_s64(int64x1_t a) { in test_vqneg_s64()
17781 int64x1_t test_vneg_s64(int64x1_t a) { in test_vneg_s64()
17788 float32_t test_vaddv_f32(float32x2_t a) { in test_vaddv_f32()
17795 float32_t test_vaddvq_f32(float32x4_t a) { in test_vaddvq_f32()
17802 float64_t test_vaddvq_f64(float64x2_t a) { in test_vaddvq_f64()
17809 float32_t test_vmaxv_f32(float32x2_t a) { in test_vmaxv_f32()
17816 float64_t test_vmaxvq_f64(float64x2_t a) { in test_vmaxvq_f64()
17823 float32_t test_vminv_f32(float32x2_t a) { in test_vminv_f32()
17830 float64_t test_vminvq_f64(float64x2_t a) { in test_vminvq_f64()
17837 float64_t test_vmaxnmvq_f64(float64x2_t a) { in test_vmaxnmvq_f64()
17844 float32_t test_vmaxnmv_f32(float32x2_t a) { in test_vmaxnmv_f32()
17851 float64_t test_vminnmvq_f64(float64x2_t a) { in test_vminnmvq_f64()
17858 float32_t test_vminnmv_f32(float32x2_t a) { in test_vminnmv_f32()
17866 int64x2_t test_vpaddq_s64(int64x2_t a, int64x2_t b) { in test_vpaddq_s64()
17874 uint64x2_t test_vpaddq_u64(uint64x2_t a, uint64x2_t b) { in test_vpaddq_u64()
17881 uint64_t test_vpaddd_u64(uint64x2_t a) { in test_vpaddd_u64()
17888 int64_t test_vaddvq_s64(int64x2_t a) { in test_vaddvq_s64()
17895 uint64_t test_vaddvq_u64(uint64x2_t a) { in test_vaddvq_u64()
17902 float64x1_t test_vadd_f64(float64x1_t a, float64x1_t b) { in test_vadd_f64()
17909 float64x1_t test_vmul_f64(float64x1_t a, float64x1_t b) { in test_vmul_f64()
17916 float64x1_t test_vdiv_f64(float64x1_t a, float64x1_t b) { in test_vdiv_f64()
17924 float64x1_t test_vmla_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vmla_f64()
17932 float64x1_t test_vmls_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vmls_f64()
17942 float64x1_t test_vfma_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vfma_f64()
17953 float64x1_t test_vfms_f64(float64x1_t a, float64x1_t b, float64x1_t c) { in test_vfms_f64()
17960 float64x1_t test_vsub_f64(float64x1_t a, float64x1_t b) { in test_vsub_f64()
17969 float64x1_t test_vabd_f64(float64x1_t a, float64x1_t b) { in test_vabd_f64()
17978 float64x1_t test_vmax_f64(float64x1_t a, float64x1_t b) { in test_vmax_f64()
17987 float64x1_t test_vmin_f64(float64x1_t a, float64x1_t b) { in test_vmin_f64()
17996 float64x1_t test_vmaxnm_f64(float64x1_t a, float64x1_t b) { in test_vmaxnm_f64()
18005 float64x1_t test_vminnm_f64(float64x1_t a, float64x1_t b) { in test_vminnm_f64()
18013 float64x1_t test_vabs_f64(float64x1_t a) { in test_vabs_f64()
18020 float64x1_t test_vneg_f64(float64x1_t a) { in test_vneg_f64()
18028 int64x1_t test_vcvt_s64_f64(float64x1_t a) { in test_vcvt_s64_f64()
18036 uint64x1_t test_vcvt_u64_f64(float64x1_t a) { in test_vcvt_u64_f64()
18044 int64x1_t test_vcvtn_s64_f64(float64x1_t a) { in test_vcvtn_s64_f64()
18052 uint64x1_t test_vcvtn_u64_f64(float64x1_t a) { in test_vcvtn_u64_f64()
18060 int64x1_t test_vcvtp_s64_f64(float64x1_t a) { in test_vcvtp_s64_f64()
18068 uint64x1_t test_vcvtp_u64_f64(float64x1_t a) { in test_vcvtp_u64_f64()
18076 int64x1_t test_vcvtm_s64_f64(float64x1_t a) { in test_vcvtm_s64_f64()
18084 uint64x1_t test_vcvtm_u64_f64(float64x1_t a) { in test_vcvtm_u64_f64()
18092 int64x1_t test_vcvta_s64_f64(float64x1_t a) { in test_vcvta_s64_f64()
18100 uint64x1_t test_vcvta_u64_f64(float64x1_t a) { in test_vcvta_u64_f64()
18108 float64x1_t test_vcvt_f64_s64(int64x1_t a) { in test_vcvt_f64_s64()
18116 float64x1_t test_vcvt_f64_u64(uint64x1_t a) { in test_vcvt_f64_u64()
18125 int64x1_t test_vcvt_n_s64_f64(float64x1_t a) { in test_vcvt_n_s64_f64()
18134 uint64x1_t test_vcvt_n_u64_f64(float64x1_t a) { in test_vcvt_n_u64_f64()
18143 float64x1_t test_vcvt_n_f64_s64(int64x1_t a) { in test_vcvt_n_f64_s64()
18152 float64x1_t test_vcvt_n_f64_u64(uint64x1_t a) { in test_vcvt_n_f64_u64()
18160 float64x1_t test_vrndn_f64(float64x1_t a) { in test_vrndn_f64()
18168 float64x1_t test_vrnda_f64(float64x1_t a) { in test_vrnda_f64()
18176 float64x1_t test_vrndp_f64(float64x1_t a) { in test_vrndp_f64()
18184 float64x1_t test_vrndm_f64(float64x1_t a) { in test_vrndm_f64()
18192 float64x1_t test_vrndx_f64(float64x1_t a) { in test_vrndx_f64()
18200 float64x1_t test_vrnd_f64(float64x1_t a) { in test_vrnd_f64()
18208 float64x1_t test_vrndi_f64(float64x1_t a) { in test_vrndi_f64()
18216 float64x1_t test_vrsqrte_f64(float64x1_t a) { in test_vrsqrte_f64()
18224 float64x1_t test_vrecpe_f64(float64x1_t a) { in test_vrecpe_f64()
18232 float64x1_t test_vsqrt_f64(float64x1_t a) { in test_vsqrt_f64()
18241 float64x1_t test_vrecps_f64(float64x1_t a, float64x1_t b) { in test_vrecps_f64()
18251 float64x1_t test_vrsqrts_f64(float64x1_t a, float64x1_t b) { in test_vrsqrts_f64()
18258 int32_t test_vminv_s32(int32x2_t a) { in test_vminv_s32()
18265 uint32_t test_vminv_u32(uint32x2_t a) { in test_vminv_u32()
18272 int32_t test_vmaxv_s32(int32x2_t a) { in test_vmaxv_s32()
18279 uint32_t test_vmaxv_u32(uint32x2_t a) { in test_vmaxv_u32()
18286 int32_t test_vaddv_s32(int32x2_t a) { in test_vaddv_s32()
18293 uint32_t test_vaddv_u32(uint32x2_t a) { in test_vaddv_u32()
18300 int64_t test_vaddlv_s32(int32x2_t a) { in test_vaddlv_s32()
18307 uint64_t test_vaddlv_u32(uint32x2_t a) { in test_vaddlv_u32()