Searched refs:uint32x4x3_t (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-vlddup.ll | 25 %struct.uint32x4x3_t = type { <4 x i32>, <4 x i32>, <4 x i32> } 53 declare %struct.uint32x4x3_t @llvm.arm.neon.vld3dup.v4i32.p0i8(i8*, i32) 194 define %struct.uint32x4x3_t @test_vld3q_dup_u32(i8* %src) { 196 %tmp = tail call %struct.uint32x4x3_t @llvm.arm.neon.vld3dup.v4i32.p0i8(i8* %src, i32 4) 197 ret %struct.uint32x4x3_t %tmp
|
D | arm-vld1.ll | 25 %struct.uint32x4x3_t = type { <4 x i32>, <4 x i32>, <4 x i32> } 57 declare %struct.uint32x4x3_t @llvm.arm.neon.vld1x3.v4i32.p0i32(i32*) nounwind readonly 185 define %struct.uint32x4x3_t @test_vld1q_u32_x3(i32* %a) nounwind { 186 %tmp = tail call %struct.uint32x4x3_t @llvm.arm.neon.vld1x3.v4i32.p0i32(i32* %a) 187 ret %struct.uint32x4x3_t %tmp
|
D | arm-vst1.ll | 25 ; %struct.uint32x4x3_t = type { <4 x i32>, <4 x i32>, <4 x i32> } 52 %struct.uint32x4x3_t = type { [3 x <4 x i32>] } 273 define void @test_vst1q_u32_x3(i32* %a, %struct.uint32x4x3_t %b) nounwind { 275 %b0 = extractvalue %struct.uint32x4x3_t %b, 0, 0 276 %b1 = extractvalue %struct.uint32x4x3_t %b, 0, 1 277 %b2 = extractvalue %struct.uint32x4x3_t %b, 0, 2
|
/external/XNNPACK/src/x32-zip/ |
D | x3-neon.c | 27 uint32x4x3_t vxyz; in xnn_x32_zip_x3_ukernel__neon()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 847 uint32x4x3_t test_vld3q_dup_u32(uint32_t *a) { in test_vld3q_dup_u32() 3183 uint32x4x3_t test_vld3q_lane_u32(uint32_t *a, uint32x4x3_t b) { in test_vld3q_lane_u32() 6334 void test_vst3q_lane_u32(uint32_t *a, uint32x4x3_t b) { in test_vst3q_lane_u32()
|
D | arm_neon_intrinsics.c | 5983 uint32x4x3_t test_vld3q_u32(uint32_t const * a) { in test_vld3q_u32() 6608 uint32x4x3_t test_vld3q_lane_u32(uint32_t const * a, uint32x4x3_t b) { in test_vld3q_lane_u32() 19488 void test_vst3q_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_u32() 20105 void test_vst3q_lane_u32(uint32_t * a, uint32x4x3_t b) { in test_vst3q_lane_u32()
|
D | aarch64-neon-intrinsics.c | 10628 uint32x4x3_t test_vld3q_u32(uint32_t const *a) { in test_vld3q_u32() 12470 void test_vst3q_u32(uint32_t *a, uint32x4x3_t b) { in test_vst3q_u32() 14525 uint32x4x3_t test_vld1q_u32_x3(uint32_t const *a) { in test_vld1q_u32_x3() 16234 void test_vst1q_u32_x3(uint32_t *a, uint32x4x3_t b) { in test_vst1q_u32_x3()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 370 typedef struct int32x4x3_t uint32x4x3_t; typedef 1352 _NEON2SSESTORAGE uint32x4x3_t vld3q_u32(__transfersize(12) uint32_t const * ptr); // VLD3.32 {d0, d… 1451 _NEON2SSESTORAGE uint32x4x3_t vld3q_lane_u32_ptr(__transfersize(3) uint32_t const * ptr, uint32x4x3… 1509 _NEON2SSESTORAGE void vst3q_u32_ptr(__transfersize(12) uint32_t * ptr, uint32x4x3_t * val); // VST3… 1570 _NEON2SSESTORAGE void vst3q_lane_u32_ptr(__transfersize(3) uint32_t * ptr, uint32x4x3_t * val, __co… 10015 _NEON2SSESTORAGE uint32x4x3_t vld3q_u32(__transfersize(12) uint32_t const * ptr); // VLD3.32 {d0, d… 10016 _NEON2SSE_INLINE uint32x4x3_t vld3q_u32(__transfersize(12) uint32_t const * ptr) // VLD3.32 {d0, d2… 10019 uint32x4x3_t v; 10833 _NEON2SSE_INLINE uint32x4x3_t vld3q_lane_u32_ptr(__transfersize(3) uint32_t const * ptr, uint32x4x3… 10835 uint32x4x3_t v; [all …]
|