Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-poly64.c13 uint64x1_t test_vceq_p64(poly64x1_t a, poly64x1_t b) { in test_vceq_p64()
34 uint64x1_t test_vtst_p64(poly64x1_t a, poly64x1_t b) { in test_vtst_p64()
63 poly64x1_t test_vbsl_p64(poly64x1_t a, poly64x1_t b, poly64x1_t c) { in test_vbsl_p64()
88 poly64_t test_vget_lane_p64(poly64x1_t v) { in test_vget_lane_p64()
106 poly64x1_t test_vset_lane_p64(poly64_t a, poly64x1_t v) { in test_vset_lane_p64()
127 poly64x1_t test_vcopy_lane_p64(poly64x1_t a, poly64x1_t b) { in test_vcopy_lane_p64()
140 poly64x2_t test_vcopyq_lane_p64(poly64x2_t a, poly64x1_t b) { in test_vcopyq_lane_p64()
159 poly64x1_t test_vcreate_p64(uint64_t a) { in test_vcreate_p64()
166 poly64x1_t test_vdup_n_p64(poly64_t a) { in test_vdup_n_p64()
180 poly64x1_t test_vmov_n_p64(poly64_t a) { in test_vmov_n_p64()
[all …]
Daarch64-neon-vcombine.c66 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
Daarch64-neon-vget-hilo.c67 poly64x1_t test_vget_high_p64(poly64x2_t a) { in test_vget_high_p64()
165 poly64x1_t test_vget_low_p64(poly64x2_t a) { in test_vget_low_p64()
Daarch64-neon-intrinsics.c4205 poly64x1_t test_vsli_n_p64(poly64x1_t a, poly64x1_t b) { in test_vsli_n_p64()
19367 int8x8_t test_vreinterpret_s8_p64(poly64x1_t a) { in test_vreinterpret_s8_p64()
19456 int16x4_t test_vreinterpret_s16_p64(poly64x1_t a) { in test_vreinterpret_s16_p64()
19546 int32x2_t test_vreinterpret_s32_p64(poly64x1_t a) { in test_vreinterpret_s32_p64()
19635 int64x1_t test_vreinterpret_s64_p64(poly64x1_t a) { in test_vreinterpret_s64_p64()
19724 uint8x8_t test_vreinterpret_u8_p64(poly64x1_t a) { in test_vreinterpret_u8_p64()
19813 uint16x4_t test_vreinterpret_u16_p64(poly64x1_t a) { in test_vreinterpret_u16_p64()
19903 uint32x2_t test_vreinterpret_u32_p64(poly64x1_t a) { in test_vreinterpret_u32_p64()
19992 uint64x1_t test_vreinterpret_u64_p64(poly64x1_t a) { in test_vreinterpret_u64_p64()
20083 float16x4_t test_vreinterpret_f16_p64(poly64x1_t a) { in test_vreinterpret_f16_p64()
[all …]
Daarch64-neon-ldst-one.c301 poly64x1_t test_vld1_dup_p64(poly64_t *a) { in test_vld1_dup_p64()
2119 poly64x1_t test_vld1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vld1_lane_p64()
5581 void test_vst1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vst1_lane_p64()
Daarch64-neon-misc.c63 uint64x1_t test_vceqz_p64(poly64x1_t a) { in test_vceqz_p64()
/external/clang/test/CodeGenCXX/
Daarch64-neon.cpp11 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64()
/external/clang/test/Sema/
Daarch64-neon-vector-types.c32 typedef __attribute__((neon_polyvector_type(1))) poly64_t poly64x1_t; typedef