Lines Matching refs:inactive
110 float16x8_t test_vcvtq_m_f16_s16(float16x8_t inactive, int16x8_t a, mve_pred16_t p) in test_vcvtq_m_f16_s16() argument
113 return vcvtq_m(inactive, a, p); in test_vcvtq_m_f16_s16()
115 return vcvtq_m_f16_s16(inactive, a, p); in test_vcvtq_m_f16_s16()
126 float16x8_t test_vcvtq_m_f16_u16(float16x8_t inactive, uint16x8_t a, mve_pred16_t p) in test_vcvtq_m_f16_u16() argument
129 return vcvtq_m(inactive, a, p); in test_vcvtq_m_f16_u16()
131 return vcvtq_m_f16_u16(inactive, a, p); in test_vcvtq_m_f16_u16()
142 float32x4_t test_vcvtq_m_f32_s32(float32x4_t inactive, int32x4_t a, mve_pred16_t p) in test_vcvtq_m_f32_s32() argument
145 return vcvtq_m(inactive, a, p); in test_vcvtq_m_f32_s32()
147 return vcvtq_m_f32_s32(inactive, a, p); in test_vcvtq_m_f32_s32()
158 float32x4_t test_vcvtq_m_f32_u32(float32x4_t inactive, uint32x4_t a, mve_pred16_t p) in test_vcvtq_m_f32_u32() argument
161 return vcvtq_m(inactive, a, p); in test_vcvtq_m_f32_u32()
163 return vcvtq_m_f32_u32(inactive, a, p); in test_vcvtq_m_f32_u32()
174 int16x8_t test_vcvtq_m_s16_f16(int16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvtq_m_s16_f16() argument
177 return vcvtq_m(inactive, a, p); in test_vcvtq_m_s16_f16()
179 return vcvtq_m_s16_f16(inactive, a, p); in test_vcvtq_m_s16_f16()
190 int32x4_t test_vcvtq_m_s32_f32(int32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vcvtq_m_s32_f32() argument
193 return vcvtq_m(inactive, a, p); in test_vcvtq_m_s32_f32()
195 return vcvtq_m_s32_f32(inactive, a, p); in test_vcvtq_m_s32_f32()
206 uint16x8_t test_vcvtq_m_u16_f16(uint16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvtq_m_u16_f16() argument
209 return vcvtq_m(inactive, a, p); in test_vcvtq_m_u16_f16()
211 return vcvtq_m_u16_f16(inactive, a, p); in test_vcvtq_m_u16_f16()
222 uint32x4_t test_vcvtq_m_u32_f32(uint32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vcvtq_m_u32_f32() argument
225 return vcvtq_m(inactive, a, p); in test_vcvtq_m_u32_f32()
227 return vcvtq_m_u32_f32(inactive, a, p); in test_vcvtq_m_u32_f32()
468 float16x8_t test_vcvtq_m_n_f16_s16(float16x8_t inactive, int16x8_t a, mve_pred16_t p) in test_vcvtq_m_n_f16_s16() argument
471 return vcvtq_m_n(inactive, a, 1, p); in test_vcvtq_m_n_f16_s16()
473 return vcvtq_m_n_f16_s16(inactive, a, 1, p); in test_vcvtq_m_n_f16_s16()
484 float16x8_t test_vcvtq_m_n_f16_u16(float16x8_t inactive, uint16x8_t a, mve_pred16_t p) in test_vcvtq_m_n_f16_u16() argument
487 return vcvtq_m_n(inactive, a, 2, p); in test_vcvtq_m_n_f16_u16()
489 return vcvtq_m_n_f16_u16(inactive, a, 2, p); in test_vcvtq_m_n_f16_u16()
500 float32x4_t test_vcvtq_m_n_f32_s32(float32x4_t inactive, int32x4_t a, mve_pred16_t p) in test_vcvtq_m_n_f32_s32() argument
503 return vcvtq_m_n(inactive, a, 3, p); in test_vcvtq_m_n_f32_s32()
505 return vcvtq_m_n_f32_s32(inactive, a, 3, p); in test_vcvtq_m_n_f32_s32()
516 float32x4_t test_vcvtq_m_n_f32_u32(float32x4_t inactive, uint32x4_t a, mve_pred16_t p) in test_vcvtq_m_n_f32_u32() argument
519 return vcvtq_m_n(inactive, a, 32, p); in test_vcvtq_m_n_f32_u32()
521 return vcvtq_m_n_f32_u32(inactive, a, 32, p); in test_vcvtq_m_n_f32_u32()
532 int16x8_t test_vcvtq_m_n_s16_f16(int16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvtq_m_n_s16_f16() argument
535 return vcvtq_m_n(inactive, a, 1, p); in test_vcvtq_m_n_s16_f16()
537 return vcvtq_m_n_s16_f16(inactive, a, 1, p); in test_vcvtq_m_n_s16_f16()
548 uint16x8_t test_vcvtq_m_n_u16_f16(uint16x8_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvtq_m_n_u16_f16() argument
551 return vcvtq_m_n(inactive, a, 2, p); in test_vcvtq_m_n_u16_f16()
553 return vcvtq_m_n_u16_f16(inactive, a, 2, p); in test_vcvtq_m_n_u16_f16()
564 int32x4_t test_vcvtq_m_n_s32_f32(int32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vcvtq_m_n_s32_f32() argument
567 return vcvtq_m_n(inactive, a, 3, p); in test_vcvtq_m_n_s32_f32()
569 return vcvtq_m_n_s32_f32(inactive, a, 3, p); in test_vcvtq_m_n_s32_f32()
580 uint32x4_t test_vcvtq_m_n_u32_f32(uint32x4_t inactive, float32x4_t a, mve_pred16_t p) in test_vcvtq_m_n_u32_f32() argument
583 return vcvtq_m_n(inactive, a, 32, p); in test_vcvtq_m_n_u32_f32()
585 return vcvtq_m_n_u32_f32(inactive, a, 32, p); in test_vcvtq_m_n_u32_f32()
728 float32x4_t test_vcvtbq_m_f32_f16(float32x4_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvtbq_m_f32_f16() argument
730 return vcvtbq_m_f32_f16(inactive, a, p); in test_vcvtbq_m_f32_f16()
740 float32x4_t test_vcvttq_m_f32_f16(float32x4_t inactive, float16x8_t a, mve_pred16_t p) in test_vcvttq_m_f32_f16() argument
742 return vcvttq_m_f32_f16(inactive, a, p); in test_vcvttq_m_f32_f16()