Searched refs:poly64x2_t (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-poly64.c | 16 uint64x2_t test_vceqq_p64(poly64x2_t a, poly64x2_t b) { in test_vceqq_p64() 28 uint64x2_t test_vtstq_p64(poly64x2_t a, poly64x2_t b) { in test_vtstq_p64() 40 poly64x2_t test_vbslq_p64(poly64x2_t a, poly64x2_t b, poly64x2_t c) { in test_vbslq_p64() 52 poly64_t test_vgetq_lane_p64(poly64x2_t v) { in test_vgetq_lane_p64() 64 poly64x2_t test_vsetq_lane_p64(poly64_t a, poly64x2_t v) { in test_vsetq_lane_p64() 77 poly64x2_t test_vcopyq_lane_p64(poly64x2_t a, poly64x1_t b) { in test_vcopyq_lane_p64() 83 poly64x2_t test_vcopyq_laneq_p64(poly64x2_t a, poly64x2_t b) { in test_vcopyq_laneq_p64() 99 poly64x2_t test_vdupq_n_p64(poly64_t a) { in test_vdupq_n_p64() 111 poly64x2_t test_vdupq_lane_p64(poly64x1_t vec) { in test_vdupq_lane_p64() 117 poly64x2_t test_vdupq_laneq_p64(poly64x2_t vec) { in test_vdupq_laneq_p64() [all …]
|
D | aarch64-poly128.c | 43 poly128_t test_vmull_high_p64(poly64x2_t a, poly64x2_t b) { in test_vmull_high_p64() 123 poly128_t test_vreinterpretq_p128_p64(poly64x2_t a) { in test_vreinterpretq_p128_p64() 201 poly64x2_t test_vreinterpretq_p64_p128(poly128_t a) { in test_vreinterpretq_p64_p128()
|
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-vcombine.c | 56 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
|
D | aarch64-neon-intrinsics.c | 2559 poly64x2_t test_vsliq_n_p64(poly64x2_t a, poly64x2_t b) { in test_vsliq_n_p64() 10234 int8x16_t test_vreinterpretq_s8_p64(poly64x2_t a) { in test_vreinterpretq_s8_p64() 10312 int16x8_t test_vreinterpretq_s16_p64(poly64x2_t a) { in test_vreinterpretq_s16_p64() 10390 int32x4_t test_vreinterpretq_s32_p64(poly64x2_t a) { in test_vreinterpretq_s32_p64() 10468 int64x2_t test_vreinterpretq_s64_p64(poly64x2_t a) { in test_vreinterpretq_s64_p64() 10546 uint8x16_t test_vreinterpretq_u8_p64(poly64x2_t a) { in test_vreinterpretq_u8_p64() 10624 uint16x8_t test_vreinterpretq_u16_p64(poly64x2_t a) { in test_vreinterpretq_u16_p64() 10702 uint32x4_t test_vreinterpretq_u32_p64(poly64x2_t a) { in test_vreinterpretq_u32_p64() 10780 uint64x2_t test_vreinterpretq_u64_p64(poly64x2_t a) { in test_vreinterpretq_u64_p64() 10858 float16x8_t test_vreinterpretq_f16_p64(poly64x2_t a) { in test_vreinterpretq_f16_p64() [all …]
|
D | aarch64-neon-ldst-one.c | 85 poly64x2_t test_vld1q_dup_p64(poly64_t *a) { in test_vld1q_dup_p64() 785 poly64x2_t test_vld1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vld1q_lane_p64() 1457 void test_vst1q_lane_p64(poly64_t *a, poly64x2_t b) { in test_vst1q_lane_p64()
|
D | aarch64-neon-misc.c | 161 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
|