Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-poly64.c46 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 …]
Daarch64-neon-ldst-one.c85 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 …]
Daarch64-poly128.c37 poly128_t test_vmull_p64(poly64_t a, poly64_t b) { in test_vmull_p64()
Daarch64-neon-intrinsics.c7147 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/
Daarch64-neon-vector-types.c19 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/
Daarch64-neon.cpp9 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64()
/external/clang/include/clang/Basic/
Darm_neon.td335 (cast "poly64_t", (call "vget_high", $p0)),
336 (cast "poly64_t", (call "vget_high", $p1)))>;