Searched refs:uint64x2x4_t (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-vld1.ll | 30 %struct.uint64x2x4_t = type { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } 62 declare %struct.uint64x2x4_t @llvm.arm.neon.vld1x4.v2i64.p0i64(i64*) nounwind readonly 216 define %struct.uint64x2x4_t @test_vld1q_u64_x4(i64* %a) nounwind { 217 %tmp = tail call %struct.uint64x2x4_t @llvm.arm.neon.vld1x4.v2i64.p0i64(i64* %a) 218 ret %struct.uint64x2x4_t %tmp
|
D | arm-vst1.ll | 30 ; %struct.uint64x2x4_t = type { <2 x i64>, <2 x i64>, <2 x i64>, <2 x i64> } 56 %struct.uint64x2x4_t = type { [4 x <2 x i64>] } 320 define void @test_vst1q_u64_x4(i64* %a, %struct.uint64x2x4_t %b) nounwind { 322 %b0 = extractvalue %struct.uint64x2x4_t %b, 0, 0 323 %b1 = extractvalue %struct.uint64x2x4_t %b, 0, 1 324 %b2 = extractvalue %struct.uint64x2x4_t %b, 0, 2 325 %b3 = extractvalue %struct.uint64x2x4_t %b, 0, 3
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 1383 uint64x2x4_t test_vld4q_dup_u64(uint64_t *a) { in test_vld4q_dup_u64() 4258 uint64x2x4_t test_vld4q_lane_u64(uint64_t *a, uint64x2x4_t b) { in test_vld4q_lane_u64() 7180 void test_vst4q_lane_u64(uint64_t *a, uint64x2x4_t b) { in test_vst4q_lane_u64()
|
D | aarch64-neon-intrinsics.c | 11108 uint64x2x4_t test_vld4q_u64(uint64_t const *a) { in test_vld4q_u64() 13256 void test_vst4q_u64(uint64_t *a, uint64x2x4_t b) { in test_vst4q_u64() 15035 uint64x2x4_t test_vld1q_u64_x4(uint64_t const *a) { in test_vld1q_u64_x4() 17103 void test_vst1q_u64_x4(uint64_t *a, uint64x2x4_t b) { in test_vst1q_u64_x4()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 311 typedef struct int64x2x4_t uint64x2x4_t; typedef
|