• Home
  • Raw
  • Download

Lines Matching refs:inactive

239 uint8x16_t test_vcaddq_rot90_m_u8(uint8x16_t inactive, uint8x16_t a, uint8x16_t b, mve_pred16_t p)  in test_vcaddq_rot90_m_u8()  argument
242 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_u8()
244 return vcaddq_rot90_m_u8(inactive, a, b, p); in test_vcaddq_rot90_m_u8()
255 uint16x8_t test_vcaddq_rot90_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vcaddq_rot90_m_u16() argument
258 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_u16()
260 return vcaddq_rot90_m_u16(inactive, a, b, p); in test_vcaddq_rot90_m_u16()
271 uint32x4_t test_vcaddq_rot90_m_u32(uint32x4_t inactive, uint32x4_t a, uint32x4_t b, mve_pred16_t p) in test_vcaddq_rot90_m_u32() argument
274 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_u32()
276 return vcaddq_rot90_m_u32(inactive, a, b, p); in test_vcaddq_rot90_m_u32()
287 int8x16_t test_vcaddq_rot90_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vcaddq_rot90_m_s8() argument
290 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_s8()
292 return vcaddq_rot90_m_s8(inactive, a, b, p); in test_vcaddq_rot90_m_s8()
303 int16x8_t test_vcaddq_rot90_m_s16(int16x8_t inactive, int16x8_t a, int16x8_t b, mve_pred16_t p) in test_vcaddq_rot90_m_s16() argument
306 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_s16()
308 return vcaddq_rot90_m_s16(inactive, a, b, p); in test_vcaddq_rot90_m_s16()
319 int32x4_t test_vcaddq_rot90_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vcaddq_rot90_m_s32() argument
322 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_s32()
324 return vcaddq_rot90_m_s32(inactive, a, b, p); in test_vcaddq_rot90_m_s32()
335 float16x8_t test_vcaddq_rot90_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16_… in test_vcaddq_rot90_m_f16() argument
338 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_f16()
340 return vcaddq_rot90_m_f16(inactive, a, b, p); in test_vcaddq_rot90_m_f16()
351 float32x4_t test_vcaddq_rot90_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16_… in test_vcaddq_rot90_m_f32() argument
354 return vcaddq_rot90_m(inactive, a, b, p); in test_vcaddq_rot90_m_f32()
356 return vcaddq_rot90_m_f32(inactive, a, b, p); in test_vcaddq_rot90_m_f32()
367 uint8x16_t test_vcaddq_rot270_m_u8(uint8x16_t inactive, uint8x16_t a, uint8x16_t b, mve_pred16_t p) in test_vcaddq_rot270_m_u8() argument
370 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_u8()
372 return vcaddq_rot270_m_u8(inactive, a, b, p); in test_vcaddq_rot270_m_u8()
383 uint16x8_t test_vcaddq_rot270_m_u16(uint16x8_t inactive, uint16x8_t a, uint16x8_t b, mve_pred16_t p) in test_vcaddq_rot270_m_u16() argument
386 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_u16()
388 return vcaddq_rot270_m_u16(inactive, a, b, p); in test_vcaddq_rot270_m_u16()
399 uint32x4_t test_vcaddq_rot270_m_u32(uint32x4_t inactive, uint32x4_t a, uint32x4_t b, mve_pred16_t p) in test_vcaddq_rot270_m_u32() argument
402 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_u32()
404 return vcaddq_rot270_m_u32(inactive, a, b, p); in test_vcaddq_rot270_m_u32()
415 int8x16_t test_vcaddq_rot270_m_s8(int8x16_t inactive, int8x16_t a, int8x16_t b, mve_pred16_t p) in test_vcaddq_rot270_m_s8() argument
418 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_s8()
420 return vcaddq_rot270_m_s8(inactive, a, b, p); in test_vcaddq_rot270_m_s8()
431 int16x8_t test_vcaddq_rot270_m_s16(int16x8_t inactive, int16x8_t a, int16x8_t b, mve_pred16_t p) in test_vcaddq_rot270_m_s16() argument
434 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_s16()
436 return vcaddq_rot270_m_s16(inactive, a, b, p); in test_vcaddq_rot270_m_s16()
447 int32x4_t test_vcaddq_rot270_m_s32(int32x4_t inactive, int32x4_t a, int32x4_t b, mve_pred16_t p) in test_vcaddq_rot270_m_s32() argument
450 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_s32()
452 return vcaddq_rot270_m_s32(inactive, a, b, p); in test_vcaddq_rot270_m_s32()
463 float16x8_t test_vcaddq_rot270_m_f16(float16x8_t inactive, float16x8_t a, float16x8_t b, mve_pred16… in test_vcaddq_rot270_m_f16() argument
466 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_f16()
468 return vcaddq_rot270_m_f16(inactive, a, b, p); in test_vcaddq_rot270_m_f16()
479 float32x4_t test_vcaddq_rot270_m_f32(float32x4_t inactive, float32x4_t a, float32x4_t b, mve_pred16… in test_vcaddq_rot270_m_f32() argument
482 return vcaddq_rot270_m(inactive, a, b, p); in test_vcaddq_rot270_m_f32()
484 return vcaddq_rot270_m_f32(inactive, a, b, p); in test_vcaddq_rot270_m_f32()