Searched refs:uint64x2x2_t (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-vld1.ll | 28 %struct.uint64x2x2_t = type { <2 x i64>, <2 x i64> } 60 declare %struct.uint64x2x2_t @llvm.arm.neon.vld1x2.v2i64.p0i64(i64*) nounwind readonly 200 define %struct.uint64x2x2_t @test_vld1q_u64_x2(i64* %a) nounwind { 201 %tmp = tail call %struct.uint64x2x2_t @llvm.arm.neon.vld1x2.v2i64.p0i64(i64* %a) 202 ret %struct.uint64x2x2_t %tmp
|
D | arm-vst1.ll | 28 ; %struct.uint64x2x2_t = type { <2 x i64>, <2 x i64> } 54 %struct.uint64x2x2_t = type { [2 x <2 x i64>] } 297 define void @test_vst1q_u64_x2(i64* %a, %struct.uint64x2x2_t %b) nounwind { 299 %b0 = extractvalue %struct.uint64x2x2_t %b, 0, 0 300 %b1 = extractvalue %struct.uint64x2x2_t %b, 0, 1
|
/external/webp/src/dsp/ |
D | neon.h | 52 uint64x2x2_t row01, row23; in Transpose4x4_NEON()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 371 uint64x2x2_t test_vld2q_dup_u64(uint64_t *a) { in test_vld2q_dup_u64() 2372 uint64x2x2_t test_vld2q_lane_u64(uint64_t *a, uint64x2x2_t b) { in test_vld2q_lane_u64() 5676 void test_vst2q_lane_u64(uint64_t *a, uint64x2x2_t b) { in test_vst2q_lane_u64()
|
D | aarch64-neon-intrinsics.c | 10184 uint64x2x2_t test_vld2q_u64(uint64_t const *a) { in test_vld2q_u64() 11862 void test_vst2q_u64(uint64_t *a, uint64x2x2_t b) { in test_vst2q_u64() 14051 uint64x2x2_t test_vld1q_u64_x2(uint64_t const *a) { in test_vld1q_u64_x2() 15555 void test_vst1q_u64_x2(uint64_t *a, uint64x2x2_t b) { in test_vst1q_u64_x2()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 236 typedef struct int64x2x2_t uint64x2x2_t; typedef
|