Searched refs:float16x4x3_t (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1219 float16x4x3_t test_vld3_dup_f16(float16_t *a) { in test_vld3_dup_f16() 3903 float16x4x3_t test_vld3_lane_f16(float16_t *a, float16x4x3_t b) { in test_vld3_lane_f16() 6906 void test_vst3_lane_f16(float16_t *a, float16x4x3_t b) { in test_vst3_lane_f16()
|
D | arm_neon_intrinsics.c | 6219 float16x4x3_t test_vld3_f16(float16_t const * a) { in test_vld3_f16() 6460 float16x4x3_t test_vld3_dup_f16(float16_t const * a) { in test_vld3_dup_f16() 7050 float16x4x3_t test_vld3_lane_f16(float16_t const * a, float16x4x3_t b) { in test_vld3_lane_f16() 19956 void test_vst3_f16(float16_t * a, float16x4x3_t b) { in test_vst3_f16() 20463 void test_vst3_lane_f16(float16_t * a, float16x4x3_t b) { in test_vst3_lane_f16()
|
D | aarch64-neon-intrinsics.c | 10966 float16x4x3_t test_vld3_f16(float16_t const *a) { in test_vld3_f16() 13012 void test_vst3_f16(float16_t *a, float16x4x3_t b) { in test_vst3_f16() 14877 float16x4x3_t test_vld1_f16_x3(float16_t const *a) { in test_vld1_f16_x3() 16822 void test_vst1_f16_x3(float16_t *a, float16x4x3_t b) { in test_vst1_f16_x3()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 395 typedef float16x8x3_t float16x4x3_t; typedef 1368 _NEON2SSESTORAGE float16x4x3_t vld3_f16(__transfersize(12) __fp16 const * ptr); // VLD3.16 {d0, d1,… 1415 _NEON2SSESTORAGE float16x4x3_t vld3_dup_f16(__transfersize(3) __fp16 const * ptr); // VLD3.16 {d0[]… 1463 _NEON2SSESTORAGE float16x4x3_t vld3_lane_f16_ptr(__transfersize(3) __fp16 const * ptr, float16x4x3_… 1525 _NEON2SSESTORAGE void vst3_f16_ptr(__transfersize(12) __fp16 * ptr, float16x4x3_t * val); // VST3.1… 1582 _NEON2SSESTORAGE void vst3_lane_f16_ptr(__transfersize(3) __fp16 * ptr, float16x4x3_t * val, __cons… 10186 _NEON2SSESTORAGE float16x4x3_t vld3_f16(__transfersize(12) __fp16 const * ptr); // VLD3.16 {d0, d1,… 10575 _NEON2SSESTORAGE float16x4x3_t vld3_dup_f16(__transfersize(3) __fp16 const * ptr); // VLD3.16 {d0[]… 10924 _NEON2SSESTORAGE float16x4x3_t vld3_lane_f16_ptr(__transfersize(3) __fp16 const * ptr, float16x4x3_… 11405 _NEON2SSESTORAGE void vst3_f16_ptr(__transfersize(12) __fp16 * ptr, float16x4x3_t * val); // VST3.1… [all …]
|