Searched refs:poly64x1_t (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-poly64.c | 10 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 …]
|
D | aarch64-neon-vcombine.c | 56 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
|
D | aarch64-neon-vget-hilo.c | 57 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()
|
D | aarch64-neon-intrinsics.c | 2553 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 …]
|
D | aarch64-neon-ldst-one.c | 169 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()
|
D | aarch64-neon-misc.c | 41 uint64x1_t test_vceqz_p64(poly64x1_t a) { in test_vceqz_p64()
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-neon.cpp | 9 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
|