Lines Matching refs:inactive
126 float16x8_t test_vcmulq_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16_t p) in test_vcmulq_m_f16() argument
129 return vcmulq_m(inactive, a, b, p); in test_vcmulq_m_f16()
131 return vcmulq_m_f16(inactive, a, b, p); in test_vcmulq_m_f16()
142 float32x4_t test_vcmulq_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16_t p) in test_vcmulq_m_f32() argument
145 return vcmulq_m(inactive, a, b, p); in test_vcmulq_m_f32()
147 return vcmulq_m_f32(inactive, a, b, p); in test_vcmulq_m_f32()
158 float16x8_t test_vcmulq_rot90_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16_… in test_vcmulq_rot90_m_f16() argument
161 return vcmulq_rot90_m(inactive, a, b, p); in test_vcmulq_rot90_m_f16()
163 return vcmulq_rot90_m_f16(inactive, a, b, p); in test_vcmulq_rot90_m_f16()
174 float32x4_t test_vcmulq_rot90_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16_… in test_vcmulq_rot90_m_f32() argument
177 return vcmulq_rot90_m(inactive, a, b, p); in test_vcmulq_rot90_m_f32()
179 return vcmulq_rot90_m_f32(inactive, a, b, p); in test_vcmulq_rot90_m_f32()
190 float16x8_t test_vcmulq_rot180_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16… in test_vcmulq_rot180_m_f16() argument
193 return vcmulq_rot180_m(inactive, a, b, p); in test_vcmulq_rot180_m_f16()
195 return vcmulq_rot180_m_f16(inactive, a, b, p); in test_vcmulq_rot180_m_f16()
206 float32x4_t test_vcmulq_rot180_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16… in test_vcmulq_rot180_m_f32() argument
209 return vcmulq_rot180_m(inactive, a, b, p); in test_vcmulq_rot180_m_f32()
211 return vcmulq_rot180_m_f32(inactive, a, b, p); in test_vcmulq_rot180_m_f32()
222 float16x8_t test_vcmulq_rot270_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16… in test_vcmulq_rot270_m_f16() argument
225 return vcmulq_rot270_m(inactive, a, b, p); in test_vcmulq_rot270_m_f16()
227 return vcmulq_rot270_m_f16(inactive, a, b, p); in test_vcmulq_rot270_m_f16()
238 float32x4_t test_vcmulq_rot270_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16… in test_vcmulq_rot270_m_f32() argument
241 return vcmulq_rot270_m(inactive, a, b, p); in test_vcmulq_rot270_m_f32()
243 return vcmulq_rot270_m_f32(inactive, a, b, p); in test_vcmulq_rot270_m_f32()