Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c687 int64x1x2_t test_vld2_dup_s64(int64_t *a) { in test_vld2_dup_s64()
2906 int64x1x2_t test_vld2_lane_s64(int64_t *a, int64x1x2_t b) { in test_vld2_lane_s64()
6106 void test_vst2_lane_s64(int64_t *a, int64x1x2_t b) { in test_vst2_lane_s64()
Daarch64-neon-intrinsics.c10486 int64x1x2_t test_vld2_s64(int64_t const *a) { in test_vld2_s64()
12267 void test_vst2_s64(int64_t *a, int64x1x2_t b) { in test_vst2_s64()
14367 int64x1x2_t test_vld1_s64_x2(int64_t const *a) { in test_vld1_s64_x2()
15999 void test_vst1_s64_x2(int64_t *a, int64x1x2_t b) { in test_vst1_s64_x2()
Darm_neon_intrinsics.c5094 int64x1x2_t test_vld2_s64(int64_t const * a) { in test_vld2_s64()
5308 int64x1x2_t test_vld2_dup_s64(int64_t const * a) { in test_vld2_dup_s64()
18874 void test_vst2_s64(int64_t * a, int64x1x2_t b) { in test_vst2_s64()
/external/clang/test/Sema/
Daarch64-neon-ranges.c84 int64x1x2_t small64, int64x2x2_t big64, in test_ld2st2()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll16 %struct.int64x1x2_t = type { [2 x <1 x i64>] }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-neon-simd-ldst-one.ll16 %struct.int64x1x2_t = type { [2 x <1 x i64>] }
/external/neon_2_sse/
DNEON_2_SSE.h218 struct int64x1x2_t { struct
230 typedef struct int64x1x2_t int64x1x2_t; //for C compilers to make them happy typedef
243 typedef struct int64x1x2_t uint64x1x2_t;
1345 _NEON2SSESTORAGE int64x1x2_t vld2_s64(__transfersize(2) int64_t const * ptr); // VLD1.64 {d0, d1}, …
1402 _NEON2SSESTORAGE int64x1x2_t vld2_dup_s64(__transfersize(2) int64_t const * ptr); // VLD1.64 {d0, d…
1502 _NEON2SSESTORAGE void vst2_s64(__transfersize(2) int64_t * ptr, int64x1x2_t val); // VST1.64 {d0, d…
9895 _NEON2SSESTORAGE int64x1x2_t vld2_s64(__transfersize(2) int64_t const * ptr); // VLD1.64 {d0, d1}, …
10481 _NEON2SSESTORAGE int64x1x2_t vld2_dup_s64(__transfersize(2) int64_t const * ptr); // VLD1.64 {d0, d…
11174 _NEON2SSESTORAGE void vst2_s64(__transfersize(2) int64_t * ptr, int64x1x2_t val);