Searched refs:int64x1x2_t (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 687 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()
|
D | aarch64-neon-intrinsics.c | 10486 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()
|
D | arm_neon_intrinsics.c | 5094 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/ |
D | aarch64-neon-ranges.c | 84 int64x1x2_t small64, int64x2x2_t big64, in test_ld2st2()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 16 %struct.int64x1x2_t = type { [2 x <1 x i64>] }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-ldst-one.ll | 16 %struct.int64x1x2_t = type { [2 x <1 x i64>] }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 218 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);
|