Searched refs:float32x4x4_t (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1489 float32x4x4_t test_vld4q_dup_f32(float32_t *a) { in test_vld4q_dup_f32() 4513 float32x4x4_t test_vld4q_lane_f32(float32_t *a, float32x4x4_t b) { in test_vld4q_lane_f32() 7381 void test_vst4q_lane_f32(float32_t *a, float32x4x4_t b) { in test_vst4q_lane_f32()
|
D | arm_neon_intrinsics.c | 7276 float32x4x4_t test_vld4q_f32(float32_t const * a) { in test_vld4q_f32() 8039 float32x4x4_t test_vld4q_lane_f32(float32_t const * a, float32x4x4_t b) { in test_vld4q_lane_f32() 20820 void test_vst4q_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_f32() 21505 void test_vst4q_lane_f32(float32_t * a, float32x4x4_t b) { in test_vst4q_lane_f32()
|
D | aarch64-neon-intrinsics.c | 11215 float32x4x4_t test_vld4q_f32(float32_t const *a) { in test_vld4q_f32() 13457 void test_vst4q_f32(float32_t *a, float32x4x4_t b) { in test_vst4q_f32() 15141 float32x4x4_t test_vld1q_f32_x4(float32_t const *a) { in test_vld1q_f32_x4() 17309 void test_vst1q_f32_x4(float32_t *a, float32x4x4_t b) { in test_vst1q_f32_x4()
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 1044 float32x4x4_t lo = vld4q_f32(rgba + 0), in exec_ops() 1051 float32x4x4_t v = vld4q_f32(rgba); in exec_ops() 1470 float32x4x4_t lo = {{ in exec_ops() 1484 float32x4x4_t v = {{ in exec_ops()
|
/external/skia/include/private/ |
D | SkNx_neon.h | 183 float32x4x4_t rgba = vld4q_f32((const float*) ptr); in Load4() 190 float32x4x4_t rgba = {{ in Store4()
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 183 float32x4x4_t rgba = vld4q_f32((const float*) ptr); in Load4() 190 float32x4x4_t rgba = {{ in Store4()
|
/external/skqp/third_party/skcms/src/ |
D | Transform_inl.h | 863 float32x4x4_t v = vld4q_f32(rgba); in exec_ops() 1194 float32x4x4_t v = {{ in exec_ops()
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 269 float32x4x4_t rgba; 284 if ( true ) { vst4q_lane_f32(ptr + 0, (float32x4x4_t{{r,g,b,a}}), 0); } 285 if (tail > 1) { vst4q_lane_f32(ptr + 4, (float32x4x4_t{{r,g,b,a}}), 1); } 286 if (tail > 2) { vst4q_lane_f32(ptr + 8, (float32x4x4_t{{r,g,b,a}}), 2); } 288 vst4q_f32(ptr, (float32x4x4_t{{r,g,b,a}}));
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 35 %struct.float32x4x4_t = type { [4 x <4 x float>] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 35 %struct.float32x4x4_t = type { [4 x <4 x float>] }
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 316 float32x4x4_t rgba; 331 if ( true ) { vst4q_lane_f32(ptr + 0, (float32x4x4_t{{r,g,b,a}}), 0); } 332 if (tail > 1) { vst4q_lane_f32(ptr + 4, (float32x4x4_t{{r,g,b,a}}), 1); } 333 if (tail > 2) { vst4q_lane_f32(ptr + 8, (float32x4x4_t{{r,g,b,a}}), 2); } 335 vst4q_f32(ptr, (float32x4x4_t{{r,g,b,a}}));
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 315 struct float32x4x4_t { struct 325 typedef struct float32x4x4_t float32x4x4_t; //for C compilers to make them happy typedef 1379 _NEON2SSESTORAGE float32x4x4_t vld4q_f32(__transfersize(16) float32_t const * ptr); // VLD4.32 {d0,… 1472 _NEON2SSESTORAGE float32x4x4_t vld4q_lane_f32_ptr(__transfersize(4) float32_t const * ptr, float32x… 1536 _NEON2SSESTORAGE void vst4q_f32_ptr(__transfersize(16) float32_t * ptr, float32x4x4_t * val); // VS… 1591 _NEON2SSESTORAGE void vst4q_lane_f32_ptr(__transfersize(4) float32_t * ptr, float32x4x4_t * val, __… 10302 _NEON2SSESTORAGE float32x4x4_t vld4q_f32(__transfersize(16) float32_t const * ptr); // VLD4.32 {d0,… 10303 _NEON2SSE_INLINE float32x4x4_t vld4q_f32(__transfersize(16) float32_t const * ptr) // VLD4.32 {d0, … 10305 float32x4x4_t v; 10985 _NEON2SSE_INLINE float32x4x4_t vld4q_lane_f32_ptr(__transfersize(4) float32_t const * ptr, float32x… [all …]
|