Searched refs:poly64x2_t (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-poly64.c | 21 uint64x2_t test_vceqq_p64(poly64x2_t a, poly64x2_t b) { in test_vceqq_p64() 47 uint64x2_t test_vtstq_p64(poly64x2_t a, poly64x2_t b) { in test_vtstq_p64() 79 poly64x2_t test_vbslq_p64(poly64x2_t a, poly64x2_t b, poly64x2_t c) { in test_vbslq_p64() 97 poly64_t test_vgetq_lane_p64(poly64x2_t v) { in test_vgetq_lane_p64() 115 poly64x2_t test_vsetq_lane_p64(poly64_t a, poly64x2_t v) { in test_vsetq_lane_p64() 140 poly64x2_t test_vcopyq_lane_p64(poly64x2_t a, poly64x1_t b) { in test_vcopyq_lane_p64() 152 poly64x2_t test_vcopyq_laneq_p64(poly64x2_t a, poly64x2_t b) { in test_vcopyq_laneq_p64() 173 poly64x2_t test_vdupq_n_p64(poly64_t a) { in test_vdupq_n_p64() 188 poly64x2_t test_vmovq_n_p64(poly64_t a) { in test_vmovq_n_p64() 202 poly64x2_t test_vdupq_lane_p64(poly64x1_t vec) { in test_vdupq_lane_p64() [all …]
|
D | aarch64-poly128.c | 65 poly128_t test_vmull_high_p64(poly64x2_t a, poly64x2_t b) { in test_vmull_high_p64() 156 poly128_t test_vreinterpretq_p128_p64(poly64x2_t a) { in test_vreinterpretq_p128_p64() 247 poly64x2_t test_vreinterpretq_p64_p128(poly128_t a) { in test_vreinterpretq_p64_p128()
|
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-vcombine.c | 66 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
|
D | aarch64-neon-intrinsics.c | 4216 poly64x2_t test_vsliq_n_p64(poly64x2_t a, poly64x2_t b) { in test_vsliq_n_p64() 20621 int8x16_t test_vreinterpretq_s8_p64(poly64x2_t a) { in test_vreinterpretq_s8_p64() 20710 int16x8_t test_vreinterpretq_s16_p64(poly64x2_t a) { in test_vreinterpretq_s16_p64() 20800 int32x4_t test_vreinterpretq_s32_p64(poly64x2_t a) { in test_vreinterpretq_s32_p64() 20889 int64x2_t test_vreinterpretq_s64_p64(poly64x2_t a) { in test_vreinterpretq_s64_p64() 20978 uint8x16_t test_vreinterpretq_u8_p64(poly64x2_t a) { in test_vreinterpretq_u8_p64() 21067 uint16x8_t test_vreinterpretq_u16_p64(poly64x2_t a) { in test_vreinterpretq_u16_p64() 21157 uint32x4_t test_vreinterpretq_u32_p64(poly64x2_t a) { in test_vreinterpretq_u32_p64() 21246 uint64x2_t test_vreinterpretq_u64_p64(poly64x2_t a) { in test_vreinterpretq_u64_p64() 21337 float16x8_t test_vreinterpretq_f16_p64(poly64x2_t a) { in test_vreinterpretq_f16_p64() [all …]
|
D | aarch64-neon-ldst-one.c | 152 poly64x2_t test_vld1q_dup_p64(poly64_t *a) { in test_vld1q_dup_p64() 1962 poly64x2_t test_vld1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vld1q_lane_p64() 5425 void test_vst1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vst1q_lane_p64()
|
D | aarch64-neon-misc.c | 253 uint64x2_t test_vceqzq_p64(poly64x2_t a) { in test_vceqzq_p64()
|
/external/clang/test/Sema/ |
D | aarch64-neon-vector-types.c | 33 typedef __attribute__((neon_polyvector_type(2))) poly64_t poly64x2_t; typedef
|