• Home
  • Raw
  • Download

Lines Matching refs:base

13 float16x8_t test_vld1q_f16(const float16_t *base)  in test_vld1q_f16()  argument
16 return vld1q(base); in test_vld1q_f16()
18 return vld1q_f16(base); in test_vld1q_f16()
28 float32x4_t test_vld1q_f32(const float32_t *base) in test_vld1q_f32() argument
31 return vld1q(base); in test_vld1q_f32()
33 return vld1q_f32(base); in test_vld1q_f32()
43 int8x16_t test_vld1q_s8(const int8_t *base) in test_vld1q_s8() argument
46 return vld1q(base); in test_vld1q_s8()
48 return vld1q_s8(base); in test_vld1q_s8()
58 int16x8_t test_vld1q_s16(const int16_t *base) in test_vld1q_s16() argument
61 return vld1q(base); in test_vld1q_s16()
63 return vld1q_s16(base); in test_vld1q_s16()
73 int32x4_t test_vld1q_s32(const int32_t *base) in test_vld1q_s32() argument
76 return vld1q(base); in test_vld1q_s32()
78 return vld1q_s32(base); in test_vld1q_s32()
88 uint8x16_t test_vld1q_u8(const uint8_t *base) in test_vld1q_u8() argument
91 return vld1q(base); in test_vld1q_u8()
93 return vld1q_u8(base); in test_vld1q_u8()
103 uint16x8_t test_vld1q_u16(const uint16_t *base) in test_vld1q_u16() argument
106 return vld1q(base); in test_vld1q_u16()
108 return vld1q_u16(base); in test_vld1q_u16()
118 uint32x4_t test_vld1q_u32(const uint32_t *base) in test_vld1q_u32() argument
121 return vld1q(base); in test_vld1q_u32()
123 return vld1q_u32(base); in test_vld1q_u32()
135 float16x8_t test_vld1q_z_f16(const float16_t *base, mve_pred16_t p) in test_vld1q_z_f16() argument
138 return vld1q_z(base, p); in test_vld1q_z_f16()
140 return vld1q_z_f16(base, p); in test_vld1q_z_f16()
152 float32x4_t test_vld1q_z_f32(const float32_t *base, mve_pred16_t p) in test_vld1q_z_f32() argument
155 return vld1q_z(base, p); in test_vld1q_z_f32()
157 return vld1q_z_f32(base, p); in test_vld1q_z_f32()
169 int8x16_t test_vld1q_z_s8(const int8_t *base, mve_pred16_t p) in test_vld1q_z_s8() argument
172 return vld1q_z(base, p); in test_vld1q_z_s8()
174 return vld1q_z_s8(base, p); in test_vld1q_z_s8()
186 int16x8_t test_vld1q_z_s16(const int16_t *base, mve_pred16_t p) in test_vld1q_z_s16() argument
189 return vld1q_z(base, p); in test_vld1q_z_s16()
191 return vld1q_z_s16(base, p); in test_vld1q_z_s16()
203 int32x4_t test_vld1q_z_s32(const int32_t *base, mve_pred16_t p) in test_vld1q_z_s32() argument
206 return vld1q_z(base, p); in test_vld1q_z_s32()
208 return vld1q_z_s32(base, p); in test_vld1q_z_s32()
220 uint8x16_t test_vld1q_z_u8(const uint8_t *base, mve_pred16_t p) in test_vld1q_z_u8() argument
223 return vld1q_z(base, p); in test_vld1q_z_u8()
225 return vld1q_z_u8(base, p); in test_vld1q_z_u8()
237 uint16x8_t test_vld1q_z_u16(const uint16_t *base, mve_pred16_t p) in test_vld1q_z_u16() argument
240 return vld1q_z(base, p); in test_vld1q_z_u16()
242 return vld1q_z_u16(base, p); in test_vld1q_z_u16()
254 uint32x4_t test_vld1q_z_u32(const uint32_t *base, mve_pred16_t p) in test_vld1q_z_u32() argument
257 return vld1q_z(base, p); in test_vld1q_z_u32()
259 return vld1q_z_u32(base, p); in test_vld1q_z_u32()
269 int8x16_t test_vldrbq_s8(const int8_t *base) in test_vldrbq_s8() argument
271 return vldrbq_s8(base); in test_vldrbq_s8()
281 int16x8_t test_vldrbq_s16(const int8_t *base) in test_vldrbq_s16() argument
283 return vldrbq_s16(base); in test_vldrbq_s16()
293 int32x4_t test_vldrbq_s32(const int8_t *base) in test_vldrbq_s32() argument
295 return vldrbq_s32(base); in test_vldrbq_s32()
304 uint8x16_t test_vldrbq_u8(const uint8_t *base) in test_vldrbq_u8() argument
306 return vldrbq_u8(base); in test_vldrbq_u8()
316 uint16x8_t test_vldrbq_u16(const uint8_t *base) in test_vldrbq_u16() argument
318 return vldrbq_u16(base); in test_vldrbq_u16()
328 uint32x4_t test_vldrbq_u32(const uint8_t *base) in test_vldrbq_u32() argument
330 return vldrbq_u32(base); in test_vldrbq_u32()
341 int8x16_t test_vldrbq_z_s8(const int8_t *base, mve_pred16_t p) in test_vldrbq_z_s8() argument
343 return vldrbq_z_s8(base, p); in test_vldrbq_z_s8()
355 int16x8_t test_vldrbq_z_s16(const int8_t *base, mve_pred16_t p) in test_vldrbq_z_s16() argument
357 return vldrbq_z_s16(base, p); in test_vldrbq_z_s16()
369 int32x4_t test_vldrbq_z_s32(const int8_t *base, mve_pred16_t p) in test_vldrbq_z_s32() argument
371 return vldrbq_z_s32(base, p); in test_vldrbq_z_s32()
382 uint8x16_t test_vldrbq_z_u8(const uint8_t *base, mve_pred16_t p) in test_vldrbq_z_u8() argument
384 return vldrbq_z_u8(base, p); in test_vldrbq_z_u8()
396 uint16x8_t test_vldrbq_z_u16(const uint8_t *base, mve_pred16_t p) in test_vldrbq_z_u16() argument
398 return vldrbq_z_u16(base, p); in test_vldrbq_z_u16()
410 uint32x4_t test_vldrbq_z_u32(const uint8_t *base, mve_pred16_t p) in test_vldrbq_z_u32() argument
412 return vldrbq_z_u32(base, p); in test_vldrbq_z_u32()
421 float16x8_t test_vldrhq_f16(const float16_t *base) in test_vldrhq_f16() argument
423 return vldrhq_f16(base); in test_vldrhq_f16()
432 int16x8_t test_vldrhq_s16(const int16_t *base) in test_vldrhq_s16() argument
434 return vldrhq_s16(base); in test_vldrhq_s16()
444 int32x4_t test_vldrhq_s32(const int16_t *base) in test_vldrhq_s32() argument
446 return vldrhq_s32(base); in test_vldrhq_s32()
455 uint16x8_t test_vldrhq_u16(const uint16_t *base) in test_vldrhq_u16() argument
457 return vldrhq_u16(base); in test_vldrhq_u16()
467 uint32x4_t test_vldrhq_u32(const uint16_t *base) in test_vldrhq_u32() argument
469 return vldrhq_u32(base); in test_vldrhq_u32()
480 float16x8_t test_vldrhq_z_f16(const float16_t *base, mve_pred16_t p) in test_vldrhq_z_f16() argument
482 return vldrhq_z_f16(base, p); in test_vldrhq_z_f16()
493 int16x8_t test_vldrhq_z_s16(const int16_t *base, mve_pred16_t p) in test_vldrhq_z_s16() argument
495 return vldrhq_z_s16(base, p); in test_vldrhq_z_s16()
507 int32x4_t test_vldrhq_z_s32(const int16_t *base, mve_pred16_t p) in test_vldrhq_z_s32() argument
509 return vldrhq_z_s32(base, p); in test_vldrhq_z_s32()
520 uint16x8_t test_vldrhq_z_u16(const uint16_t *base, mve_pred16_t p) in test_vldrhq_z_u16() argument
522 return vldrhq_z_u16(base, p); in test_vldrhq_z_u16()
534 uint32x4_t test_vldrhq_z_u32(const uint16_t *base, mve_pred16_t p) in test_vldrhq_z_u32() argument
536 return vldrhq_z_u32(base, p); in test_vldrhq_z_u32()
545 float32x4_t test_vldrwq_f32(const float32_t *base) in test_vldrwq_f32() argument
547 return vldrwq_f32(base); in test_vldrwq_f32()
556 int32x4_t test_vldrwq_s32(const int32_t *base) in test_vldrwq_s32() argument
558 return vldrwq_s32(base); in test_vldrwq_s32()
567 uint32x4_t test_vldrwq_u32(const uint32_t *base) in test_vldrwq_u32() argument
569 return vldrwq_u32(base); in test_vldrwq_u32()
580 float32x4_t test_vldrwq_z_f32(const float32_t *base, mve_pred16_t p) in test_vldrwq_z_f32() argument
582 return vldrwq_z_f32(base, p); in test_vldrwq_z_f32()
593 int32x4_t test_vldrwq_z_s32(const int32_t *base, mve_pred16_t p) in test_vldrwq_z_s32() argument
595 return vldrwq_z_s32(base, p); in test_vldrwq_z_s32()
606 uint32x4_t test_vldrwq_z_u32(const uint32_t *base, mve_pred16_t p) in test_vldrwq_z_u32() argument
608 return vldrwq_z_u32(base, p); in test_vldrwq_z_u32()
617 void test_vst1q_f16(float16_t *base, float16x8_t value) in test_vst1q_f16() argument
620 vst1q(base, value); in test_vst1q_f16()
622 vst1q_f16(base, value); in test_vst1q_f16()
632 void test_vst1q_f32(float32_t *base, float32x4_t value) in test_vst1q_f32() argument
635 vst1q(base, value); in test_vst1q_f32()
637 vst1q_f32(base, value); in test_vst1q_f32()
647 void test_vst1q_s8(int8_t *base, int8x16_t value) in test_vst1q_s8() argument
650 vst1q(base, value); in test_vst1q_s8()
652 vst1q_s8(base, value); in test_vst1q_s8()
662 void test_vst1q_s16(int16_t *base, int16x8_t value) in test_vst1q_s16() argument
665 vst1q(base, value); in test_vst1q_s16()
667 vst1q_s16(base, value); in test_vst1q_s16()
677 void test_vst1q_s32(int32_t *base, int32x4_t value) in test_vst1q_s32() argument
680 vst1q(base, value); in test_vst1q_s32()
682 vst1q_s32(base, value); in test_vst1q_s32()
692 void test_vst1q_u8(uint8_t *base, uint8x16_t value) in test_vst1q_u8() argument
695 vst1q(base, value); in test_vst1q_u8()
697 vst1q_u8(base, value); in test_vst1q_u8()
707 void test_vst1q_u16(uint16_t *base, uint16x8_t value) in test_vst1q_u16() argument
710 vst1q(base, value); in test_vst1q_u16()
712 vst1q_u16(base, value); in test_vst1q_u16()
722 void test_vst1q_u32(uint32_t *base, uint32x4_t value) in test_vst1q_u32() argument
725 vst1q(base, value); in test_vst1q_u32()
727 vst1q_u32(base, value); in test_vst1q_u32()
739 void test_vst1q_p_f16(float16_t *base, float16x8_t value, mve_pred16_t p) in test_vst1q_p_f16() argument
742 vst1q_p(base, value, p); in test_vst1q_p_f16()
744 vst1q_p_f16(base, value, p); in test_vst1q_p_f16()
756 void test_vst1q_p_f32(float32_t *base, float32x4_t value, mve_pred16_t p) in test_vst1q_p_f32() argument
759 vst1q_p(base, value, p); in test_vst1q_p_f32()
761 vst1q_p_f32(base, value, p); in test_vst1q_p_f32()
773 void test_vst1q_p_s8(int8_t *base, int8x16_t value, mve_pred16_t p) in test_vst1q_p_s8() argument
776 vst1q_p(base, value, p); in test_vst1q_p_s8()
778 vst1q_p_s8(base, value, p); in test_vst1q_p_s8()
790 void test_vst1q_p_s16(int16_t *base, int16x8_t value, mve_pred16_t p) in test_vst1q_p_s16() argument
793 vst1q_p(base, value, p); in test_vst1q_p_s16()
795 vst1q_p_s16(base, value, p); in test_vst1q_p_s16()
807 void test_vst1q_p_s32(int32_t *base, int32x4_t value, mve_pred16_t p) in test_vst1q_p_s32() argument
810 vst1q_p(base, value, p); in test_vst1q_p_s32()
812 vst1q_p_s32(base, value, p); in test_vst1q_p_s32()
824 void test_vst1q_p_u8(uint8_t *base, uint8x16_t value, mve_pred16_t p) in test_vst1q_p_u8() argument
827 vst1q_p(base, value, p); in test_vst1q_p_u8()
829 vst1q_p_u8(base, value, p); in test_vst1q_p_u8()
841 void test_vst1q_p_u16(uint16_t *base, uint16x8_t value, mve_pred16_t p) in test_vst1q_p_u16() argument
844 vst1q_p(base, value, p); in test_vst1q_p_u16()
846 vst1q_p_u16(base, value, p); in test_vst1q_p_u16()
858 void test_vst1q_p_u32(uint32_t *base, uint32x4_t value, mve_pred16_t p) in test_vst1q_p_u32() argument
861 vst1q_p(base, value, p); in test_vst1q_p_u32()
863 vst1q_p_u32(base, value, p); in test_vst1q_p_u32()
873 void test_vstrbq_s8(int8_t *base, int8x16_t value) in test_vstrbq_s8() argument
876 vstrbq(base, value); in test_vstrbq_s8()
878 vstrbq_s8(base, value); in test_vstrbq_s8()
889 void test_vstrbq_s16(int8_t *base, int16x8_t value) in test_vstrbq_s16() argument
892 vstrbq(base, value); in test_vstrbq_s16()
894 vstrbq_s16(base, value); in test_vstrbq_s16()
905 void test_vstrbq_s32(int8_t *base, int32x4_t value) in test_vstrbq_s32() argument
908 vstrbq(base, value); in test_vstrbq_s32()
910 vstrbq_s32(base, value); in test_vstrbq_s32()
920 void test_vstrbq_u8(uint8_t *base, uint8x16_t value) in test_vstrbq_u8() argument
923 vstrbq(base, value); in test_vstrbq_u8()
925 vstrbq_u8(base, value); in test_vstrbq_u8()
936 void test_vstrbq_u16(uint8_t *base, uint16x8_t value) in test_vstrbq_u16() argument
939 vstrbq(base, value); in test_vstrbq_u16()
941 vstrbq_u16(base, value); in test_vstrbq_u16()
952 void test_vstrbq_u32(uint8_t *base, uint32x4_t value) in test_vstrbq_u32() argument
955 vstrbq(base, value); in test_vstrbq_u32()
957 vstrbq_u32(base, value); in test_vstrbq_u32()
969 void test_vstrbq_p_s8(int8_t *base, int8x16_t value, mve_pred16_t p) in test_vstrbq_p_s8() argument
972 vstrbq_p(base, value, p); in test_vstrbq_p_s8()
974 vstrbq_p_s8(base, value, p); in test_vstrbq_p_s8()
987 void test_vstrbq_p_s16(int8_t *base, int16x8_t value, mve_pred16_t p) in test_vstrbq_p_s16() argument
990 vstrbq_p(base, value, p); in test_vstrbq_p_s16()
992 vstrbq_p_s16(base, value, p); in test_vstrbq_p_s16()
1005 void test_vstrbq_p_s32(int8_t *base, int32x4_t value, mve_pred16_t p) in test_vstrbq_p_s32() argument
1008 vstrbq_p(base, value, p); in test_vstrbq_p_s32()
1010 vstrbq_p_s32(base, value, p); in test_vstrbq_p_s32()
1022 void test_vstrbq_p_u8(uint8_t *base, uint8x16_t value, mve_pred16_t p) in test_vstrbq_p_u8() argument
1025 vstrbq_p(base, value, p); in test_vstrbq_p_u8()
1027 vstrbq_p_u8(base, value, p); in test_vstrbq_p_u8()
1040 void test_vstrbq_p_u16(uint8_t *base, uint16x8_t value, mve_pred16_t p) in test_vstrbq_p_u16() argument
1043 vstrbq_p(base, value, p); in test_vstrbq_p_u16()
1045 vstrbq_p_u16(base, value, p); in test_vstrbq_p_u16()
1058 void test_vstrbq_p_u32(uint8_t *base, uint32x4_t value, mve_pred16_t p) in test_vstrbq_p_u32() argument
1061 vstrbq_p(base, value, p); in test_vstrbq_p_u32()
1063 vstrbq_p_u32(base, value, p); in test_vstrbq_p_u32()
1073 void test_vstrhq_f16(float16_t *base, float16x8_t value) in test_vstrhq_f16() argument
1076 vstrhq(base, value); in test_vstrhq_f16()
1078 vstrhq_f16(base, value); in test_vstrhq_f16()
1088 void test_vstrhq_s16(int16_t *base, int16x8_t value) in test_vstrhq_s16() argument
1091 vstrhq(base, value); in test_vstrhq_s16()
1093 vstrhq_s16(base, value); in test_vstrhq_s16()
1104 void test_vstrhq_s32(int16_t *base, int32x4_t value) in test_vstrhq_s32() argument
1107 vstrhq(base, value); in test_vstrhq_s32()
1109 vstrhq_s32(base, value); in test_vstrhq_s32()
1119 void test_vstrhq_u16(uint16_t *base, uint16x8_t value) in test_vstrhq_u16() argument
1122 vstrhq(base, value); in test_vstrhq_u16()
1124 vstrhq_u16(base, value); in test_vstrhq_u16()
1135 void test_vstrhq_u32(uint16_t *base, uint32x4_t value) in test_vstrhq_u32() argument
1138 vstrhq(base, value); in test_vstrhq_u32()
1140 vstrhq_u32(base, value); in test_vstrhq_u32()
1152 void test_vstrhq_p_f16(float16_t *base, float16x8_t value, mve_pred16_t p) in test_vstrhq_p_f16() argument
1155 vstrhq_p(base, value, p); in test_vstrhq_p_f16()
1157 vstrhq_p_f16(base, value, p); in test_vstrhq_p_f16()
1169 void test_vstrhq_p_s16(int16_t *base, int16x8_t value, mve_pred16_t p) in test_vstrhq_p_s16() argument
1172 vstrhq_p(base, value, p); in test_vstrhq_p_s16()
1174 vstrhq_p_s16(base, value, p); in test_vstrhq_p_s16()
1187 void test_vstrhq_p_s32(int16_t *base, int32x4_t value, mve_pred16_t p) in test_vstrhq_p_s32() argument
1190 vstrhq_p(base, value, p); in test_vstrhq_p_s32()
1192 vstrhq_p_s32(base, value, p); in test_vstrhq_p_s32()
1204 void test_vstrhq_p_u16(uint16_t *base, uint16x8_t value, mve_pred16_t p) in test_vstrhq_p_u16() argument
1207 vstrhq_p(base, value, p); in test_vstrhq_p_u16()
1209 vstrhq_p_u16(base, value, p); in test_vstrhq_p_u16()
1222 void test_vstrhq_p_u32(uint16_t *base, uint32x4_t value, mve_pred16_t p) in test_vstrhq_p_u32() argument
1225 vstrhq_p(base, value, p); in test_vstrhq_p_u32()
1227 vstrhq_p_u32(base, value, p); in test_vstrhq_p_u32()
1237 void test_vstrwq_f32(float32_t *base, float32x4_t value) in test_vstrwq_f32() argument
1240 vstrwq(base, value); in test_vstrwq_f32()
1242 vstrwq_f32(base, value); in test_vstrwq_f32()
1252 void test_vstrwq_s32(int32_t *base, int32x4_t value) in test_vstrwq_s32() argument
1255 vstrwq(base, value); in test_vstrwq_s32()
1257 vstrwq_s32(base, value); in test_vstrwq_s32()
1267 void test_vstrwq_u32(uint32_t *base, uint32x4_t value) in test_vstrwq_u32() argument
1270 vstrwq(base, value); in test_vstrwq_u32()
1272 vstrwq_u32(base, value); in test_vstrwq_u32()
1284 void test_vstrwq_p_f32(float32_t *base, float32x4_t value, mve_pred16_t p) in test_vstrwq_p_f32() argument
1287 vstrwq_p(base, value, p); in test_vstrwq_p_f32()
1289 vstrwq_p_f32(base, value, p); in test_vstrwq_p_f32()
1301 void test_vstrwq_p_s32(int32_t *base, int32x4_t value, mve_pred16_t p) in test_vstrwq_p_s32() argument
1304 vstrwq_p(base, value, p); in test_vstrwq_p_s32()
1306 vstrwq_p_s32(base, value, p); in test_vstrwq_p_s32()
1318 void test_vstrwq_p_u32(uint32_t *base, uint32x4_t value, mve_pred16_t p) in test_vstrwq_p_u32() argument
1321 vstrwq_p(base, value, p); in test_vstrwq_p_u32()
1323 vstrwq_p_u32(base, value, p); in test_vstrwq_p_u32()