Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-poly64.c10 uint64x1_t test_vceq_p64(poly64x1_t a, poly64x1_t b) { in test_vceq_p64()
22 uint64x1_t test_vtst_p64(poly64x1_t a, poly64x1_t b) { in test_vtst_p64()
34 poly64x1_t test_vbsl_p64(poly64x1_t a, poly64x1_t b, poly64x1_t c) { in test_vbsl_p64()
46 poly64_t test_vget_lane_p64(poly64x1_t v) { in test_vget_lane_p64()
58 poly64x1_t test_vset_lane_p64(poly64_t a, poly64x1_t v) { in test_vset_lane_p64()
70 poly64x1_t test_vcopy_lane_p64(poly64x1_t a, poly64x1_t b) { in test_vcopy_lane_p64()
77 poly64x2_t test_vcopyq_lane_p64(poly64x2_t a, poly64x1_t b) { in test_vcopyq_lane_p64()
88 poly64x1_t test_vcreate_p64(uint64_t a) { in test_vcreate_p64()
94 poly64x1_t test_vdup_n_p64(poly64_t a) { in test_vdup_n_p64()
105 poly64x1_t test_vdup_lane_p64(poly64x1_t vec) { in test_vdup_lane_p64()
[all …]
Daarch64-neon-vcombine.c56 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
Daarch64-neon-vget-hilo.c57 poly64x1_t test_vget_high_p64(poly64x2_t a) { in test_vget_high_p64()
141 poly64x1_t test_vget_low_p64(poly64x2_t a) { in test_vget_low_p64()
Daarch64-neon-intrinsics.c2553 poly64x1_t test_vsli_n_p64(poly64x1_t a, poly64x1_t b) { in test_vsli_n_p64()
9142 int8x8_t test_vreinterpret_s8_p64(poly64x1_t a) { in test_vreinterpret_s8_p64()
9220 int16x4_t test_vreinterpret_s16_p64(poly64x1_t a) { in test_vreinterpret_s16_p64()
9298 int32x2_t test_vreinterpret_s32_p64(poly64x1_t a) { in test_vreinterpret_s32_p64()
9376 int64x1_t test_vreinterpret_s64_p64(poly64x1_t a) { in test_vreinterpret_s64_p64()
9454 uint8x8_t test_vreinterpret_u8_p64(poly64x1_t a) { in test_vreinterpret_u8_p64()
9532 uint16x4_t test_vreinterpret_u16_p64(poly64x1_t a) { in test_vreinterpret_u16_p64()
9610 uint32x2_t test_vreinterpret_u32_p64(poly64x1_t a) { in test_vreinterpret_u32_p64()
9688 uint64x1_t test_vreinterpret_u64_p64(poly64x1_t a) { in test_vreinterpret_u64_p64()
9766 float16x4_t test_vreinterpret_f16_p64(poly64x1_t a) { in test_vreinterpret_f16_p64()
[all …]
Daarch64-neon-ldst-one.c169 poly64x1_t test_vld1_dup_p64(poly64_t *a) { in test_vld1_dup_p64()
869 poly64x1_t test_vld1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vld1_lane_p64()
1541 void test_vst1_lane_p64(poly64_t *a, poly64x1_t b) { in test_vst1_lane_p64()
Daarch64-neon-misc.c41 uint64x1_t test_vceqz_p64(poly64x1_t a) { in test_vceqz_p64()
/external/clang/test/CodeGenCXX/
Daarch64-neon.cpp9 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