Searched refs:uint64x1x3_t (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-vlddup.ll | 13 %struct.uint64x1x3_t = type { <1 x i64>, <1 x i64>, <1 x i64> } 40 declare %struct.uint64x1x3_t @llvm.arm.neon.vld3dup.v1i64.p0i8(i8*, i32) 109 define %struct.uint64x1x3_t @test_vld3_dup_u64(i8* %src) { 111 %tmp = tail call %struct.uint64x1x3_t @llvm.arm.neon.vld3dup.v1i64.p0i8(i8* %src, i32 8) 112 ret %struct.uint64x1x3_t %tmp
|
D | arm-vld1.ll | 13 %struct.uint64x1x3_t = type { <1 x i64>, <1 x i64>, <1 x i64> } 45 declare %struct.uint64x1x3_t @llvm.arm.neon.vld1x3.v1i64.p0i64(i64*) nounwind readonly 119 define %struct.uint64x1x3_t @test_vld1_u64_x3(i64* %a) nounwind { 120 %tmp = tail call %struct.uint64x1x3_t @llvm.arm.neon.vld1x3.v1i64.p0i64(i64* %a) 121 ret %struct.uint64x1x3_t %tmp
|
D | arm-vst1.ll | 13 ; %struct.uint64x1x3_t = type { <1 x i64>, <1 x i64>, <1 x i64> } 43 %struct.uint64x1x3_t = type { [3 x <1 x i64>] } 171 define void @test_vst1_u64_x3(i64* %a, %struct.uint64x1x3_t %b) nounwind { 173 %b0 = extractvalue %struct.uint64x1x3_t %b, 0, 0 174 %b1 = extractvalue %struct.uint64x1x3_t %b, 0, 1 175 %b2 = extractvalue %struct.uint64x1x3_t %b, 0, 2
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1126 uint64x1x3_t test_vld3_dup_u64(uint64_t *a) { in test_vld3_dup_u64() 3715 uint64x1x3_t test_vld3_lane_u64(uint64_t *a, uint64x1x3_t b) { in test_vld3_lane_u64() 6763 void test_vst3_lane_u64(uint64_t *a, uint64x1x3_t b) { in test_vst3_lane_u64()
|
D | aarch64-neon-intrinsics.c | 10877 uint64x1x3_t test_vld3_u64(uint64_t const *a) { in test_vld3_u64() 12869 void test_vst3_u64(uint64_t *a, uint64x1x3_t b) { in test_vst3_u64() 14789 uint64x1x3_t test_vld1_u64_x3(uint64_t const *a) { in test_vld1_u64_x3() 16675 void test_vst1_u64_x3(uint64_t *a, uint64x1x3_t b) { in test_vst1_u64_x3()
|
D | arm_neon_intrinsics.c | 6145 uint64x1x3_t test_vld3_u64(uint64_t const * a) { in test_vld3_u64() 6350 uint64x1x3_t test_vld3_dup_u64(uint64_t const * a) { in test_vld3_dup_u64() 19808 void test_vst3_u64(uint64_t * a, uint64x1x3_t b) { in test_vst3_u64()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 377 typedef struct int64x1x3_t uint64x1x3_t; typedef 1363 _NEON2SSESTORAGE uint64x1x3_t vld3_u64(__transfersize(3) uint64_t const * ptr); // VLD1.64 {d0, d1,… 1410 _NEON2SSESTORAGE uint64x1x3_t vld3_dup_u64(__transfersize(3) uint64_t const * ptr); // VLD1.64 {d0,… 1520 _NEON2SSESTORAGE void vst3_u64(__transfersize(3) uint64_t * ptr, uint64x1x3_t val); // VST1.64 {d0,… 10164 _NEON2SSESTORAGE uint64x1x3_t vld3_u64(__transfersize(3) uint64_t const * ptr); // VLD1.64 {d0, d1,… 10165 _NEON2SSE_INLINE uint64x1x3_t vld3_u64(__transfersize(3) uint64_t const * ptr) // VLD1.64 {d0, d1, … 10167 uint64x1x3_t v; 10552 _NEON2SSESTORAGE uint64x1x3_t vld3_dup_u64(__transfersize(3) uint64_t const * ptr); // VLD1.64 {d0,… 10553 _NEON2SSE_INLINE uint64x1x3_t vld3_dup_u64(__transfersize(3) uint64_t const * ptr) // VLD1.64 {d0, … 10555 uint64x1x3_t v; [all …]
|