Home
last modified time | relevance | path

Searched refs:float32x4x3_t (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Darm-neon-vld.c807 float32x4x3_t test_vld1q_f32_x3(float32_t const *a) { in test_vld1q_f32_x3()
2202 void test_vld3q_dup_f32(float32x4x3_t *dest, const float32_t *src) { in test_vld3q_dup_f32()
Darm-neon-vst.c1323 void test_vst1q_f32_x3(float32_t *a, float32x4x3_t b) { in test_vst1q_f32_x3()
Daarch64-neon-ldst-one.c2239 float32x4x3_t test_vld3q_lane_f32(float32_t *a, float32x4x3_t b) { in test_vld3q_lane_f32()
5359 void test_vst3q_lane_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_lane_f32()
Darm_neon_intrinsics.c5244 float32x4x3_t test_vld3q_f32(float32_t const * a) { in test_vld3q_f32()
5558 float32x4x3_t test_vld3q_lane_f32(float32_t const * a, float32x4x3_t b) { in test_vld3q_lane_f32()
17153 void test_vst3q_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_f32()
17745 void test_vst3q_lane_f32(float32_t * a, float32x4x3_t b) { in test_vst3q_lane_f32()
Daarch64-neon-intrinsics.c9925 float32x4x3_t test_vld3q_f32(float32_t const *a) { in test_vld3q_f32()
11845 void test_vst3q_f32(float32_t *a, float32x4x3_t b) { in test_vst3q_f32()
/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c978 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()
Darm_neon_intrinsics.c6057 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()
Daarch64-neon-intrinsics.c10753 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/
DTransform_inl.h1056 float32x4x3_t lo = vld3q_f32(rgb + 0), in exec_ops()
1062 float32x4x3_t v = vld3q_f32(rgb); in exec_ops()
1498 float32x4x3_t lo = {{ in exec_ops()
1510 float32x4x3_t v = {{ in exec_ops()
/external/skqp/third_party/skcms/src/
DTransform_inl.h847 float32x4x3_t v = vld3q_f32(rgb); in exec_ops()
1176 float32x4x3_t v = {{ in exec_ops()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll23 %struct.float32x4x3_t = type { [3 x <4 x float>] }
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll23 %struct.float32x4x3_t = type { [3 x <4 x float>] }
/external/neon_2_sse/
DNEON_2_SSE.h382 struct float32x4x3_t { struct
392 typedef struct float32x4x3_t float32x4x3_t; //for C compilers to make them happy argument
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 …]