• Home
  • Raw
  • Download

Lines Matching refs:inactive

134 int16x8_t test_vmovlbq_m_s8(int16x8_t inactive, int8x16_t a, mve_pred16_t p)  in test_vmovlbq_m_s8()  argument
137 return vmovlbq_m(inactive, a, p); in test_vmovlbq_m_s8()
139 return vmovlbq_m_s8(inactive, a, p); in test_vmovlbq_m_s8()
150 int32x4_t test_vmovlbq_m_s16(int32x4_t inactive, int16x8_t a, mve_pred16_t p) in test_vmovlbq_m_s16() argument
153 return vmovlbq_m(inactive, a, p); in test_vmovlbq_m_s16()
155 return vmovlbq_m_s16(inactive, a, p); in test_vmovlbq_m_s16()
166 uint16x8_t test_vmovlbq_m_u8(uint16x8_t inactive, uint8x16_t a, mve_pred16_t p) in test_vmovlbq_m_u8() argument
169 return vmovlbq_m(inactive, a, p); in test_vmovlbq_m_u8()
171 return vmovlbq_m_u8(inactive, a, p); in test_vmovlbq_m_u8()
182 uint32x4_t test_vmovlbq_m_u16(uint32x4_t inactive, uint16x8_t a, mve_pred16_t p) in test_vmovlbq_m_u16() argument
185 return vmovlbq_m(inactive, a, p); in test_vmovlbq_m_u16()
187 return vmovlbq_m_u16(inactive, a, p); in test_vmovlbq_m_u16()
198 int16x8_t test_vmovltq_m_s8(int16x8_t inactive, int8x16_t a, mve_pred16_t p) in test_vmovltq_m_s8() argument
201 return vmovltq_m(inactive, a, p); in test_vmovltq_m_s8()
203 return vmovltq_m_s8(inactive, a, p); in test_vmovltq_m_s8()
214 int32x4_t test_vmovltq_m_s16(int32x4_t inactive, int16x8_t a, mve_pred16_t p) in test_vmovltq_m_s16() argument
217 return vmovltq_m(inactive, a, p); in test_vmovltq_m_s16()
219 return vmovltq_m_s16(inactive, a, p); in test_vmovltq_m_s16()
230 uint16x8_t test_vmovltq_m_u8(uint16x8_t inactive, uint8x16_t a, mve_pred16_t p) in test_vmovltq_m_u8() argument
233 return vmovltq_m(inactive, a, p); in test_vmovltq_m_u8()
235 return vmovltq_m_u8(inactive, a, p); in test_vmovltq_m_u8()
246 uint32x4_t test_vmovltq_m_u16(uint32x4_t inactive, uint16x8_t a, mve_pred16_t p) in test_vmovltq_m_u16() argument
249 return vmovltq_m(inactive, a, p); in test_vmovltq_m_u16()
251 return vmovltq_m_u16(inactive, a, p); in test_vmovltq_m_u16()