Searched refs:uint16x4x3_t (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-vlddup.ll | 5 %struct.uint16x4x3_t = type { <4 x i16>, <4 x i16>, <4 x i16> } 38 declare %struct.uint16x4x3_t @llvm.arm.neon.vld3dup.v4i16.p0i8(i8*, i32) 93 define %struct.uint16x4x3_t @test_vld3_dup_u16(i8* %src) { 95 %tmp = tail call %struct.uint16x4x3_t @llvm.arm.neon.vld3dup.v4i16.p0i8(i8* %src, i32 2) 96 ret %struct.uint16x4x3_t %tmp
|
D | arm-vld1.ll | 5 %struct.uint16x4x3_t = type { <4 x i16>, <4 x i16>, <4 x i16> } 37 declare %struct.uint16x4x3_t @llvm.arm.neon.vld1x3.v4i16.p0i16(i16*) nounwind readonly 77 define %struct.uint16x4x3_t @test_vld1_u16_x3(i16* %a) nounwind { 78 %tmp = tail call %struct.uint16x4x3_t @llvm.arm.neon.vld1x3.v4i16.p0i16(i16* %a) 79 ret %struct.uint16x4x3_t %tmp
|
D | arm-vst1.ll | 5 ; %struct.uint16x4x3_t = type { <4 x i16>, <4 x i16>, <4 x i16> } 37 %struct.uint16x4x3_t = type { [3 x <4 x i16>] } 105 define void @test_vst1_u16_x3(i16* %a, %struct.uint16x4x3_t %b) nounwind { 107 %b0 = extractvalue %struct.uint16x4x3_t %b, 0, 0 108 %b1 = extractvalue %struct.uint16x4x3_t %b, 0, 1 109 %b2 = extractvalue %struct.uint16x4x3_t %b, 0, 2
|
/external/skqp/third_party/skcms/src/ |
D | Transform_inl.h | 729 uint16x4x3_t v = vld3_u16(rgb); in exec_ops() 765 uint16x4x3_t v = vld3_u16(rgb); in exec_ops() 805 uint16x4x3_t v = vld3_u16(rgb); in exec_ops() 1045 uint16x4x3_t v = {{ in exec_ops() 1085 uint16x4x3_t v = {{ in exec_ops() 1132 uint16x4x3_t v = {{ in exec_ops()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1088 uint16x4x3_t test_vld3_dup_u16(uint16_t *a) { in test_vld3_dup_u16() 3637 uint16x4x3_t test_vld3_lane_u16(uint16_t *a, uint16x4x3_t b) { in test_vld3_lane_u16() 6703 void test_vst3_lane_u16(uint16_t *a, uint16x4x3_t b) { in test_vst3_lane_u16()
|
D | arm_neon_intrinsics.c | 6115 uint16x4x3_t test_vld3_u16(uint16_t const * a) { in test_vld3_u16() 6311 uint16x4x3_t test_vld3_dup_u16(uint16_t const * a) { in test_vld3_dup_u16() 6867 uint16x4x3_t test_vld3_lane_u16(uint16_t const * a, uint16x4x3_t b) { in test_vld3_lane_u16() 19746 void test_vst3_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_u16() 20315 void test_vst3_lane_u16(uint16_t * a, uint16x4x3_t b) { in test_vst3_lane_u16()
|
D | aarch64-neon-intrinsics.c | 10841 uint16x4x3_t test_vld3_u16(uint16_t const *a) { in test_vld3_u16() 12809 void test_vst3_u16(uint16_t *a, uint16x4x3_t b) { in test_vst3_u16() 14753 uint16x4x3_t test_vld1_u16_x3(uint16_t const *a) { in test_vld1_u16_x3() 16613 void test_vst1_u16_x3(uint16_t *a, uint16x4x3_t b) { in test_vst1_u16_x3()
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 876 uint16x4x3_t v = vld3_u16(rgb); in exec_ops() 923 uint16x4x3_t v = vld3_u16(rgb); in exec_ops() 974 uint16x4x3_t v = vld3_u16(rgb); in exec_ops() 1271 uint16x4x3_t v = {{ in exec_ops() 1326 uint16x4x3_t v = {{ in exec_ops() 1388 uint16x4x3_t v = {{ in exec_ops()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 375 typedef struct int16x4x3_t uint16x4x3_t; typedef 1361 _NEON2SSESTORAGE uint16x4x3_t vld3_u16(__transfersize(12) uint16_t const * ptr); // VLD3.16 {d0, d1… 1408 _NEON2SSESTORAGE uint16x4x3_t vld3_dup_u16(__transfersize(3) uint16_t const * ptr); // VLD3.16 {d0[… 1458 _NEON2SSESTORAGE uint16x4x3_t vld3_lane_u16(__transfersize(3) uint16_t const * ptr, uint16x4x3_t sr… 1518 _NEON2SSESTORAGE void vst3_u16(__transfersize(12) uint16_t * ptr, uint16x4x3_t val); // VST3.16 {d0… 1577 _NEON2SSESTORAGE void vst3_lane_u16(__transfersize(3) uint16_t * ptr, uint16x4x3_t val, __constrang… 10112 _NEON2SSESTORAGE uint16x4x3_t vld3_u16(__transfersize(12) uint16_t const * ptr); // VLD3.16 {d0, d1… 10113 _NEON2SSE_INLINE uint16x4x3_t vld3_u16(__transfersize(12) uint16_t const * ptr) // VLD3.16 {d0, d1,… 10116 uint16x4x3_t v; 10522 _NEON2SSESTORAGE uint16x4x3_t vld3_dup_u16(__transfersize(3) uint16_t const * ptr); // VLD3.16 {d0[… [all …]
|
/external/skia/include/private/ |
D | SkNx_neon.h | 340 uint16x4x3_t rgba = vld3_u16((const uint16_t*)ptr); in Load3()
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 340 uint16x4x3_t rgba = vld3_u16((const uint16_t*)ptr); in Load3()
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 233 uint16x4x3_t rgb;
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 258 uint16x4x3_t rgb;
|