Searched refs:float32x4x3_t (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 978 float32x4x3_t test_vld3q_dup_f32(float32_t *a) { in test_vld3q_dup_f32() 3417 float32x4x3_t test_vld3q_lane_f32(float32_t *a, float32x4x3_t b) { in test_vld3q_lane_f32() 6537 void test_vst3q_lane_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_lane_f32()
|
D | arm_neon_intrinsics.c | 6057 float32x4x3_t test_vld3q_f32(float32_t const * a) { in test_vld3q_f32() 6760 float32x4x3_t test_vld3q_lane_f32(float32_t const * a, float32x4x3_t b) { in test_vld3q_lane_f32() 19636 void test_vst3q_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_f32() 20229 void test_vst3q_lane_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_lane_f32()
|
D | aarch64-neon-intrinsics.c | 10753 float32x4x3_t test_vld3q_f32(float32_t const *a) { in test_vld3q_f32() 12673 void test_vst3q_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_f32() 14649 float32x4x3_t test_vld1q_f32_x3(float32_t const *a) { in test_vld1q_f32_x3() 16443 void test_vst1q_f32_x3(float32_t *a, float32x4x3_t b) { in test_vst1q_f32_x3()
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 847 float32x4x3_t v = vld3q_f32(rgb); in exec_ops() 1176 float32x4x3_t v = {{ in exec_ops()
|
/external/skqp/third_party/skcms/src/ |
D | Transform_inl.h | 847 float32x4x3_t v = vld3q_f32(rgb); in exec_ops() 1176 float32x4x3_t v = {{ in exec_ops()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 23 %struct.float32x4x3_t = type { [3 x <4 x float>] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 23 %struct.float32x4x3_t = type { [3 x <4 x float>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 382 struct float32x4x3_t { struct 392 typedef struct float32x4x3_t float32x4x3_t; //for C compilers to make them happy typedef 1357 _NEON2SSESTORAGE float32x4x3_t vld3q_f32(__transfersize(12) float32_t const * ptr); // VLD3.32 {d0,… 1455 _NEON2SSESTORAGE float32x4x3_t vld3q_lane_f32_ptr(__transfersize(3) float32_t const * ptr, float32x… 1514 _NEON2SSESTORAGE void vst3q_f32_ptr(__transfersize(12) float32_t * ptr, float32x4x3_t * val); // VS… 1574 _NEON2SSESTORAGE void vst3q_lane_f32_ptr(__transfersize(3) float32_t * ptr, float32x4x3_t * val, __… 10050 _NEON2SSESTORAGE float32x4x3_t vld3q_f32(__transfersize(12) float32_t const * ptr); // VLD3.32 {d0,… 10051 _NEON2SSE_INLINE float32x4x3_t vld3q_f32(__transfersize(12) float32_t const * ptr) // VLD3.32 {d0, … 10054 float32x4x3_t v; 10871 _NEON2SSE_INLINE float32x4x3_t vld3q_lane_f32_ptr(__transfersize(3) float32_t const * ptr, float32x… [all …]
|