Home
last modified time | relevance | path

Searched refs:uint64x1x2_t (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/ARM/
Darm-vlddup.ll12 %struct.uint64x1x2_t = type { <1 x i64>, <1 x i64> }
35 declare %struct.uint64x1x2_t @llvm.arm.neon.vld2dup.v1i64.p0i8(i8*, i32)
77 define %struct.uint64x1x2_t @test_vld2_dup_u64(i8* %src) {
79 %tmp = tail call %struct.uint64x1x2_t @llvm.arm.neon.vld2dup.v1i64.p0i8(i8* %src, i32 8)
80 ret %struct.uint64x1x2_t %tmp
Darm-vld1.ll12 %struct.uint64x1x2_t = type { <1 x i64>, <1 x i64> }
44 declare %struct.uint64x1x2_t @llvm.arm.neon.vld1x2.v1i64.p0i64(i64*) nounwind readonly
112 define %struct.uint64x1x2_t @test_vld1_u64_x2(i64* %a) nounwind {
113 %tmp = tail call %struct.uint64x1x2_t @llvm.arm.neon.vld1x2.v1i64.p0i64(i64* %a)
114 ret %struct.uint64x1x2_t %tmp
Darm-vst1.ll12 ; %struct.uint64x1x2_t = type { <1 x i64>, <1 x i64> }
42 %struct.uint64x1x2_t = type { [2 x <1 x i64>] }
161 define void @test_vst1_u64_x2(i64* %a, %struct.uint64x1x2_t %b) nounwind {
163 %b0 = extractvalue %struct.uint64x1x2_t %b, 0, 0
164 %b1 = extractvalue %struct.uint64x1x2_t %b, 0, 1
/external/llvm-project/clang/test/CodeGen/
Darm-neon-vld.c613 uint64x1x2_t test_vld1_u64_x2(uint64_t const *a) { in test_vld1_u64_x2()
1593 void test_vld2_dup_u64(uint64x1x2_t *dest, const uint64_t *src) { in test_vld2_dup_u64()
Daarch64-neon-ldst-one.c1597 uint64x1x2_t test_vld2_lane_u64(uint64_t *a, uint64x1x2_t b) { in test_vld2_lane_u64()
4833 void test_vst2_lane_u64(uint64_t *a, uint64x1x2_t b) { in test_vst2_lane_u64()
Darm-neon-vst.c1007 void test_vst1_u64_x2(uint64_t *a, uint64x1x2_t b) { in test_vst1_u64_x2()
Daarch64-neon-intrinsics.c9587 uint64x1x2_t test_vld2_u64(uint64_t const *a) { in test_vld2_u64()
11344 void test_vst2_u64(uint64_t *a, uint64x1x2_t b) { in test_vst2_u64()
Darm_neon_intrinsics.c4660 uint64x1x2_t test_vld2_u64(uint64_t const * a) { in test_vld2_u64()
16294 void test_vst2_u64(uint64_t * a, uint64x1x2_t b) { in test_vst2_u64()
/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c617 uint64x1x2_t test_vld2_dup_u64(uint64_t *a) { in test_vld2_dup_u64()
2775 uint64x1x2_t test_vld2_lane_u64(uint64_t *a, uint64x1x2_t b) { in test_vld2_lane_u64()
6011 void test_vst2_lane_u64(uint64_t *a, uint64x1x2_t b) { in test_vst2_lane_u64()
Daarch64-neon-intrinsics.c10415 uint64x1x2_t test_vld2_u64(uint64_t const *a) { in test_vld2_u64()
12172 void test_vst2_u64(uint64_t *a, uint64x1x2_t b) { in test_vst2_u64()
14297 uint64x1x2_t test_vld1_u64_x2(uint64_t const *a) { in test_vld1_u64_x2()
15901 void test_vst1_u64_x2(uint64_t *a, uint64x1x2_t b) { in test_vst1_u64_x2()
Darm_neon_intrinsics.c5035 uint64x1x2_t test_vld2_u64(uint64_t const * a) { in test_vld2_u64()
5231 uint64x1x2_t test_vld2_dup_u64(uint64_t const * a) { in test_vld2_dup_u64()
18775 void test_vst2_u64(uint64_t * a, uint64x1x2_t b) { in test_vst2_u64()
/external/neon_2_sse/
DNEON_2_SSE.h243 typedef struct int64x1x2_t uint64x1x2_t; typedef
1341 _NEON2SSESTORAGE uint64x1x2_t vld2_u64(__transfersize(2) uint64_t const * ptr); // VLD1.64 {d0, d1}…
1398 _NEON2SSESTORAGE uint64x1x2_t vld2_dup_u64(__transfersize(2) uint64_t const * ptr); // VLD1.64 {d0,…
1498 _NEON2SSESTORAGE void vst2_u64(__transfersize(2) uint64_t * ptr, uint64x1x2_t val); // VST1.64 {d0,…
9877 _NEON2SSESTORAGE uint64x1x2_t vld2_u64(__transfersize(2) uint64_t const * ptr); // VLD1.64 {d0, d1}…
9878 _NEON2SSE_INLINE uint64x1x2_t vld2_u64(__transfersize(2) uint64_t const * ptr)
9880 uint64x1x2_t v;
10469 _NEON2SSESTORAGE uint64x1x2_t vld2_dup_u64(__transfersize(2) uint64_t const * ptr); // VLD1.64 {d0,…
11158 _NEON2SSESTORAGE void vst2_u64(__transfersize(2) uint64_t * ptr, uint64x1x2_t val);// VST1.64 {d0, …
11159 _NEON2SSE_INLINE void vst2_u64(__transfersize(2) uint64_t * ptr, uint64x1x2_t val)