Searched refs:uint64x2x3_t (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-vld1.ll | 29 %struct.uint64x2x3_t = type { <2 x i64>, <2 x i64>, <2 x i64> } 61 declare %struct.uint64x2x3_t @llvm.arm.neon.vld1x3.v2i64.p0i64(i64*) nounwind readonly 208 define %struct.uint64x2x3_t @test_vld1q_u64_x3(i64* %a) nounwind { 209 %tmp = tail call %struct.uint64x2x3_t @llvm.arm.neon.vld1x3.v2i64.p0i64(i64* %a) 210 ret %struct.uint64x2x3_t %tmp
|
D | arm-vst1.ll | 29 ; %struct.uint64x2x3_t = type { <2 x i64>, <2 x i64>, <2 x i64> } 55 %struct.uint64x2x3_t = type { [3 x <2 x i64>] } 308 define void @test_vst1q_u64_x3(i64* %a, %struct.uint64x2x3_t %b) nounwind { 310 %b0 = extractvalue %struct.uint64x2x3_t %b, 0, 0 311 %b1 = extractvalue %struct.uint64x2x3_t %b, 0, 1 312 %b2 = extractvalue %struct.uint64x2x3_t %b, 0, 2
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 866 uint64x2x3_t test_vld3q_dup_u64(uint64_t *a) { in test_vld3q_dup_u64() 3222 uint64x2x3_t test_vld3q_lane_u64(uint64_t *a, uint64x2x3_t b) { in test_vld3q_lane_u64() 6364 void test_vst3q_lane_u64(uint64_t *a, uint64x2x3_t b) { in test_vst3q_lane_u64()
|
D | aarch64-neon-intrinsics.c | 10646 uint64x2x3_t test_vld3q_u64(uint64_t const *a) { in test_vld3q_u64() 12500 void test_vst3q_u64(uint64_t *a, uint64x2x3_t b) { in test_vst3q_u64() 14543 uint64x2x3_t test_vld1q_u64_x3(uint64_t const *a) { in test_vld1q_u64_x3() 16265 void test_vst1q_u64_x3(uint64_t *a, uint64x2x3_t b) { in test_vst1q_u64_x3()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 371 typedef struct int64x2x3_t uint64x2x3_t; typedef
|