Home
last modified time | relevance | path

Searched refs:uint64x1x4_t (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Darm-vlddup.ll14 %struct.uint64x1x4_t = type { <1 x i64>, <1 x i64>, <1 x i64>, <1 x i64> }
45 declare %struct.uint64x1x4_t @llvm.arm.neon.vld4dup.v1i64.p0i8(i8*, i32)
141 define %struct.uint64x1x4_t @test_vld4_dup_u64(i8* %src) {
143 %tmp = tail call %struct.uint64x1x4_t @llvm.arm.neon.vld4dup.v1i64.p0i8(i8* %src, i32 8)
144 ret %struct.uint64x1x4_t %tmp
Darm-vld1.ll14 %struct.uint64x1x4_t = type { <1 x i64>, <1 x i64>, <1 x i64>, <1 x i64> }
46 declare %struct.uint64x1x4_t @llvm.arm.neon.vld1x4.v1i64.p0i64(i64*) nounwind readonly
126 define %struct.uint64x1x4_t @test_vld1_u64_x4(i64* %a) nounwind {
127 %tmp = tail call %struct.uint64x1x4_t @llvm.arm.neon.vld1x4.v1i64.p0i64(i64* %a)
128 ret %struct.uint64x1x4_t %tmp
Darm-vst1.ll14 ; %struct.uint64x1x4_t = type { <1 x i64>, <1 x i64>, <1 x i64>, <1 x i64> }
44 %struct.uint64x1x4_t = type { [4 x <1 x i64>] }
182 define void @test_vst1_u64_x4(i64* %a, %struct.uint64x1x4_t %b) nounwind {
184 %b0 = extractvalue %struct.uint64x1x4_t %b, 0, 0
185 %b1 = extractvalue %struct.uint64x1x4_t %b, 0, 1
186 %b2 = extractvalue %struct.uint64x1x4_t %b, 0, 2
187 %b3 = extractvalue %struct.uint64x1x4_t %b, 0, 3
/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c1629 uint64x1x4_t test_vld4_dup_u64(uint64_t *a) { in test_vld4_dup_u64()
4847 uint64x1x4_t test_vld4_lane_u64(uint64_t *a, uint64x1x4_t b) { in test_vld4_lane_u64()
7643 void test_vst4_lane_u64(uint64_t *a, uint64x1x4_t b) { in test_vst4_lane_u64()
Daarch64-neon-intrinsics.c11339 uint64x1x4_t test_vld4_u64(uint64_t const *a) { in test_vld4_u64()
13684 void test_vst4_u64(uint64_t *a, uint64x1x4_t b) { in test_vst4_u64()
15281 uint64x1x4_t test_vld1_u64_x4(uint64_t const *a) { in test_vld1_u64_x4()
17577 void test_vst1_u64_x4(uint64_t *a, uint64x1x4_t b) { in test_vst1_u64_x4()
Darm_neon_intrinsics.c7364 uint64x1x4_t test_vld4_u64(uint64_t const * a) { in test_vld4_u64()
7578 uint64x1x4_t test_vld4_dup_u64(uint64_t const * a) { in test_vld4_dup_u64()
21018 void test_vst4_u64(uint64_t * a, uint64x1x4_t b) { in test_vst4_u64()
/external/neon_2_sse/
DNEON_2_SSE.h304 typedef struct int64x1x4_t uint64x1x4_t; typedef
1385 _NEON2SSESTORAGE uint64x1x4_t vld4_u64(__transfersize(4) uint64_t const * ptr); // VLD1.64 {d0, d1,…
1422 _NEON2SSESTORAGE uint64x1x4_t vld4_dup_u64(__transfersize(4) uint64_t const * ptr); // VLD1.64 {d0,…
1542 _NEON2SSESTORAGE void vst4_u64(__transfersize(4) uint64_t * ptr, uint64x1x4_t val); // VST1.64 {d0,…
10382 _NEON2SSESTORAGE uint64x1x4_t vld4_u64(__transfersize(4) uint64_t const * ptr); // VLD1.64 {d0, d1,…
10383 _NEON2SSE_INLINE uint64x1x4_t vld4_u64(__transfersize(4) uint64_t const * ptr) // VLD1.64 {d0, d1, …
10385 uint64x1x4_t v;
10649 _NEON2SSESTORAGE uint64x1x4_t vld4_dup_u64(__transfersize(4) uint64_t const * ptr); // VLD1.64 {d0,…
10650 _NEON2SSE_INLINE uint64x1x4_t vld4_dup_u64(__transfersize(4) uint64_t const * ptr) // VLD1.64 {d0, …
10652 uint64x1x4_t v;
[all …]