Searched refs:float16x8x4_t (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1471 float16x8x4_t test_vld4q_dup_f16(float16_t *a) { in test_vld4q_dup_f16() 4469 float16x8x4_t test_vld4q_lane_f16(float16_t *a, float16x8x4_t b) { in test_vld4q_lane_f16() 7346 void test_vst4q_lane_f16(float16_t *a, float16x8x4_t b) { in test_vst4q_lane_f16()
|
D | arm_neon_intrinsics.c | 7261 float16x8x4_t test_vld4q_f16(float16_t const * a) { in test_vld4q_f16() 7996 float16x8x4_t test_vld4q_lane_f16(float16_t const * a, float16x8x4_t b) { in test_vld4q_lane_f16() 20784 void test_vst4q_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_f16() 21469 void test_vst4q_lane_f16(float16_t * a, float16x8x4_t b) { in test_vst4q_lane_f16()
|
D | aarch64-neon-intrinsics.c | 11197 float16x8x4_t test_vld4q_f16(float16_t const *a) { in test_vld4q_f16() 13422 void test_vst4q_f16(float16_t *a, float16x8x4_t b) { in test_vst4q_f16() 15123 float16x8x4_t test_vld1q_f16_x4(float16_t const *a) { in test_vld1q_f16_x4() 17273 void test_vst1q_f16_x4(float16_t *a, float16x8x4_t b) { in test_vst1q_f16_x4()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 318 struct float16x8x4_t { struct 326 typedef struct float16x8x4_t float16x8x4_t; //for C compilers to make them happy typedef 328 typedef float16x8x4_t float16x4x4_t; 1378 _NEON2SSESTORAGE float16x8x4_t vld4q_f16(__transfersize(32) __fp16 const * ptr); // VLD4.16 {d0, d2… 1471 _NEON2SSESTORAGE float16x8x4_t vld4q_lane_f16_ptr(__transfersize(4) __fp16 const * ptr, float16x8x4… 1535 _NEON2SSESTORAGE void vst4q_f16_ptr(__transfersize(32) __fp16 * ptr, float16x8x4_t * val); // VST4.… 1590 _NEON2SSESTORAGE void vst4q_lane_f16_ptr(__transfersize(4) __fp16 * ptr, float16x8x4_t * val, __con… 10299 _NEON2SSESTORAGE float16x8x4_t vld4q_f16(__transfersize(32) __fp16 const * ptr); // VLD4.16 {d0, d2… 10981 _NEON2SSESTORAGE float16x8x4_t vld4q_lane_f16_ptr(__transfersize(4) __fp16 const * ptr, float16x8x4… 11500 _NEON2SSESTORAGE void vst4q_f16_ptr(__transfersize(32) __fp16 * ptr, float16x8x4_t * val); [all …]
|