Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-poly64.c88 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 …]
Daarch64-neon-ldst-one.c152 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 …]
Daarch64-poly128.c53 poly128_t test_vmull_p64(poly64_t a, poly64_t b) { in test_vmull_p64()
Daarch64-neon-intrinsics.c14227 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/
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.cpp11 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64()
/external/fio/crc/
Dcrc32c-arm64.c43 const poly64_t k1 = 0xe417f38a, k2 = 0x8f158014; in crc32c_arm64()
/external/clang/include/clang/Basic/
Darm_neon.td335 (cast "poly64_t", (call "vget_high", $p0)),
336 (cast "poly64_t", (call "vget_high", $p1)))>;