Searched refs:poly16x4x3_t (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | arm-neon-vld.c | 165 poly16x4x3_t test_vld1_p16_x3(poly16_t const *a) { in test_vld1_p16_x3() 1659 void test_vld3_dup_p16(poly16x4x3_t *dest, const poly16_t *src) { in test_vld3_dup_p16()
|
D | arm-neon-vst.c | 273 void test_vst1_p16_x3(poly16_t *a, poly16x4x3_t b) { in test_vst1_p16_x3()
|
D | aarch64-neon-ldst-one.c | 2874 poly16x4x3_t test_vld3_lane_p16(poly16_t *a, poly16x4x3_t b) { in test_vld3_lane_p16() 5841 void test_vst3_lane_p16(poly16_t *a, poly16x4x3_t b) { in test_vst3_lane_p16()
|
D | arm_neon_intrinsics.c | 5366 poly16x4x3_t test_vld3_p16(poly16_t const * a) { in test_vld3_p16() 5889 poly16x4x3_t test_vld3_lane_p16(poly16_t const * a, poly16x4x3_t b) { in test_vld3_lane_p16() 17559 void test_vst3_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_p16() 18065 void test_vst3_lane_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_lane_p16()
|
D | aarch64-neon-intrinsics.c | 10209 poly16x4x3_t test_vld3_p16(poly16_t const *a) { in test_vld3_p16() 12297 void test_vst3_p16(poly16_t *a, poly16x4x3_t b) { in test_vst3_p16()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1293 poly16x4x3_t test_vld3_dup_p16(poly16_t *a) { in test_vld3_dup_p16() 4052 poly16x4x3_t test_vld3_lane_p16(poly16_t *a, poly16x4x3_t b) { in test_vld3_lane_p16() 7019 void test_vst3_lane_p16(poly16_t *a, poly16x4x3_t b) { in test_vst3_lane_p16()
|
D | arm_neon_intrinsics.c | 6263 poly16x4x3_t test_vld3_p16(poly16_t const * a) { in test_vld3_p16() 6531 poly16x4x3_t test_vld3_dup_p16(poly16_t const * a) { in test_vld3_dup_p16() 7157 poly16x4x3_t test_vld3_lane_p16(poly16_t const * a, poly16x4x3_t b) { in test_vld3_lane_p16() 20042 void test_vst3_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_p16() 20549 void test_vst3_lane_p16(poly16_t * a, poly16x4x3_t b) { in test_vst3_lane_p16()
|
D | aarch64-neon-intrinsics.c | 11037 poly16x4x3_t test_vld3_p16(poly16_t const *a) { in test_vld3_p16() 13125 void test_vst3_p16(poly16_t *a, poly16x4x3_t b) { in test_vst3_p16() 14947 poly16x4x3_t test_vld1_p16_x3(poly16_t const *a) { in test_vld1_p16_x3() 16938 void test_vst1_p16_x3(poly16_t *a, poly16x4x3_t b) { in test_vst1_p16_x3()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 379 typedef struct int16x4x3_t poly16x4x3_t; typedef 1371 _NEON2SSESTORAGE poly16x4x3_t vld3_p16(__transfersize(12) poly16_t const * ptr); // VLD3.16 {d0, d1… 1418 _NEON2SSESTORAGE poly16x4x3_t vld3_dup_p16(__transfersize(3) poly16_t const * ptr); // VLD3.16 {d0[… 1466 _NEON2SSESTORAGE poly16x4x3_t vld3_lane_p16(__transfersize(3) poly16_t const * ptr, poly16x4x3_t sr… 1528 _NEON2SSESTORAGE void vst3_p16(__transfersize(12) poly16_t * ptr, poly16x4x3_t val); // VST3.16 {d0… 1585 _NEON2SSESTORAGE void vst3_lane_p16(__transfersize(3) poly16_t * ptr, poly16x4x3_t val, __constrang… 10208 _NEON2SSESTORAGE poly16x4x3_t vld3_p16(__transfersize(12) poly16_t const * ptr); // VLD3.16 {d0, d1… 10593 _NEON2SSESTORAGE poly16x4x3_t vld3_dup_p16(__transfersize(3) poly16_t const * ptr); // VLD3.16 {d0[… 10940 _NEON2SSESTORAGE poly16x4x3_t vld3_lane_p16(__transfersize(3) poly16_t const * ptr, poly16x4x3_t sr… 11423 _NEON2SSESTORAGE void vst3_p16(__transfersize(12) poly16_t * ptr, poly16x4x3_t val);// VST3.16 {d0,… [all …]
|