Home
last modified time | relevance | path

Searched refs:int64x1x4_t (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Dvld_dup.c12 int64x1x4_t v5; in main()
Daarch64-neon-ldst-one.c1699 int64x1x4_t test_vld4_dup_s64(int64_t *a) { in test_vld4_dup_s64()
5014 int64x1x4_t test_vld4_lane_s64(int64_t *a, int64x1x4_t b) { in test_vld4_lane_s64()
7774 void test_vst4_lane_s64(int64_t *a, int64x1x4_t b) { in test_vst4_lane_s64()
Daarch64-neon-intrinsics.c11410 int64x1x4_t test_vld4_s64(int64_t const *a) { in test_vld4_s64()
13815 void test_vst4_s64(int64_t *a, int64x1x4_t b) { in test_vst4_s64()
15351 int64x1x4_t test_vld1_s64_x4(int64_t const *a) { in test_vld1_s64_x4()
17711 void test_vst1_s64_x4(int64_t *a, int64x1x4_t b) { in test_vst1_s64_x4()
Darm_neon_intrinsics.c7423 int64x1x4_t test_vld4_s64(int64_t const * a) { in test_vld4_s64()
7673 int64x1x4_t test_vld4_dup_s64(int64_t const * a) { in test_vld4_dup_s64()
21153 void test_vst4_s64(int64_t * a, int64x1x4_t b) { in test_vst4_s64()
/external/llvm-project/clang/test/CodeGen/
Darm-neon-vld.c419 int64x1x4_t test_vld1_s64_x4(int64_t const *a) { in test_vld1_s64_x4()
1987 void test_vld4_dup_s64(int64x1x4_t *dest, const int64_t *src) { in test_vld4_dup_s64()
Daarch64-neon-ldst-one.c3836 int64x1x4_t test_vld4_lane_s64(int64_t *a, int64x1x4_t b) { in test_vld4_lane_s64()
6596 void test_vst4_lane_s64(int64_t *a, int64x1x4_t b) { in test_vst4_lane_s64()
Darm-neon-vst.c696 void test_vst1_s64_x4(int64_t *a, int64x1x4_t b) { in test_vst1_s64_x4()
Daarch64-neon-intrinsics.c10582 int64x1x4_t test_vld4_s64(int64_t const *a) { in test_vld4_s64()
12987 void test_vst4_s64(int64_t *a, int64x1x4_t b) { in test_vst4_s64()
Darm_neon_intrinsics.c6046 int64x1x4_t test_vld4_s64(int64_t const * a) { in test_vld4_s64()
18668 void test_vst4_s64(int64_t * a, int64x1x4_t b) { in test_vst4_s64()
/external/llvm-project/clang/test/Sema/
Daarch64-neon-ranges.c176 int64x1x4_t small64, int64x2x4_t big64, in test_ld4st4()
/external/clang/test/Sema/
Daarch64-neon-ranges.c176 int64x1x4_t small64, int64x2x4_t big64, in test_ld4st4()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll40 %struct.int64x1x4_t = type { [4 x <1 x i64>] }
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll40 %struct.int64x1x4_t = type { [4 x <1 x i64>] }
/external/neon_2_sse/
DNEON_2_SSE.h286 struct int64x1x4_t { struct
298 typedef struct int64x1x4_t int64x1x4_t; //for C compilers to make them happy argument
304 typedef struct int64x1x4_t uint64x1x4_t;
1389 int64x1x4_t vld4_s64(__transfersize(4) int64_t const * ptr); // VLD1.64 {d0, d1, d2, d3}, [r0]
1426 int64x1x4_t vld4_dup_s64(__transfersize(4) int64_t const * ptr); // VLD1.64 {d0, d1, d2, d3}, [r0]
1546 _NEON2SSESTORAGE void vst4_s64(__transfersize(4) int64_t * ptr, int64x1x4_t val); // VST1.64 {d0, d…
10402 int64x1x4_t vld4_s64(__transfersize(4) int64_t const * ptr); // VLD1.64 {d0, d1, d2, d3}, [r0]
10669 int64x1x4_t vld4_dup_s64(__transfersize(4) int64_t const * ptr); // VLD1.64 {d0, d1, d2, d3}, [r0]
11587 _NEON2SSESTORAGE void vst4_s64_ptr(__transfersize(4) int64_t * ptr, int64x1x4_t * val);