Searched refs:float32x2x4_t (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | arm-neon-vld.c | 125 float32x2x4_t test_vld1_f32_x4(float32_t const *a) { in test_vld1_f32_x4() 1840 void test_vld4_dup_f32(float32x2x4_t *dest, const float32_t *src) { in test_vld4_dup_f32()
|
D | arm-neon-vst.c | 210 void test_vst1_f32_x4(float32_t *a, float32x2x4_t b) { in test_vst1_f32_x4()
|
D | aarch64-neon-ldst-one.c | 3924 float32x2x4_t test_vld4_lane_f32(float32_t *a, float32x2x4_t b) { in test_vld4_lane_f32() 6666 void test_vst4_lane_f32(float32_t *a, float32x2x4_t b) { in test_vst4_lane_f32()
|
D | arm_neon_intrinsics.c | 6064 float32x2x4_t test_vld4_f32(float32_t const * a) { in test_vld4_f32() 6618 float32x2x4_t test_vld4_lane_f32(float32_t const * a, float32x2x4_t b) { in test_vld4_lane_f32() 18740 void test_vst4_f32(float32_t * a, float32x2x4_t b) { in test_vst4_f32() 19325 void test_vst4_lane_f32(float32_t * a, float32x2x4_t b) { in test_vst4_lane_f32()
|
D | aarch64-neon-intrinsics.c | 10618 float32x2x4_t test_vld4_f32(float32_t const *a) { in test_vld4_f32() 13057 void test_vst4_f32(float32_t *a, float32x2x4_t b) { in test_vst4_f32()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1735 float32x2x4_t test_vld4_dup_f32(float32_t *a) { in test_vld4_dup_f32() 5102 float32x2x4_t test_vld4_lane_f32(float32_t *a, float32x2x4_t b) { in test_vld4_lane_f32() 7844 void test_vst4_lane_f32(float32_t *a, float32x2x4_t b) { in test_vst4_lane_f32()
|
D | arm_neon_intrinsics.c | 7453 float32x2x4_t test_vld4_f32(float32_t const * a) { in test_vld4_f32() 7727 float32x2x4_t test_vld4_dup_f32(float32_t const * a) { in test_vld4_dup_f32() 8408 float32x2x4_t test_vld4_lane_f32(float32_t const * a, float32x2x4_t b) { in test_vld4_lane_f32() 21225 void test_vst4_f32(float32_t * a, float32x2x4_t b) { in test_vst4_f32() 21811 void test_vst4_lane_f32(float32_t * a, float32x2x4_t b) { in test_vst4_lane_f32()
|
D | aarch64-neon-intrinsics.c | 11446 float32x2x4_t test_vld4_f32(float32_t const *a) { in test_vld4_f32() 13885 void test_vst4_f32(float32_t *a, float32x2x4_t b) { in test_vst4_f32() 15387 float32x2x4_t test_vld1_f32_x4(float32_t const *a) { in test_vld1_f32_x4() 17783 void test_vst1_f32_x4(float32_t *a, float32x2x4_t b) { in test_vst1_f32_x4()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 41 %struct.float32x2x4_t = type { [4 x <2 x float>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 321 struct float32x2x4_t { struct 327 typedef struct float32x2x4_t float32x2x4_t; //for C compilers to make them happy argument 1391 _NEON2SSESTORAGE float32x2x4_t vld4_f32(__transfersize(8) float32_t const * ptr); // VLD4.32 {d0, d… 1428 _NEON2SSESTORAGE float32x2x4_t vld4_dup_f32(__transfersize(4) float32_t const * ptr); // VLD4.32 {d… 1481 _NEON2SSESTORAGE float32x2x4_t vld4_lane_f32(__transfersize(4) float32_t const * ptr, float32x2x4_t… 1548 _NEON2SSESTORAGE void vst4_f32(__transfersize(8) float32_t * ptr, float32x2x4_t val); // VST4.32 {d… 1600 _NEON2SSESTORAGE void vst4_lane_f32(__transfersize(4) float32_t * ptr, float32x2x4_t val, __constra… 10408 _NEON2SSESTORAGE float32x2x4_t vld4_f32(__transfersize(8) float32_t const * ptr); // VLD4.32 {d0, d… 10409 _NEON2SSE_INLINE float32x2x4_t vld4_f32(__transfersize(8) float32_t const * ptr) // VLD4.32 {d0, d1… 10412 float32x2x4_t res; [all …]
|
/external/skia/include/private/ |
D | SkNx_neon.h | 66 float32x2x4_t abcd = {{ in Store4()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 41 %struct.float32x2x4_t = type { [4 x <2 x float>] }
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 66 float32x2x4_t abcd = {{ in Store4()
|