Lines Matching defs:ptr

10 bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) {  in test_vld1_bf16()
19 bfloat16x8_t test_vld1q_bf16(bfloat16_t const *ptr) { in test_vld1q_bf16()
28 bfloat16x4_t test_vld1_lane_bf16(bfloat16_t const *ptr, bfloat16x4_t src) { in test_vld1_lane_bf16()
39 bfloat16x8_t test_vld1q_lane_bf16(bfloat16_t const *ptr, bfloat16x8_t src) { in test_vld1q_lane_bf16()
50 bfloat16x4_t test_vld1_dup_bf16(bfloat16_t const *ptr) { in test_vld1_dup_bf16()
63 bfloat16x4x2_t test_vld1_bf16_x2(bfloat16_t const *ptr) { in test_vld1_bf16_x2()
70 bfloat16x8x2_t test_vld1q_bf16_x2(bfloat16_t const *ptr) { in test_vld1q_bf16_x2()
77 bfloat16x4x3_t test_vld1_bf16_x3(bfloat16_t const *ptr) { in test_vld1_bf16_x3()
84 bfloat16x8x3_t test_vld1q_bf16_x3(bfloat16_t const *ptr) { in test_vld1q_bf16_x3()
91 bfloat16x4x4_t test_vld1_bf16_x4(bfloat16_t const *ptr) { in test_vld1_bf16_x4()
98 bfloat16x8x4_t test_vld1q_bf16_x4(bfloat16_t const *ptr) { in test_vld1q_bf16_x4()
105 bfloat16x8_t test_vld1q_dup_bf16(bfloat16_t const *ptr) { in test_vld1q_dup_bf16()
118 bfloat16x4x2_t test_vld2_bf16(bfloat16_t const *ptr) { in test_vld2_bf16()
127 bfloat16x8x2_t test_vld2q_bf16(bfloat16_t const *ptr) { in test_vld2q_bf16()
136 bfloat16x4x2_t test_vld2_lane_bf16(bfloat16_t const *ptr, bfloat16x4x2_t src) { in test_vld2_lane_bf16()
143 bfloat16x8x2_t test_vld2q_lane_bf16(bfloat16_t const *ptr, bfloat16x8x2_t src) { in test_vld2q_lane_bf16()
150 bfloat16x4x3_t test_vld3_bf16(bfloat16_t const *ptr) { in test_vld3_bf16()
158 bfloat16x8x3_t test_vld3q_bf16(bfloat16_t const *ptr) { in test_vld3q_bf16()
166 bfloat16x4x3_t test_vld3_lane_bf16(bfloat16_t const *ptr, bfloat16x4x3_t src) { in test_vld3_lane_bf16()
174 bfloat16x8x3_t test_vld3q_lane_bf16(bfloat16_t const *ptr, bfloat16x8x3_t src) { in test_vld3q_lane_bf16()
183 bfloat16x4x4_t test_vld4_bf16(bfloat16_t const *ptr) { in test_vld4_bf16()
191 bfloat16x8x4_t test_vld4q_bf16(bfloat16_t const *ptr) { in test_vld4q_bf16()
199 bfloat16x4x4_t test_vld4_lane_bf16(bfloat16_t const *ptr, bfloat16x4x4_t src) { in test_vld4_lane_bf16()
207 bfloat16x8x4_t test_vld4q_lane_bf16(bfloat16_t const *ptr, bfloat16x8x4_t src) { in test_vld4q_lane_bf16()
215 bfloat16x4x2_t test_vld2_dup_bf16(bfloat16_t const *ptr) { in test_vld2_dup_bf16()
222 bfloat16x8x2_t test_vld2q_dup_bf16(bfloat16_t const *ptr) { in test_vld2q_dup_bf16()
229 bfloat16x4x3_t test_vld3_dup_bf16(bfloat16_t const *ptr) { in test_vld3_dup_bf16()
236 bfloat16x8x3_t test_vld3q_dup_bf16(bfloat16_t const *ptr) { in test_vld3q_dup_bf16()
243 bfloat16x4x4_t test_vld4_dup_bf16(bfloat16_t const *ptr) { in test_vld4_dup_bf16()
250 bfloat16x8x4_t test_vld4q_dup_bf16(bfloat16_t const *ptr) { in test_vld4q_dup_bf16()
257 void test_vst1_bf16(bfloat16_t *ptr, bfloat16x4_t val) { in test_vst1_bf16()
266 void test_vst1q_bf16(bfloat16_t *ptr, bfloat16x8_t val) { in test_vst1q_bf16()
275 void test_vst1_lane_bf16(bfloat16_t *ptr, bfloat16x4_t val) { in test_vst1_lane_bf16()
284 void test_vst1q_lane_bf16(bfloat16_t *ptr, bfloat16x8_t val) { in test_vst1q_lane_bf16()
293 void test_vst1_bf16_x2(bfloat16_t *ptr, bfloat16x4x2_t val) { in test_vst1_bf16_x2()
300 void test_vst1q_bf16_x2(bfloat16_t *ptr, bfloat16x8x2_t val) { in test_vst1q_bf16_x2()
307 void test_vst1_bf16_x3(bfloat16_t *ptr, bfloat16x4x3_t val) { in test_vst1_bf16_x3()
314 void test_vst1q_bf16_x3(bfloat16_t *ptr, bfloat16x8x3_t val) { in test_vst1q_bf16_x3()
321 void test_vst1_bf16_x4(bfloat16_t *ptr, bfloat16x4x4_t val) { in test_vst1_bf16_x4()
328 void test_vst1q_bf16_x4(bfloat16_t *ptr, bfloat16x8x4_t val) { in test_vst1q_bf16_x4()
335 void test_vst2_bf16(bfloat16_t *ptr, bfloat16x4x2_t val) { in test_vst2_bf16()
342 void test_vst2q_bf16(bfloat16_t *ptr, bfloat16x8x2_t val) { in test_vst2q_bf16()
349 void test_vst2_lane_bf16(bfloat16_t *ptr, bfloat16x4x2_t val) { in test_vst2_lane_bf16()
356 void test_vst2q_lane_bf16(bfloat16_t *ptr, bfloat16x8x2_t val) { in test_vst2q_lane_bf16()
363 void test_vst3_bf16(bfloat16_t *ptr, bfloat16x4x3_t val) { in test_vst3_bf16()
370 void test_vst3q_bf16(bfloat16_t *ptr, bfloat16x8x3_t val) { in test_vst3q_bf16()
377 void test_vst3_lane_bf16(bfloat16_t *ptr, bfloat16x4x3_t val) { in test_vst3_lane_bf16()
384 void test_vst3q_lane_bf16(bfloat16_t *ptr, bfloat16x8x3_t val) { in test_vst3q_lane_bf16()
391 void test_vst4_bf16(bfloat16_t *ptr, bfloat16x4x4_t val) { in test_vst4_bf16()
398 void test_vst4q_bf16(bfloat16_t *ptr, bfloat16x8x4_t val) { in test_vst4q_bf16()
405 void test_vst4_lane_bf16(bfloat16_t *ptr, bfloat16x4x4_t val) { in test_vst4_lane_bf16()
412 void test_vst4q_lane_bf16(bfloat16_t *ptr, bfloat16x8x4_t val) { in test_vst4q_lane_bf16()