Lines Matching defs:base

14 float16x8_t test_vld1q_f16(const float16_t *base)  in test_vld1q_f16()
28 float32x4_t test_vld1q_f32(const float32_t *base) in test_vld1q_f32()
42 int8x16_t test_vld1q_s8(const int8_t *base) in test_vld1q_s8()
56 int16x8_t test_vld1q_s16(const int16_t *base) in test_vld1q_s16()
70 int32x4_t test_vld1q_s32(const int32_t *base) in test_vld1q_s32()
84 uint8x16_t test_vld1q_u8(const uint8_t *base) in test_vld1q_u8()
98 uint16x8_t test_vld1q_u16(const uint16_t *base) in test_vld1q_u16()
112 uint32x4_t test_vld1q_u32(const uint32_t *base) in test_vld1q_u32()
128 float16x8_t test_vld1q_z_f16(const float16_t *base, mve_pred16_t p) in test_vld1q_z_f16()
144 float32x4_t test_vld1q_z_f32(const float32_t *base, mve_pred16_t p) in test_vld1q_z_f32()
160 int8x16_t test_vld1q_z_s8(const int8_t *base, mve_pred16_t p) in test_vld1q_z_s8()
176 int16x8_t test_vld1q_z_s16(const int16_t *base, mve_pred16_t p) in test_vld1q_z_s16()
192 int32x4_t test_vld1q_z_s32(const int32_t *base, mve_pred16_t p) in test_vld1q_z_s32()
208 uint8x16_t test_vld1q_z_u8(const uint8_t *base, mve_pred16_t p) in test_vld1q_z_u8()
224 uint16x8_t test_vld1q_z_u16(const uint16_t *base, mve_pred16_t p) in test_vld1q_z_u16()
240 uint32x4_t test_vld1q_z_u32(const uint32_t *base, mve_pred16_t p) in test_vld1q_z_u32()
254 int8x16_t test_vldrbq_s8(const int8_t *base) in test_vldrbq_s8()
265 int16x8_t test_vldrbq_s16(const int8_t *base) in test_vldrbq_s16()
276 int32x4_t test_vldrbq_s32(const int8_t *base) in test_vldrbq_s32()
286 uint8x16_t test_vldrbq_u8(const uint8_t *base) in test_vldrbq_u8()
297 uint16x8_t test_vldrbq_u16(const uint8_t *base) in test_vldrbq_u16()
308 uint32x4_t test_vldrbq_u32(const uint8_t *base) in test_vldrbq_u32()
320 int8x16_t test_vldrbq_z_s8(const int8_t *base, mve_pred16_t p) in test_vldrbq_z_s8()
333 int16x8_t test_vldrbq_z_s16(const int8_t *base, mve_pred16_t p) in test_vldrbq_z_s16()
346 int32x4_t test_vldrbq_z_s32(const int8_t *base, mve_pred16_t p) in test_vldrbq_z_s32()
358 uint8x16_t test_vldrbq_z_u8(const uint8_t *base, mve_pred16_t p) in test_vldrbq_z_u8()
371 uint16x8_t test_vldrbq_z_u16(const uint8_t *base, mve_pred16_t p) in test_vldrbq_z_u16()
384 uint32x4_t test_vldrbq_z_u32(const uint8_t *base, mve_pred16_t p) in test_vldrbq_z_u32()
394 float16x8_t test_vldrhq_f16(const float16_t *base) in test_vldrhq_f16()
404 int16x8_t test_vldrhq_s16(const int16_t *base) in test_vldrhq_s16()
415 int32x4_t test_vldrhq_s32(const int16_t *base) in test_vldrhq_s32()
425 uint16x8_t test_vldrhq_u16(const uint16_t *base) in test_vldrhq_u16()
436 uint32x4_t test_vldrhq_u32(const uint16_t *base) in test_vldrhq_u32()
448 float16x8_t test_vldrhq_z_f16(const float16_t *base, mve_pred16_t p) in test_vldrhq_z_f16()
460 int16x8_t test_vldrhq_z_s16(const int16_t *base, mve_pred16_t p) in test_vldrhq_z_s16()
473 int32x4_t test_vldrhq_z_s32(const int16_t *base, mve_pred16_t p) in test_vldrhq_z_s32()
485 uint16x8_t test_vldrhq_z_u16(const uint16_t *base, mve_pred16_t p) in test_vldrhq_z_u16()
498 uint32x4_t test_vldrhq_z_u32(const uint16_t *base, mve_pred16_t p) in test_vldrhq_z_u32()
508 float32x4_t test_vldrwq_f32(const float32_t *base) in test_vldrwq_f32()
518 int32x4_t test_vldrwq_s32(const int32_t *base) in test_vldrwq_s32()
528 uint32x4_t test_vldrwq_u32(const uint32_t *base) in test_vldrwq_u32()
540 float32x4_t test_vldrwq_z_f32(const float32_t *base, mve_pred16_t p) in test_vldrwq_z_f32()
552 int32x4_t test_vldrwq_z_s32(const int32_t *base, mve_pred16_t p) in test_vldrwq_z_s32()
564 uint32x4_t test_vldrwq_z_u32(const uint32_t *base, mve_pred16_t p) in test_vldrwq_z_u32()
574 void test_vst1q_f16(float16_t *base, float16x8_t value) in test_vst1q_f16()
588 void test_vst1q_f32(float32_t *base, float32x4_t value) in test_vst1q_f32()
602 void test_vst1q_s8(int8_t *base, int8x16_t value) in test_vst1q_s8()
616 void test_vst1q_s16(int16_t *base, int16x8_t value) in test_vst1q_s16()
630 void test_vst1q_s32(int32_t *base, int32x4_t value) in test_vst1q_s32()
644 void test_vst1q_u8(uint8_t *base, uint8x16_t value) in test_vst1q_u8()
658 void test_vst1q_u16(uint16_t *base, uint16x8_t value) in test_vst1q_u16()
672 void test_vst1q_u32(uint32_t *base, uint32x4_t value) in test_vst1q_u32()
688 void test_vst1q_p_f16(float16_t *base, float16x8_t value, mve_pred16_t p) in test_vst1q_p_f16()
704 void test_vst1q_p_f32(float32_t *base, float32x4_t value, mve_pred16_t p) in test_vst1q_p_f32()
720 void test_vst1q_p_s8(int8_t *base, int8x16_t value, mve_pred16_t p) in test_vst1q_p_s8()
736 void test_vst1q_p_s16(int16_t *base, int16x8_t value, mve_pred16_t p) in test_vst1q_p_s16()
752 void test_vst1q_p_s32(int32_t *base, int32x4_t value, mve_pred16_t p) in test_vst1q_p_s32()
768 void test_vst1q_p_u8(uint8_t *base, uint8x16_t value, mve_pred16_t p) in test_vst1q_p_u8()
784 void test_vst1q_p_u16(uint16_t *base, uint16x8_t value, mve_pred16_t p) in test_vst1q_p_u16()
800 void test_vst1q_p_u32(uint32_t *base, uint32x4_t value, mve_pred16_t p) in test_vst1q_p_u32()
814 void test_vstrbq_s8(int8_t *base, int8x16_t value) in test_vstrbq_s8()
829 void test_vstrbq_s16(int8_t *base, int16x8_t value) in test_vstrbq_s16()
844 void test_vstrbq_s32(int8_t *base, int32x4_t value) in test_vstrbq_s32()
858 void test_vstrbq_u8(uint8_t *base, uint8x16_t value) in test_vstrbq_u8()
873 void test_vstrbq_u16(uint8_t *base, uint16x8_t value) in test_vstrbq_u16()
888 void test_vstrbq_u32(uint8_t *base, uint32x4_t value) in test_vstrbq_u32()
904 void test_vstrbq_p_s8(int8_t *base, int8x16_t value, mve_pred16_t p) in test_vstrbq_p_s8()
921 void test_vstrbq_p_s16(int8_t *base, int16x8_t value, mve_pred16_t p) in test_vstrbq_p_s16()
938 void test_vstrbq_p_s32(int8_t *base, int32x4_t value, mve_pred16_t p) in test_vstrbq_p_s32()
954 void test_vstrbq_p_u8(uint8_t *base, uint8x16_t value, mve_pred16_t p) in test_vstrbq_p_u8()
971 void test_vstrbq_p_u16(uint8_t *base, uint16x8_t value, mve_pred16_t p) in test_vstrbq_p_u16()
988 void test_vstrbq_p_u32(uint8_t *base, uint32x4_t value, mve_pred16_t p) in test_vstrbq_p_u32()
1002 void test_vstrhq_f16(float16_t *base, float16x8_t value) in test_vstrhq_f16()
1016 void test_vstrhq_s16(int16_t *base, int16x8_t value) in test_vstrhq_s16()
1031 void test_vstrhq_s32(int16_t *base, int32x4_t value) in test_vstrhq_s32()
1045 void test_vstrhq_u16(uint16_t *base, uint16x8_t value) in test_vstrhq_u16()
1060 void test_vstrhq_u32(uint16_t *base, uint32x4_t value) in test_vstrhq_u32()
1076 void test_vstrhq_p_f16(float16_t *base, float16x8_t value, mve_pred16_t p) in test_vstrhq_p_f16()
1092 void test_vstrhq_p_s16(int16_t *base, int16x8_t value, mve_pred16_t p) in test_vstrhq_p_s16()
1109 void test_vstrhq_p_s32(int16_t *base, int32x4_t value, mve_pred16_t p) in test_vstrhq_p_s32()
1125 void test_vstrhq_p_u16(uint16_t *base, uint16x8_t value, mve_pred16_t p) in test_vstrhq_p_u16()
1142 void test_vstrhq_p_u32(uint16_t *base, uint32x4_t value, mve_pred16_t p) in test_vstrhq_p_u32()
1156 void test_vstrwq_f32(float32_t *base, float32x4_t value) in test_vstrwq_f32()
1170 void test_vstrwq_s32(int32_t *base, int32x4_t value) in test_vstrwq_s32()
1184 void test_vstrwq_u32(uint32_t *base, uint32x4_t value) in test_vstrwq_u32()
1200 void test_vstrwq_p_f32(float32_t *base, float32x4_t value, mve_pred16_t p) in test_vstrwq_p_f32()
1216 void test_vstrwq_p_s32(int32_t *base, int32x4_t value, mve_pred16_t p) in test_vstrwq_p_s32()
1232 void test_vstrwq_p_u32(uint32_t *base, uint32x4_t value, mve_pred16_t p) in test_vstrwq_p_u32()