• Home
  • Raw
  • Download

Lines Matching refs:base

12 int16x8_t test_vldrbq_gather_offset_s16(const int8_t *base, uint16x8_t offset)  in test_vldrbq_gather_offset_s16()  argument
15 return vldrbq_gather_offset(base, offset); in test_vldrbq_gather_offset_s16()
17 return vldrbq_gather_offset_s16(base, offset); in test_vldrbq_gather_offset_s16()
26 int32x4_t test_vldrbq_gather_offset_s32(const int8_t *base, uint32x4_t offset) in test_vldrbq_gather_offset_s32() argument
29 return vldrbq_gather_offset(base, offset); in test_vldrbq_gather_offset_s32()
31 return vldrbq_gather_offset_s32(base, offset); in test_vldrbq_gather_offset_s32()
40 int8x16_t test_vldrbq_gather_offset_s8(const int8_t *base, uint8x16_t offset) in test_vldrbq_gather_offset_s8() argument
43 return vldrbq_gather_offset(base, offset); in test_vldrbq_gather_offset_s8()
45 return vldrbq_gather_offset_s8(base, offset); in test_vldrbq_gather_offset_s8()
54 uint16x8_t test_vldrbq_gather_offset_u16(const uint8_t *base, uint16x8_t offset) in test_vldrbq_gather_offset_u16() argument
57 return vldrbq_gather_offset(base, offset); in test_vldrbq_gather_offset_u16()
59 return vldrbq_gather_offset_u16(base, offset); in test_vldrbq_gather_offset_u16()
68 uint32x4_t test_vldrbq_gather_offset_u32(const uint8_t *base, uint32x4_t offset) in test_vldrbq_gather_offset_u32() argument
71 return vldrbq_gather_offset(base, offset); in test_vldrbq_gather_offset_u32()
73 return vldrbq_gather_offset_u32(base, offset); in test_vldrbq_gather_offset_u32()
82 uint8x16_t test_vldrbq_gather_offset_u8(const uint8_t *base, uint8x16_t offset) in test_vldrbq_gather_offset_u8() argument
85 return vldrbq_gather_offset(base, offset); in test_vldrbq_gather_offset_u8()
87 return vldrbq_gather_offset_u8(base, offset); in test_vldrbq_gather_offset_u8()
98 int16x8_t test_vldrbq_gather_offset_z_s16(const int8_t *base, uint16x8_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_s16() argument
101 return vldrbq_gather_offset_z(base, offset, p); in test_vldrbq_gather_offset_z_s16()
103 return vldrbq_gather_offset_z_s16(base, offset, p); in test_vldrbq_gather_offset_z_s16()
114 int32x4_t test_vldrbq_gather_offset_z_s32(const int8_t *base, uint32x4_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_s32() argument
117 return vldrbq_gather_offset_z(base, offset, p); in test_vldrbq_gather_offset_z_s32()
119 return vldrbq_gather_offset_z_s32(base, offset, p); in test_vldrbq_gather_offset_z_s32()
130 int8x16_t test_vldrbq_gather_offset_z_s8(const int8_t *base, uint8x16_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_s8() argument
133 return vldrbq_gather_offset_z(base, offset, p); in test_vldrbq_gather_offset_z_s8()
135 return vldrbq_gather_offset_z_s8(base, offset, p); in test_vldrbq_gather_offset_z_s8()
146 uint16x8_t test_vldrbq_gather_offset_z_u16(const uint8_t *base, uint16x8_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_u16() argument
149 return vldrbq_gather_offset_z(base, offset, p); in test_vldrbq_gather_offset_z_u16()
151 return vldrbq_gather_offset_z_u16(base, offset, p); in test_vldrbq_gather_offset_z_u16()
162 uint32x4_t test_vldrbq_gather_offset_z_u32(const uint8_t *base, uint32x4_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_u32() argument
165 return vldrbq_gather_offset_z(base, offset, p); in test_vldrbq_gather_offset_z_u32()
167 return vldrbq_gather_offset_z_u32(base, offset, p); in test_vldrbq_gather_offset_z_u32()
178 uint8x16_t test_vldrbq_gather_offset_z_u8(const uint8_t *base, uint8x16_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_u8() argument
181 return vldrbq_gather_offset_z(base, offset, p); in test_vldrbq_gather_offset_z_u8()
183 return vldrbq_gather_offset_z_u8(base, offset, p); in test_vldrbq_gather_offset_z_u8()
296 int64x2_t test_vldrdq_gather_offset_s64(const int64_t *base, uint64x2_t offset) in test_vldrdq_gather_offset_s64() argument
299 return vldrdq_gather_offset(base, offset); in test_vldrdq_gather_offset_s64()
301 return vldrdq_gather_offset_s64(base, offset); in test_vldrdq_gather_offset_s64()
310 uint64x2_t test_vldrdq_gather_offset_u64(const uint64_t *base, uint64x2_t offset) in test_vldrdq_gather_offset_u64() argument
313 return vldrdq_gather_offset(base, offset); in test_vldrdq_gather_offset_u64()
315 return vldrdq_gather_offset_u64(base, offset); in test_vldrdq_gather_offset_u64()
326 int64x2_t test_vldrdq_gather_offset_z_s64(const int64_t *base, uint64x2_t offset, mve_pred16_t p) in test_vldrdq_gather_offset_z_s64() argument
329 return vldrdq_gather_offset_z(base, offset, p); in test_vldrdq_gather_offset_z_s64()
331 return vldrdq_gather_offset_z_s64(base, offset, p); in test_vldrdq_gather_offset_z_s64()
342 uint64x2_t test_vldrdq_gather_offset_z_u64(const uint64_t *base, uint64x2_t offset, mve_pred16_t p) in test_vldrdq_gather_offset_z_u64() argument
345 return vldrdq_gather_offset_z(base, offset, p); in test_vldrdq_gather_offset_z_u64()
347 return vldrdq_gather_offset_z_u64(base, offset, p); in test_vldrdq_gather_offset_z_u64()
356 int64x2_t test_vldrdq_gather_shifted_offset_s64(const int64_t *base, uint64x2_t offset) in test_vldrdq_gather_shifted_offset_s64() argument
359 return vldrdq_gather_shifted_offset(base, offset); in test_vldrdq_gather_shifted_offset_s64()
361 return vldrdq_gather_shifted_offset_s64(base, offset); in test_vldrdq_gather_shifted_offset_s64()
370 uint64x2_t test_vldrdq_gather_shifted_offset_u64(const uint64_t *base, uint64x2_t offset) in test_vldrdq_gather_shifted_offset_u64() argument
373 return vldrdq_gather_shifted_offset(base, offset); in test_vldrdq_gather_shifted_offset_u64()
375 return vldrdq_gather_shifted_offset_u64(base, offset); in test_vldrdq_gather_shifted_offset_u64()
386 int64x2_t test_vldrdq_gather_shifted_offset_z_s64(const int64_t *base, uint64x2_t offset, mve_pred1… in test_vldrdq_gather_shifted_offset_z_s64() argument
389 return vldrdq_gather_shifted_offset_z(base, offset, p); in test_vldrdq_gather_shifted_offset_z_s64()
391 return vldrdq_gather_shifted_offset_z_s64(base, offset, p); in test_vldrdq_gather_shifted_offset_z_s64()
402 uint64x2_t test_vldrdq_gather_shifted_offset_z_u64(const uint64_t *base, uint64x2_t offset, mve_pre… in test_vldrdq_gather_shifted_offset_z_u64() argument
405 return vldrdq_gather_shifted_offset_z(base, offset, p); in test_vldrdq_gather_shifted_offset_z_u64()
407 return vldrdq_gather_shifted_offset_z_u64(base, offset, p); in test_vldrdq_gather_shifted_offset_z_u64()
416 float16x8_t test_vldrhq_gather_offset_f16(const float16_t *base, uint16x8_t offset) in test_vldrhq_gather_offset_f16() argument
419 return vldrhq_gather_offset(base, offset); in test_vldrhq_gather_offset_f16()
421 return vldrhq_gather_offset_f16(base, offset); in test_vldrhq_gather_offset_f16()
430 int16x8_t test_vldrhq_gather_offset_s16(const int16_t *base, uint16x8_t offset) in test_vldrhq_gather_offset_s16() argument
433 return vldrhq_gather_offset(base, offset); in test_vldrhq_gather_offset_s16()
435 return vldrhq_gather_offset_s16(base, offset); in test_vldrhq_gather_offset_s16()
444 int32x4_t test_vldrhq_gather_offset_s32(const int16_t *base, uint32x4_t offset) in test_vldrhq_gather_offset_s32() argument
447 return vldrhq_gather_offset(base, offset); in test_vldrhq_gather_offset_s32()
449 return vldrhq_gather_offset_s32(base, offset); in test_vldrhq_gather_offset_s32()
458 uint16x8_t test_vldrhq_gather_offset_u16(const uint16_t *base, uint16x8_t offset) in test_vldrhq_gather_offset_u16() argument
461 return vldrhq_gather_offset(base, offset); in test_vldrhq_gather_offset_u16()
463 return vldrhq_gather_offset_u16(base, offset); in test_vldrhq_gather_offset_u16()
472 uint32x4_t test_vldrhq_gather_offset_u32(const uint16_t *base, uint32x4_t offset) in test_vldrhq_gather_offset_u32() argument
475 return vldrhq_gather_offset(base, offset); in test_vldrhq_gather_offset_u32()
477 return vldrhq_gather_offset_u32(base, offset); in test_vldrhq_gather_offset_u32()
488 float16x8_t test_vldrhq_gather_offset_z_f16(const float16_t *base, uint16x8_t offset, mve_pred16_t … in test_vldrhq_gather_offset_z_f16() argument
491 return vldrhq_gather_offset_z(base, offset, p); in test_vldrhq_gather_offset_z_f16()
493 return vldrhq_gather_offset_z_f16(base, offset, p); in test_vldrhq_gather_offset_z_f16()
504 int16x8_t test_vldrhq_gather_offset_z_s16(const int16_t *base, uint16x8_t offset, mve_pred16_t p) in test_vldrhq_gather_offset_z_s16() argument
507 return vldrhq_gather_offset_z(base, offset, p); in test_vldrhq_gather_offset_z_s16()
509 return vldrhq_gather_offset_z_s16(base, offset, p); in test_vldrhq_gather_offset_z_s16()
520 int32x4_t test_vldrhq_gather_offset_z_s32(const int16_t *base, uint32x4_t offset, mve_pred16_t p) in test_vldrhq_gather_offset_z_s32() argument
523 return vldrhq_gather_offset_z(base, offset, p); in test_vldrhq_gather_offset_z_s32()
525 return vldrhq_gather_offset_z_s32(base, offset, p); in test_vldrhq_gather_offset_z_s32()
536 uint16x8_t test_vldrhq_gather_offset_z_u16(const uint16_t *base, uint16x8_t offset, mve_pred16_t p) in test_vldrhq_gather_offset_z_u16() argument
539 return vldrhq_gather_offset_z(base, offset, p); in test_vldrhq_gather_offset_z_u16()
541 return vldrhq_gather_offset_z_u16(base, offset, p); in test_vldrhq_gather_offset_z_u16()
552 uint32x4_t test_vldrhq_gather_offset_z_u32(const uint16_t *base, uint32x4_t offset, mve_pred16_t p) in test_vldrhq_gather_offset_z_u32() argument
555 return vldrhq_gather_offset_z(base, offset, p); in test_vldrhq_gather_offset_z_u32()
557 return vldrhq_gather_offset_z_u32(base, offset, p); in test_vldrhq_gather_offset_z_u32()
566 float16x8_t test_vldrhq_gather_shifted_offset_f16(const float16_t *base, uint16x8_t offset) in test_vldrhq_gather_shifted_offset_f16() argument
569 return vldrhq_gather_shifted_offset(base, offset); in test_vldrhq_gather_shifted_offset_f16()
571 return vldrhq_gather_shifted_offset_f16(base, offset); in test_vldrhq_gather_shifted_offset_f16()
580 int16x8_t test_vldrhq_gather_shifted_offset_s16(const int16_t *base, uint16x8_t offset) in test_vldrhq_gather_shifted_offset_s16() argument
583 return vldrhq_gather_shifted_offset(base, offset); in test_vldrhq_gather_shifted_offset_s16()
585 return vldrhq_gather_shifted_offset_s16(base, offset); in test_vldrhq_gather_shifted_offset_s16()
594 int32x4_t test_vldrhq_gather_shifted_offset_s32(const int16_t *base, uint32x4_t offset) in test_vldrhq_gather_shifted_offset_s32() argument
597 return vldrhq_gather_shifted_offset(base, offset); in test_vldrhq_gather_shifted_offset_s32()
599 return vldrhq_gather_shifted_offset_s32(base, offset); in test_vldrhq_gather_shifted_offset_s32()
608 uint16x8_t test_vldrhq_gather_shifted_offset_u16(const uint16_t *base, uint16x8_t offset) in test_vldrhq_gather_shifted_offset_u16() argument
611 return vldrhq_gather_shifted_offset(base, offset); in test_vldrhq_gather_shifted_offset_u16()
613 return vldrhq_gather_shifted_offset_u16(base, offset); in test_vldrhq_gather_shifted_offset_u16()
622 uint32x4_t test_vldrhq_gather_shifted_offset_u32(const uint16_t *base, uint32x4_t offset) in test_vldrhq_gather_shifted_offset_u32() argument
625 return vldrhq_gather_shifted_offset(base, offset); in test_vldrhq_gather_shifted_offset_u32()
627 return vldrhq_gather_shifted_offset_u32(base, offset); in test_vldrhq_gather_shifted_offset_u32()
638 float16x8_t test_vldrhq_gather_shifted_offset_z_f16(const float16_t *base, uint16x8_t offset, mve_p… in test_vldrhq_gather_shifted_offset_z_f16() argument
641 return vldrhq_gather_shifted_offset_z(base, offset, p); in test_vldrhq_gather_shifted_offset_z_f16()
643 return vldrhq_gather_shifted_offset_z_f16(base, offset, p); in test_vldrhq_gather_shifted_offset_z_f16()
654 int16x8_t test_vldrhq_gather_shifted_offset_z_s16(const int16_t *base, uint16x8_t offset, mve_pred1… in test_vldrhq_gather_shifted_offset_z_s16() argument
657 return vldrhq_gather_shifted_offset_z(base, offset, p); in test_vldrhq_gather_shifted_offset_z_s16()
659 return vldrhq_gather_shifted_offset_z_s16(base, offset, p); in test_vldrhq_gather_shifted_offset_z_s16()
670 int32x4_t test_vldrhq_gather_shifted_offset_z_s32(const int16_t *base, uint32x4_t offset, mve_pred1… in test_vldrhq_gather_shifted_offset_z_s32() argument
673 return vldrhq_gather_shifted_offset_z(base, offset, p); in test_vldrhq_gather_shifted_offset_z_s32()
675 return vldrhq_gather_shifted_offset_z_s32(base, offset, p); in test_vldrhq_gather_shifted_offset_z_s32()
686 uint16x8_t test_vldrhq_gather_shifted_offset_z_u16(const uint16_t *base, uint16x8_t offset, mve_pre… in test_vldrhq_gather_shifted_offset_z_u16() argument
689 return vldrhq_gather_shifted_offset_z(base, offset, p); in test_vldrhq_gather_shifted_offset_z_u16()
691 return vldrhq_gather_shifted_offset_z_u16(base, offset, p); in test_vldrhq_gather_shifted_offset_z_u16()
702 uint32x4_t test_vldrhq_gather_shifted_offset_z_u32(const uint16_t *base, uint32x4_t offset, mve_pre… in test_vldrhq_gather_shifted_offset_z_u32() argument
705 return vldrhq_gather_shifted_offset_z(base, offset, p); in test_vldrhq_gather_shifted_offset_z_u32()
707 return vldrhq_gather_shifted_offset_z_u32(base, offset, p); in test_vldrhq_gather_shifted_offset_z_u32()
872 float32x4_t test_vldrwq_gather_offset_f32(const float32_t *base, uint32x4_t offset) in test_vldrwq_gather_offset_f32() argument
875 return vldrwq_gather_offset(base, offset); in test_vldrwq_gather_offset_f32()
877 return vldrwq_gather_offset_f32(base, offset); in test_vldrwq_gather_offset_f32()
886 int32x4_t test_vldrwq_gather_offset_s32(const int32_t *base, uint32x4_t offset) in test_vldrwq_gather_offset_s32() argument
889 return vldrwq_gather_offset(base, offset); in test_vldrwq_gather_offset_s32()
891 return vldrwq_gather_offset_s32(base, offset); in test_vldrwq_gather_offset_s32()
900 uint32x4_t test_vldrwq_gather_offset_u32(const uint32_t *base, uint32x4_t offset) in test_vldrwq_gather_offset_u32() argument
903 return vldrwq_gather_offset(base, offset); in test_vldrwq_gather_offset_u32()
905 return vldrwq_gather_offset_u32(base, offset); in test_vldrwq_gather_offset_u32()
916 float32x4_t test_vldrwq_gather_offset_z_f32(const float32_t *base, uint32x4_t offset, mve_pred16_t … in test_vldrwq_gather_offset_z_f32() argument
919 return vldrwq_gather_offset_z(base, offset, p); in test_vldrwq_gather_offset_z_f32()
921 return vldrwq_gather_offset_z_f32(base, offset, p); in test_vldrwq_gather_offset_z_f32()
932 int32x4_t test_vldrwq_gather_offset_z_s32(const int32_t *base, uint32x4_t offset, mve_pred16_t p) in test_vldrwq_gather_offset_z_s32() argument
935 return vldrwq_gather_offset_z(base, offset, p); in test_vldrwq_gather_offset_z_s32()
937 return vldrwq_gather_offset_z_s32(base, offset, p); in test_vldrwq_gather_offset_z_s32()
948 uint32x4_t test_vldrwq_gather_offset_z_u32(const uint32_t *base, uint32x4_t offset, mve_pred16_t p) in test_vldrwq_gather_offset_z_u32() argument
951 return vldrwq_gather_offset_z(base, offset, p); in test_vldrwq_gather_offset_z_u32()
953 return vldrwq_gather_offset_z_u32(base, offset, p); in test_vldrwq_gather_offset_z_u32()
962 float32x4_t test_vldrwq_gather_shifted_offset_f32(const float32_t *base, uint32x4_t offset) in test_vldrwq_gather_shifted_offset_f32() argument
965 return vldrwq_gather_shifted_offset(base, offset); in test_vldrwq_gather_shifted_offset_f32()
967 return vldrwq_gather_shifted_offset_f32(base, offset); in test_vldrwq_gather_shifted_offset_f32()
976 int32x4_t test_vldrwq_gather_shifted_offset_s32(const int32_t *base, uint32x4_t offset) in test_vldrwq_gather_shifted_offset_s32() argument
979 return vldrwq_gather_shifted_offset(base, offset); in test_vldrwq_gather_shifted_offset_s32()
981 return vldrwq_gather_shifted_offset_s32(base, offset); in test_vldrwq_gather_shifted_offset_s32()
990 uint32x4_t test_vldrwq_gather_shifted_offset_u32(const uint32_t *base, uint32x4_t offset) in test_vldrwq_gather_shifted_offset_u32() argument
993 return vldrwq_gather_shifted_offset(base, offset); in test_vldrwq_gather_shifted_offset_u32()
995 return vldrwq_gather_shifted_offset_u32(base, offset); in test_vldrwq_gather_shifted_offset_u32()
1006 float32x4_t test_vldrwq_gather_shifted_offset_z_f32(const float32_t *base, uint32x4_t offset, mve_p… in test_vldrwq_gather_shifted_offset_z_f32() argument
1009 return vldrwq_gather_shifted_offset_z(base, offset, p); in test_vldrwq_gather_shifted_offset_z_f32()
1011 return vldrwq_gather_shifted_offset_z_f32(base, offset, p); in test_vldrwq_gather_shifted_offset_z_f32()
1022 int32x4_t test_vldrwq_gather_shifted_offset_z_s32(const int32_t *base, uint32x4_t offset, mve_pred1… in test_vldrwq_gather_shifted_offset_z_s32() argument
1025 return vldrwq_gather_shifted_offset_z(base, offset, p); in test_vldrwq_gather_shifted_offset_z_s32()
1027 return vldrwq_gather_shifted_offset_z_s32(base, offset, p); in test_vldrwq_gather_shifted_offset_z_s32()
1038 uint32x4_t test_vldrwq_gather_shifted_offset_z_u32(const uint32_t *base, uint32x4_t offset, mve_pre… in test_vldrwq_gather_shifted_offset_z_u32() argument
1041 return vldrwq_gather_shifted_offset_z(base, offset, p); in test_vldrwq_gather_shifted_offset_z_u32()
1043 return vldrwq_gather_shifted_offset_z_u32(base, offset, p); in test_vldrwq_gather_shifted_offset_z_u32()
1054 void test_vstrbq_scatter_offset_p_s16(int8_t *base, uint16x8_t offset, int16x8_t value, mve_pred16_… in test_vstrbq_scatter_offset_p_s16() argument
1057 vstrbq_scatter_offset_p(base, offset, value, p); in test_vstrbq_scatter_offset_p_s16()
1059 vstrbq_scatter_offset_p_s16(base, offset, value, p); in test_vstrbq_scatter_offset_p_s16()
1070 void test_vstrbq_scatter_offset_p_s32(int8_t *base, uint32x4_t offset, int32x4_t value, mve_pred16_… in test_vstrbq_scatter_offset_p_s32() argument
1073 vstrbq_scatter_offset_p(base, offset, value, p); in test_vstrbq_scatter_offset_p_s32()
1075 vstrbq_scatter_offset_p_s32(base, offset, value, p); in test_vstrbq_scatter_offset_p_s32()
1086 void test_vstrbq_scatter_offset_p_s8(int8_t *base, uint8x16_t offset, int8x16_t value, mve_pred16_t… in test_vstrbq_scatter_offset_p_s8() argument
1089 vstrbq_scatter_offset_p(base, offset, value, p); in test_vstrbq_scatter_offset_p_s8()
1091 vstrbq_scatter_offset_p_s8(base, offset, value, p); in test_vstrbq_scatter_offset_p_s8()
1102 void test_vstrbq_scatter_offset_p_u16(uint8_t *base, uint16x8_t offset, uint16x8_t value, mve_pred1… in test_vstrbq_scatter_offset_p_u16() argument
1105 vstrbq_scatter_offset_p(base, offset, value, p); in test_vstrbq_scatter_offset_p_u16()
1107 vstrbq_scatter_offset_p_u16(base, offset, value, p); in test_vstrbq_scatter_offset_p_u16()
1118 void test_vstrbq_scatter_offset_p_u32(uint8_t *base, uint32x4_t offset, uint32x4_t value, mve_pred1… in test_vstrbq_scatter_offset_p_u32() argument
1121 vstrbq_scatter_offset_p(base, offset, value, p); in test_vstrbq_scatter_offset_p_u32()
1123 vstrbq_scatter_offset_p_u32(base, offset, value, p); in test_vstrbq_scatter_offset_p_u32()
1134 void test_vstrbq_scatter_offset_p_u8(uint8_t *base, uint8x16_t offset, uint8x16_t value, mve_pred16… in test_vstrbq_scatter_offset_p_u8() argument
1137 vstrbq_scatter_offset_p(base, offset, value, p); in test_vstrbq_scatter_offset_p_u8()
1139 vstrbq_scatter_offset_p_u8(base, offset, value, p); in test_vstrbq_scatter_offset_p_u8()
1148 void test_vstrbq_scatter_offset_s16(int8_t *base, uint16x8_t offset, int16x8_t value) in test_vstrbq_scatter_offset_s16() argument
1151 vstrbq_scatter_offset(base, offset, value); in test_vstrbq_scatter_offset_s16()
1153 vstrbq_scatter_offset_s16(base, offset, value); in test_vstrbq_scatter_offset_s16()
1162 void test_vstrbq_scatter_offset_s32(int8_t *base, uint32x4_t offset, int32x4_t value) in test_vstrbq_scatter_offset_s32() argument
1165 vstrbq_scatter_offset(base, offset, value); in test_vstrbq_scatter_offset_s32()
1167 vstrbq_scatter_offset_s32(base, offset, value); in test_vstrbq_scatter_offset_s32()
1176 void test_vstrbq_scatter_offset_s8(int8_t *base, uint8x16_t offset, int8x16_t value) in test_vstrbq_scatter_offset_s8() argument
1179 vstrbq_scatter_offset(base, offset, value); in test_vstrbq_scatter_offset_s8()
1181 vstrbq_scatter_offset_s8(base, offset, value); in test_vstrbq_scatter_offset_s8()
1190 void test_vstrbq_scatter_offset_u16(uint8_t *base, uint16x8_t offset, uint16x8_t value) in test_vstrbq_scatter_offset_u16() argument
1193 vstrbq_scatter_offset(base, offset, value); in test_vstrbq_scatter_offset_u16()
1195 vstrbq_scatter_offset_u16(base, offset, value); in test_vstrbq_scatter_offset_u16()
1204 void test_vstrbq_scatter_offset_u32(uint8_t *base, uint32x4_t offset, uint32x4_t value) in test_vstrbq_scatter_offset_u32() argument
1207 vstrbq_scatter_offset(base, offset, value); in test_vstrbq_scatter_offset_u32()
1209 vstrbq_scatter_offset_u32(base, offset, value); in test_vstrbq_scatter_offset_u32()
1218 void test_vstrbq_scatter_offset_u8(uint8_t *base, uint8x16_t offset, uint8x16_t value) in test_vstrbq_scatter_offset_u8() argument
1221 vstrbq_scatter_offset(base, offset, value); in test_vstrbq_scatter_offset_u8()
1223 vstrbq_scatter_offset_u8(base, offset, value); in test_vstrbq_scatter_offset_u8()
1362 void test_vstrdq_scatter_offset_p_s64(int64_t *base, uint64x2_t offset, int64x2_t value, mve_pred16… in test_vstrdq_scatter_offset_p_s64() argument
1365 vstrdq_scatter_offset_p(base, offset, value, p); in test_vstrdq_scatter_offset_p_s64()
1367 vstrdq_scatter_offset_p_s64(base, offset, value, p); in test_vstrdq_scatter_offset_p_s64()
1378 void test_vstrdq_scatter_offset_p_u64(uint64_t *base, uint64x2_t offset, uint64x2_t value, mve_pred… in test_vstrdq_scatter_offset_p_u64() argument
1381 vstrdq_scatter_offset_p(base, offset, value, p); in test_vstrdq_scatter_offset_p_u64()
1383 vstrdq_scatter_offset_p_u64(base, offset, value, p); in test_vstrdq_scatter_offset_p_u64()
1392 void test_vstrdq_scatter_offset_s64(int64_t *base, uint64x2_t offset, int64x2_t value) in test_vstrdq_scatter_offset_s64() argument
1395 vstrdq_scatter_offset(base, offset, value); in test_vstrdq_scatter_offset_s64()
1397 vstrdq_scatter_offset_s64(base, offset, value); in test_vstrdq_scatter_offset_s64()
1406 void test_vstrdq_scatter_offset_u64(uint64_t *base, uint64x2_t offset, uint64x2_t value) in test_vstrdq_scatter_offset_u64() argument
1409 vstrdq_scatter_offset(base, offset, value); in test_vstrdq_scatter_offset_u64()
1411 vstrdq_scatter_offset_u64(base, offset, value); in test_vstrdq_scatter_offset_u64()
1422 void test_vstrdq_scatter_shifted_offset_p_s64(int64_t *base, uint64x2_t offset, int64x2_t value, mv… in test_vstrdq_scatter_shifted_offset_p_s64() argument
1425 vstrdq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrdq_scatter_shifted_offset_p_s64()
1427 vstrdq_scatter_shifted_offset_p_s64(base, offset, value, p); in test_vstrdq_scatter_shifted_offset_p_s64()
1438 void test_vstrdq_scatter_shifted_offset_p_u64(uint64_t *base, uint64x2_t offset, uint64x2_t value, … in test_vstrdq_scatter_shifted_offset_p_u64() argument
1441 vstrdq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrdq_scatter_shifted_offset_p_u64()
1443 vstrdq_scatter_shifted_offset_p_u64(base, offset, value, p); in test_vstrdq_scatter_shifted_offset_p_u64()
1452 void test_vstrdq_scatter_shifted_offset_s64(int64_t *base, uint64x2_t offset, int64x2_t value) in test_vstrdq_scatter_shifted_offset_s64() argument
1455 vstrdq_scatter_shifted_offset(base, offset, value); in test_vstrdq_scatter_shifted_offset_s64()
1457 vstrdq_scatter_shifted_offset_s64(base, offset, value); in test_vstrdq_scatter_shifted_offset_s64()
1466 void test_vstrdq_scatter_shifted_offset_u64(uint64_t *base, uint64x2_t offset, uint64x2_t value) in test_vstrdq_scatter_shifted_offset_u64() argument
1469 vstrdq_scatter_shifted_offset(base, offset, value); in test_vstrdq_scatter_shifted_offset_u64()
1471 vstrdq_scatter_shifted_offset_u64(base, offset, value); in test_vstrdq_scatter_shifted_offset_u64()
1480 void test_vstrhq_scatter_offset_f16(float16_t *base, uint16x8_t offset, float16x8_t value) in test_vstrhq_scatter_offset_f16() argument
1483 vstrhq_scatter_offset(base, offset, value); in test_vstrhq_scatter_offset_f16()
1485 vstrhq_scatter_offset_f16(base, offset, value); in test_vstrhq_scatter_offset_f16()
1496 void test_vstrhq_scatter_offset_p_f16(float16_t *base, uint16x8_t offset, float16x8_t value, mve_pr… in test_vstrhq_scatter_offset_p_f16() argument
1499 vstrhq_scatter_offset_p(base, offset, value, p); in test_vstrhq_scatter_offset_p_f16()
1501 vstrhq_scatter_offset_p_f16(base, offset, value, p); in test_vstrhq_scatter_offset_p_f16()
1512 void test_vstrhq_scatter_offset_p_s16(int16_t *base, uint16x8_t offset, int16x8_t value, mve_pred16… in test_vstrhq_scatter_offset_p_s16() argument
1515 vstrhq_scatter_offset_p(base, offset, value, p); in test_vstrhq_scatter_offset_p_s16()
1517 vstrhq_scatter_offset_p_s16(base, offset, value, p); in test_vstrhq_scatter_offset_p_s16()
1528 void test_vstrhq_scatter_offset_p_s32(int16_t *base, uint32x4_t offset, int32x4_t value, mve_pred16… in test_vstrhq_scatter_offset_p_s32() argument
1531 vstrhq_scatter_offset_p(base, offset, value, p); in test_vstrhq_scatter_offset_p_s32()
1533 vstrhq_scatter_offset_p_s32(base, offset, value, p); in test_vstrhq_scatter_offset_p_s32()
1544 void test_vstrhq_scatter_offset_p_u16(uint16_t *base, uint16x8_t offset, uint16x8_t value, mve_pred… in test_vstrhq_scatter_offset_p_u16() argument
1547 vstrhq_scatter_offset_p(base, offset, value, p); in test_vstrhq_scatter_offset_p_u16()
1549 vstrhq_scatter_offset_p_u16(base, offset, value, p); in test_vstrhq_scatter_offset_p_u16()
1560 void test_vstrhq_scatter_offset_p_u32(uint16_t *base, uint32x4_t offset, uint32x4_t value, mve_pred… in test_vstrhq_scatter_offset_p_u32() argument
1563 vstrhq_scatter_offset_p(base, offset, value, p); in test_vstrhq_scatter_offset_p_u32()
1565 vstrhq_scatter_offset_p_u32(base, offset, value, p); in test_vstrhq_scatter_offset_p_u32()
1574 void test_vstrhq_scatter_offset_s16(int16_t *base, uint16x8_t offset, int16x8_t value) in test_vstrhq_scatter_offset_s16() argument
1577 vstrhq_scatter_offset(base, offset, value); in test_vstrhq_scatter_offset_s16()
1579 vstrhq_scatter_offset_s16(base, offset, value); in test_vstrhq_scatter_offset_s16()
1588 void test_vstrhq_scatter_offset_s32(int16_t *base, uint32x4_t offset, int32x4_t value) in test_vstrhq_scatter_offset_s32() argument
1591 vstrhq_scatter_offset(base, offset, value); in test_vstrhq_scatter_offset_s32()
1593 vstrhq_scatter_offset_s32(base, offset, value); in test_vstrhq_scatter_offset_s32()
1602 void test_vstrhq_scatter_offset_u16(uint16_t *base, uint16x8_t offset, uint16x8_t value) in test_vstrhq_scatter_offset_u16() argument
1605 vstrhq_scatter_offset(base, offset, value); in test_vstrhq_scatter_offset_u16()
1607 vstrhq_scatter_offset_u16(base, offset, value); in test_vstrhq_scatter_offset_u16()
1616 void test_vstrhq_scatter_offset_u32(uint16_t *base, uint32x4_t offset, uint32x4_t value) in test_vstrhq_scatter_offset_u32() argument
1619 vstrhq_scatter_offset(base, offset, value); in test_vstrhq_scatter_offset_u32()
1621 vstrhq_scatter_offset_u32(base, offset, value); in test_vstrhq_scatter_offset_u32()
1630 void test_vstrhq_scatter_shifted_offset_f16(float16_t *base, uint16x8_t offset, float16x8_t value) in test_vstrhq_scatter_shifted_offset_f16() argument
1633 vstrhq_scatter_shifted_offset(base, offset, value); in test_vstrhq_scatter_shifted_offset_f16()
1635 vstrhq_scatter_shifted_offset_f16(base, offset, value); in test_vstrhq_scatter_shifted_offset_f16()
1646 void test_vstrhq_scatter_shifted_offset_p_f16(float16_t *base, uint16x8_t offset, float16x8_t value… in test_vstrhq_scatter_shifted_offset_p_f16() argument
1649 vstrhq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_f16()
1651 vstrhq_scatter_shifted_offset_p_f16(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_f16()
1662 void test_vstrhq_scatter_shifted_offset_p_s16(int16_t *base, uint16x8_t offset, int16x8_t value, mv… in test_vstrhq_scatter_shifted_offset_p_s16() argument
1665 vstrhq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_s16()
1667 vstrhq_scatter_shifted_offset_p_s16(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_s16()
1678 void test_vstrhq_scatter_shifted_offset_p_s32(int16_t *base, uint32x4_t offset, int32x4_t value, mv… in test_vstrhq_scatter_shifted_offset_p_s32() argument
1681 vstrhq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_s32()
1683 vstrhq_scatter_shifted_offset_p_s32(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_s32()
1694 void test_vstrhq_scatter_shifted_offset_p_u16(uint16_t *base, uint16x8_t offset, uint16x8_t value, … in test_vstrhq_scatter_shifted_offset_p_u16() argument
1697 vstrhq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_u16()
1699 vstrhq_scatter_shifted_offset_p_u16(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_u16()
1710 void test_vstrhq_scatter_shifted_offset_p_u32(uint16_t *base, uint32x4_t offset, uint32x4_t value, … in test_vstrhq_scatter_shifted_offset_p_u32() argument
1713 vstrhq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_u32()
1715 vstrhq_scatter_shifted_offset_p_u32(base, offset, value, p); in test_vstrhq_scatter_shifted_offset_p_u32()
1724 void test_vstrhq_scatter_shifted_offset_s16(int16_t *base, uint16x8_t offset, int16x8_t value) in test_vstrhq_scatter_shifted_offset_s16() argument
1727 vstrhq_scatter_shifted_offset(base, offset, value); in test_vstrhq_scatter_shifted_offset_s16()
1729 vstrhq_scatter_shifted_offset_s16(base, offset, value); in test_vstrhq_scatter_shifted_offset_s16()
1738 void test_vstrhq_scatter_shifted_offset_s32(int16_t *base, uint32x4_t offset, int32x4_t value) in test_vstrhq_scatter_shifted_offset_s32() argument
1741 vstrhq_scatter_shifted_offset(base, offset, value); in test_vstrhq_scatter_shifted_offset_s32()
1743 vstrhq_scatter_shifted_offset_s32(base, offset, value); in test_vstrhq_scatter_shifted_offset_s32()
1752 void test_vstrhq_scatter_shifted_offset_u16(uint16_t *base, uint16x8_t offset, uint16x8_t value) in test_vstrhq_scatter_shifted_offset_u16() argument
1755 vstrhq_scatter_shifted_offset(base, offset, value); in test_vstrhq_scatter_shifted_offset_u16()
1757 vstrhq_scatter_shifted_offset_u16(base, offset, value); in test_vstrhq_scatter_shifted_offset_u16()
1766 void test_vstrhq_scatter_shifted_offset_u32(uint16_t *base, uint32x4_t offset, uint32x4_t value) in test_vstrhq_scatter_shifted_offset_u32() argument
1769 vstrhq_scatter_shifted_offset(base, offset, value); in test_vstrhq_scatter_shifted_offset_u32()
1771 vstrhq_scatter_shifted_offset_u32(base, offset, value); in test_vstrhq_scatter_shifted_offset_u32()
1972 void test_vstrwq_scatter_offset_f32(float32_t *base, uint32x4_t offset, float32x4_t value) in test_vstrwq_scatter_offset_f32() argument
1975 vstrwq_scatter_offset(base, offset, value); in test_vstrwq_scatter_offset_f32()
1977 vstrwq_scatter_offset_f32(base, offset, value); in test_vstrwq_scatter_offset_f32()
1988 void test_vstrwq_scatter_offset_p_f32(float32_t *base, uint32x4_t offset, float32x4_t value, mve_pr… in test_vstrwq_scatter_offset_p_f32() argument
1991 vstrwq_scatter_offset_p(base, offset, value, p); in test_vstrwq_scatter_offset_p_f32()
1993 vstrwq_scatter_offset_p_f32(base, offset, value, p); in test_vstrwq_scatter_offset_p_f32()
2004 void test_vstrwq_scatter_offset_p_s32(int32_t *base, uint32x4_t offset, int32x4_t value, mve_pred16… in test_vstrwq_scatter_offset_p_s32() argument
2007 vstrwq_scatter_offset_p(base, offset, value, p); in test_vstrwq_scatter_offset_p_s32()
2009 vstrwq_scatter_offset_p_s32(base, offset, value, p); in test_vstrwq_scatter_offset_p_s32()
2020 void test_vstrwq_scatter_offset_p_u32(uint32_t *base, uint32x4_t offset, uint32x4_t value, mve_pred… in test_vstrwq_scatter_offset_p_u32() argument
2023 vstrwq_scatter_offset_p(base, offset, value, p); in test_vstrwq_scatter_offset_p_u32()
2025 vstrwq_scatter_offset_p_u32(base, offset, value, p); in test_vstrwq_scatter_offset_p_u32()
2034 void test_vstrwq_scatter_offset_s32(int32_t *base, uint32x4_t offset, int32x4_t value) in test_vstrwq_scatter_offset_s32() argument
2037 vstrwq_scatter_offset(base, offset, value); in test_vstrwq_scatter_offset_s32()
2039 vstrwq_scatter_offset_s32(base, offset, value); in test_vstrwq_scatter_offset_s32()
2048 void test_vstrwq_scatter_offset_u32(uint32_t *base, uint32x4_t offset, uint32x4_t value) in test_vstrwq_scatter_offset_u32() argument
2051 vstrwq_scatter_offset(base, offset, value); in test_vstrwq_scatter_offset_u32()
2053 vstrwq_scatter_offset_u32(base, offset, value); in test_vstrwq_scatter_offset_u32()
2062 void test_vstrwq_scatter_shifted_offset_f32(float32_t *base, uint32x4_t offset, float32x4_t value) in test_vstrwq_scatter_shifted_offset_f32() argument
2065 vstrwq_scatter_shifted_offset(base, offset, value); in test_vstrwq_scatter_shifted_offset_f32()
2067 vstrwq_scatter_shifted_offset_f32(base, offset, value); in test_vstrwq_scatter_shifted_offset_f32()
2078 void test_vstrwq_scatter_shifted_offset_p_f32(float32_t *base, uint32x4_t offset, float32x4_t value… in test_vstrwq_scatter_shifted_offset_p_f32() argument
2081 vstrwq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrwq_scatter_shifted_offset_p_f32()
2083 vstrwq_scatter_shifted_offset_p_f32(base, offset, value, p); in test_vstrwq_scatter_shifted_offset_p_f32()
2094 void test_vstrwq_scatter_shifted_offset_p_s32(int32_t *base, uint32x4_t offset, int32x4_t value, mv… in test_vstrwq_scatter_shifted_offset_p_s32() argument
2097 vstrwq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrwq_scatter_shifted_offset_p_s32()
2099 vstrwq_scatter_shifted_offset_p_s32(base, offset, value, p); in test_vstrwq_scatter_shifted_offset_p_s32()
2110 void test_vstrwq_scatter_shifted_offset_p_u32(uint32_t *base, uint32x4_t offset, uint32x4_t value, … in test_vstrwq_scatter_shifted_offset_p_u32() argument
2113 vstrwq_scatter_shifted_offset_p(base, offset, value, p); in test_vstrwq_scatter_shifted_offset_p_u32()
2115 vstrwq_scatter_shifted_offset_p_u32(base, offset, value, p); in test_vstrwq_scatter_shifted_offset_p_u32()
2124 void test_vstrwq_scatter_shifted_offset_s32(int32_t *base, uint32x4_t offset, int32x4_t value) in test_vstrwq_scatter_shifted_offset_s32() argument
2127 vstrwq_scatter_shifted_offset(base, offset, value); in test_vstrwq_scatter_shifted_offset_s32()
2129 vstrwq_scatter_shifted_offset_s32(base, offset, value); in test_vstrwq_scatter_shifted_offset_s32()
2138 void test_vstrwq_scatter_shifted_offset_u32(uint32_t *base, uint32x4_t offset, uint32x4_t value) in test_vstrwq_scatter_shifted_offset_u32() argument
2141 vstrwq_scatter_shifted_offset(base, offset, value); in test_vstrwq_scatter_shifted_offset_u32()
2143 vstrwq_scatter_shifted_offset_u32(base, offset, value); in test_vstrwq_scatter_shifted_offset_u32()