Searched refs:poly16x8x3_t (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1033 poly16x8x3_t test_vld3q_dup_p16(poly16_t *a) { in test_vld3q_dup_p16() 3527 poly16x8x3_t test_vld3q_lane_p16(poly16_t *a, poly16x8x3_t b) { in test_vld3q_lane_p16() 6620 void test_vst3q_lane_p16(poly16_t *a, poly16x8x3_t b) { in test_vst3q_lane_p16()
|
D | arm_neon_intrinsics.c | 6086 poly16x8x3_t test_vld3q_p16(poly16_t const * a) { in test_vld3q_p16() 6798 poly16x8x3_t test_vld3q_lane_p16(poly16_t const * a, poly16x8x3_t b) { in test_vld3q_lane_p16() 19691 void test_vst3q_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_p16() 20260 void test_vst3q_lane_p16(poly16_t * a, poly16x8x3_t b) { in test_vst3q_lane_p16()
|
D | aarch64-neon-intrinsics.c | 10806 poly16x8x3_t test_vld3q_p16(poly16_t const *a) { in test_vld3q_p16() 12756 void test_vst3q_p16(poly16_t *a, poly16x8x3_t b) { in test_vst3q_p16() 14701 poly16x8x3_t test_vld1q_p16_x3(poly16_t const *a) { in test_vld1q_p16_x3() 16528 void test_vst1q_p16_x3(poly16_t *a, poly16x8x3_t b) { in test_vst1q_p16_x3()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 373 typedef struct int16x8x3_t poly16x8x3_t; typedef 1359 _NEON2SSESTORAGE poly16x8x3_t vld3q_p16(__transfersize(24) poly16_t const * ptr); // VLD3.16 {d0, d… 1456 _NEON2SSESTORAGE poly16x8x3_t vld3q_lane_p16_ptr(__transfersize(3) poly16_t const * ptr, poly16x8x3… 1516 _NEON2SSESTORAGE void vst3q_p16_ptr(__transfersize(24) poly16_t * ptr, poly16x8x3_t * val); // VST3… 1575 _NEON2SSESTORAGE void vst3q_lane_p16_ptr(__transfersize(3) poly16_t * ptr, poly16x8x3_t * val, __co… 10076 _NEON2SSESTORAGE poly16x8x3_t vld3q_p16(__transfersize(24) poly16_t const * ptr); // VLD3.16 {d0, d… 10881 _NEON2SSESTORAGE poly16x8x3_t vld3q_lane_p16_ptr(__transfersize(3) poly16_t const * ptr, poly16x8x3… 11327 _NEON2SSESTORAGE void vst3q_p16_ptr(__transfersize(24) poly16_t * ptr, poly16x8x3_t * val); 11742 _NEON2SSESTORAGE void vst3q_lane_p16_ptr(__transfersize(3) poly16_t * ptr, poly16x8x3_t * val, __co…
|