Searched refs:poly64_t (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-poly64.c | 88 poly64_t test_vget_lane_p64(poly64x1_t v) { in test_vget_lane_p64() 97 poly64_t test_vgetq_lane_p64(poly64x2_t v) { in test_vgetq_lane_p64() 106 poly64x1_t test_vset_lane_p64(poly64_t a, poly64x1_t v) { in test_vset_lane_p64() 115 poly64x2_t test_vsetq_lane_p64(poly64_t a, poly64x2_t v) { in test_vsetq_lane_p64() 166 poly64x1_t test_vdup_n_p64(poly64_t a) { in test_vdup_n_p64() 173 poly64x2_t test_vdupq_n_p64(poly64_t a) { in test_vdupq_n_p64() 180 poly64x1_t test_vmov_n_p64(poly64_t a) { in test_vmov_n_p64() 188 poly64x2_t test_vmovq_n_p64(poly64_t a) { in test_vmovq_n_p64() 225 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64() 234 poly64x2_t test_vld1q_p64(poly64_t const * ptr) { in test_vld1q_p64() [all …]
|
D | aarch64-neon-ldst-one.c | 152 poly64x2_t test_vld1q_dup_p64(poly64_t *a) { in test_vld1q_dup_p64() 301 poly64x1_t test_vld1_dup_p64(poly64_t *a) { in test_vld1_dup_p64() 547 poly64x2x2_t test_vld2q_dup_p64(poly64_t *a) { in test_vld2q_dup_p64() 793 poly64x1x2_t test_vld2_dup_p64(poly64_t *a) { in test_vld2_dup_p64() 1052 poly64x2x3_t test_vld3q_dup_p64(poly64_t *a) { in test_vld3q_dup_p64() 1312 poly64x1x3_t test_vld3_dup_p64(poly64_t *a) { in test_vld3_dup_p64() 1559 poly64x2x4_t test_vld4q_dup_p64(poly64_t *a) { in test_vld4q_dup_p64() 1805 poly64x1x4_t test_vld4_dup_p64(poly64_t *a) { in test_vld4_dup_p64() 1962 poly64x2_t test_vld1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vld1q_lane_p64() 2119 poly64x1_t test_vld1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vld1_lane_p64() [all …]
|
D | aarch64-poly128.c | 53 poly128_t test_vmull_p64(poly64_t a, poly64_t b) { in test_vmull_p64()
|
D | aarch64-neon-intrinsics.c | 14227 poly64x2x2_t test_vld1q_p64_x2(poly64_t const *a) { in test_vld1q_p64_x2() 14473 poly64x1x2_t test_vld1_p64_x2(poly64_t const *a) { in test_vld1_p64_x2() 14719 poly64x2x3_t test_vld1q_p64_x3(poly64_t const *a) { in test_vld1q_p64_x3() 14965 poly64x1x3_t test_vld1_p64_x3(poly64_t const *a) { in test_vld1_p64_x3() 15211 poly64x2x4_t test_vld1q_p64_x4(poly64_t const *a) { in test_vld1q_p64_x4() 15457 poly64x1x4_t test_vld1_p64_x4(poly64_t const *a) { in test_vld1_p64_x4() 15803 void test_vst1q_p64_x2(poly64_t *a, poly64x2x2_t b) { in test_vst1q_p64_x2() 16149 void test_vst1_p64_x2(poly64_t *a, poly64x1x2_t b) { in test_vst1_p64_x2() 16559 void test_vst1q_p64_x3(poly64_t *a, poly64x2x3_t b) { in test_vst1q_p64_x3() 16969 void test_vst1_p64_x3(poly64_t *a, poly64x1x3_t b) { in test_vst1_p64_x3() [all …]
|
/external/clang/test/Sema/ |
D | aarch64-neon-vector-types.c | 19 typedef uint64_t poly64_t; typedef 32 typedef __attribute__((neon_polyvector_type(1))) poly64_t poly64x1_t; 33 typedef __attribute__((neon_polyvector_type(2))) poly64_t poly64x2_t;
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-neon.cpp | 11 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 335 (cast "poly64_t", (call "vget_high", $p0)), 336 (cast "poly64_t", (call "vget_high", $p1)))>;
|