Searched refs:poly64_t (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-poly64.c | 46 poly64_t test_vget_lane_p64(poly64x1_t v) { in test_vget_lane_p64() 52 poly64_t test_vgetq_lane_p64(poly64x2_t v) { in test_vgetq_lane_p64() 58 poly64x1_t test_vset_lane_p64(poly64_t a, poly64x1_t v) { in test_vset_lane_p64() 64 poly64x2_t test_vsetq_lane_p64(poly64_t a, poly64x2_t v) { in test_vsetq_lane_p64() 94 poly64x1_t test_vdup_n_p64(poly64_t a) { in test_vdup_n_p64() 99 poly64x2_t test_vdupq_n_p64(poly64_t a) { in test_vdupq_n_p64() 129 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64() 135 poly64x2_t test_vld1q_p64(poly64_t const * ptr) { in test_vld1q_p64() 141 void test_vst1_p64(poly64_t * ptr, poly64x1_t val) { in test_vst1_p64() 147 void test_vst1q_p64(poly64_t * ptr, poly64x2_t val) { in test_vst1q_p64() [all …]
|
D | aarch64-neon-ldst-one.c | 85 poly64x2_t test_vld1q_dup_p64(poly64_t *a) { in test_vld1q_dup_p64() 169 poly64x1_t test_vld1_dup_p64(poly64_t *a) { in test_vld1_dup_p64() 253 poly64x2x2_t test_vld2q_dup_p64(poly64_t *a) { in test_vld2q_dup_p64() 337 poly64x1x2_t test_vld2_dup_p64(poly64_t *a) { in test_vld2_dup_p64() 434 poly64x2x3_t test_vld3q_dup_p64(poly64_t *a) { in test_vld3q_dup_p64() 532 poly64x1x3_t test_vld3_dup_p64(poly64_t *a) { in test_vld3_dup_p64() 617 poly64x2x4_t test_vld4q_dup_p64(poly64_t *a) { in test_vld4q_dup_p64() 701 poly64x1x4_t test_vld4_dup_p64(poly64_t *a) { in test_vld4_dup_p64() 785 poly64x2_t test_vld1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vld1q_lane_p64() 869 poly64x1_t test_vld1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vld1_lane_p64() [all …]
|
D | aarch64-poly128.c | 37 poly128_t test_vmull_p64(poly64_t a, poly64_t b) { in test_vmull_p64()
|
D | aarch64-neon-intrinsics.c | 7147 poly64x2x2_t test_vld1q_p64_x2(poly64_t const *a) { in test_vld1q_p64_x2() 7231 poly64x1x2_t test_vld1_p64_x2(poly64_t const *a) { in test_vld1_p64_x2() 7315 poly64x2x3_t test_vld1q_p64_x3(poly64_t const *a) { in test_vld1q_p64_x3() 7399 poly64x1x3_t test_vld1_p64_x3(poly64_t const *a) { in test_vld1_p64_x3() 7483 poly64x2x4_t test_vld1q_p64_x4(poly64_t const *a) { in test_vld1q_p64_x4() 7567 poly64x1x4_t test_vld1_p64_x4(poly64_t const *a) { in test_vld1_p64_x4() 7651 void test_vst1q_p64_x2(poly64_t *a, poly64x2x2_t b) { in test_vst1q_p64_x2() 7735 void test_vst1_p64_x2(poly64_t *a, poly64x1x2_t b) { in test_vst1_p64_x2() 7819 void test_vst1q_p64_x3(poly64_t *a, poly64x2x3_t b) { in test_vst1q_p64_x3() 7903 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 | 9 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)))>;
|