Searched refs:poly64x1_t (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-poly64.c | 13 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 …]
|
D | aarch64-neon-vcombine.c | 66 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
|
D | aarch64-neon-vget-hilo.c | 67 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()
|
D | aarch64-neon-intrinsics.c | 4205 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 …]
|
D | aarch64-neon-ldst-one.c | 301 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()
|
D | aarch64-neon-misc.c | 63 uint64x1_t test_vceqz_p64(poly64x1_t a) { in test_vceqz_p64()
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-neon.cpp | 11 poly64x1_t test_vld1_p64(poly64_t const * ptr) { in test_vld1_p64()
|
/external/clang/test/Sema/ |
D | aarch64-neon-vector-types.c | 32 typedef __attribute__((neon_polyvector_type(1))) poly64_t poly64x1_t; typedef
|