Searched refs:float32x2x3_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | arm-neon-vld.c | 105 float32x2x3_t test_vld1_f32_x3(float32_t const *a) { in test_vld1_f32_x3() 1642 void test_vld3_dup_f32(float32x2x3_t *dest, const float32_t *src) { in test_vld3_dup_f32()
|
D | arm-neon-vst.c | 171 void test_vst1_f32_x3(float32_t *a, float32x2x3_t b) { in test_vst1_f32_x3()
|
D | aarch64-neon-ldst-one.c | 2764 float32x2x3_t test_vld3_lane_f32(float32_t *a, float32x2x3_t b) { in test_vld3_lane_f32() 5758 void test_vst3_lane_f32(float32_t *a, float32x2x3_t b) { in test_vst3_lane_f32()
|
D | arm_neon_intrinsics.c | 5349 float32x2x3_t test_vld3_f32(float32_t const * a) { in test_vld3_f32() 5832 float32x2x3_t test_vld3_lane_f32(float32_t const * a, float32x2x3_t b) { in test_vld3_lane_f32() 17504 void test_vst3_f32(float32_t * a, float32x2x3_t b) { in test_vst3_f32() 18010 void test_vst3_lane_f32(float32_t * a, float32x2x3_t b) { in test_vst3_lane_f32()
|
D | aarch64-neon-intrinsics.c | 10156 float32x2x3_t test_vld3_f32(float32_t const *a) { in test_vld3_f32() 12214 void test_vst3_f32(float32_t *a, float32x2x3_t b) { in test_vst3_f32()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1238 float32x2x3_t test_vld3_dup_f32(float32_t *a) { in test_vld3_dup_f32() 3942 float32x2x3_t test_vld3_lane_f32(float32_t *a, float32x2x3_t b) { in test_vld3_lane_f32() 6936 void test_vst3_lane_f32(float32_t *a, float32x2x3_t b) { in test_vst3_lane_f32()
|
D | arm_neon_intrinsics.c | 6234 float32x2x3_t test_vld3_f32(float32_t const * a) { in test_vld3_f32() 6484 float32x2x3_t test_vld3_dup_f32(float32_t const * a) { in test_vld3_dup_f32() 7088 float32x2x3_t test_vld3_lane_f32(float32_t const * a, float32x2x3_t b) { in test_vld3_lane_f32() 19987 void test_vst3_f32(float32_t * a, float32x2x3_t b) { in test_vst3_f32() 20494 void test_vst3_lane_f32(float32_t * a, float32x2x3_t b) { in test_vst3_lane_f32()
|
D | aarch64-neon-intrinsics.c | 10984 float32x2x3_t test_vld3_f32(float32_t const *a) { in test_vld3_f32() 13042 void test_vst3_f32(float32_t *a, float32x2x3_t b) { in test_vst3_f32() 14895 float32x2x3_t test_vld1_f32_x3(float32_t const *a) { in test_vld1_f32_x3() 16853 void test_vst1_f32_x3(float32_t *a, float32x2x3_t b) { in test_vst1_f32_x3()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 29 %struct.float32x2x3_t = type { [3 x <2 x float>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 385 struct float32x2x3_t { struct 394 typedef struct float32x2x3_t float32x2x3_t; //for C compilers to make them happy argument 1369 _NEON2SSESTORAGE float32x2x3_t vld3_f32(__transfersize(6) float32_t const * ptr); // VLD3.32 {d0, d… 1416 _NEON2SSESTORAGE float32x2x3_t vld3_dup_f32(__transfersize(3) float32_t const * ptr); // VLD3.32 {d… 1464 _NEON2SSESTORAGE float32x2x3_t vld3_lane_f32(__transfersize(3) float32_t const * ptr, float32x2x3_t… 1526 _NEON2SSESTORAGE void vst3_f32(__transfersize(6) float32_t * ptr, float32x2x3_t val); // VST3.32 {d… 1583 _NEON2SSESTORAGE void vst3_lane_f32(__transfersize(3) float32_t * ptr, float32x2x3_t val, __constra… 10189 _NEON2SSESTORAGE float32x2x3_t vld3_f32(__transfersize(6) float32_t const * ptr); // VLD3.32 {d0, d… 10190 _NEON2SSE_INLINE float32x2x3_t vld3_f32(__transfersize(6) float32_t const * ptr) 10193 float32x2x3_t v; [all …]
|
/external/skia/include/private/ |
D | SkNx_neon.h | 57 float32x2x3_t abc = {{ in Store3()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 29 %struct.float32x2x3_t = type { [3 x <2 x float>] }
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 57 float32x2x3_t abc = {{ in Store3()
|