Lines Matching defs:ptr
141 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64()
147 poly64x2_t test_vld1q_p64(poly64_t const * ptr) { in test_vld1q_p64()
153 void test_vst1_p64(poly64_t * ptr, poly64x1_t val) { in test_vst1_p64()
159 void test_vst1q_p64(poly64_t * ptr, poly64x2_t val) { in test_vst1q_p64()
165 poly64x1x2_t test_vld2_p64(poly64_t const * ptr) { in test_vld2_p64()
171 poly64x2x2_t test_vld2q_p64(poly64_t const * ptr) { in test_vld2q_p64()
177 poly64x1x3_t test_vld3_p64(poly64_t const * ptr) { in test_vld3_p64()
183 poly64x2x3_t test_vld3q_p64(poly64_t const * ptr) { in test_vld3q_p64()
189 poly64x1x4_t test_vld4_p64(poly64_t const * ptr) { in test_vld4_p64()
195 poly64x2x4_t test_vld4q_p64(poly64_t const * ptr) { in test_vld4q_p64()
201 void test_vst2_p64(poly64_t * ptr, poly64x1x2_t val) { in test_vst2_p64()
207 void test_vst2q_p64(poly64_t * ptr, poly64x2x2_t val) { in test_vst2q_p64()
213 void test_vst3_p64(poly64_t * ptr, poly64x1x3_t val) { in test_vst3_p64()
219 void test_vst3q_p64(poly64_t * ptr, poly64x2x3_t val) { in test_vst3q_p64()
225 void test_vst4_p64(poly64_t * ptr, poly64x1x4_t val) { in test_vst4_p64()
231 void test_vst4q_p64(poly64_t * ptr, poly64x2x4_t val) { in test_vst4q_p64()