Home
last modified time | relevance | path

Searched refs:poly16_t (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c79 poly16x8_t test_vld1q_dup_p16(poly16_t *a) { in test_vld1q_dup_p16()
163 poly16x4_t test_vld1_dup_p16(poly16_t *a) { in test_vld1_dup_p16()
247 poly16x8x2_t test_vld2q_dup_p16(poly16_t *a) { in test_vld2q_dup_p16()
331 poly16x4x2_t test_vld2_dup_p16(poly16_t *a) { in test_vld2_dup_p16()
427 poly16x8x3_t test_vld3q_dup_p16(poly16_t *a) { in test_vld3q_dup_p16()
525 poly16x4x3_t test_vld3_dup_p16(poly16_t *a) { in test_vld3_dup_p16()
611 poly16x8x4_t test_vld4q_dup_p16(poly16_t *a) { in test_vld4q_dup_p16()
695 poly16x4x4_t test_vld4_dup_p16(poly16_t *a) { in test_vld4_dup_p16()
779 poly16x8_t test_vld1q_lane_p16(poly16_t *a, poly16x8_t b) { in test_vld1q_lane_p16()
863 poly16x4_t test_vld1_lane_p16(poly16_t *a, poly16x4_t b) { in test_vld1_lane_p16()
[all …]
Daarch64-neon-vget.c56 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
128 poly16_t test_vgetq_lane_p16(poly16x8_t a) { in test_vgetq_lane_p16()
229 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) { in test_vset_lane_p16()
300 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) { in test_vsetq_lane_p16()
Daarch64-neon-scalar-copy.c157 poly16_t test_vduph_lane_p16(poly16x4_t a) { in test_vduph_lane_p16()
169 poly16_t test_vduph_laneq_p16(poly16x8_t a) { in test_vduph_laneq_p16()
Darm_neon_intrinsics.c1940 poly16x4_t test_vdup_n_p16(poly16_t a) { in test_vdup_n_p16()
2000 poly16x8_t test_vdupq_n_p16(poly16_t a) { in test_vdupq_n_p16()
2392 poly16_t test_vget_lane_p16(poly16x4_t a) { in test_vget_lane_p16()
2452 poly16_t test_vgetq_lane_p16(poly16x8_t a) { in test_vgetq_lane_p16()
2768 poly16x8_t test_vld1q_p16(poly16_t const * a) { in test_vld1q_p16()
2840 poly16x4_t test_vld1_p16(poly16_t const * a) { in test_vld1_p16()
2913 poly16x8_t test_vld1q_dup_p16(poly16_t const * a) { in test_vld1q_dup_p16()
2985 poly16x4_t test_vld1_dup_p16(poly16_t const * a) { in test_vld1_dup_p16()
3058 poly16x8_t test_vld1q_lane_p16(poly16_t const * a, poly16x8_t b) { in test_vld1q_lane_p16()
3130 poly16x4_t test_vld1_lane_p16(poly16_t const * a, poly16x4_t b) { in test_vld1_lane_p16()
[all …]
Daarch64-neon-intrinsics.c5893 poly16x8_t test_vld1q_p16(poly16_t const *a) { in test_vld1q_p16()
5971 poly16x4_t test_vld1_p16(poly16_t const *a) { in test_vld1_p16()
6049 poly16x8x2_t test_vld2q_p16(poly16_t const *a) { in test_vld2q_p16()
6127 poly16x4x2_t test_vld2_p16(poly16_t const *a) { in test_vld2_p16()
6205 poly16x8x3_t test_vld3q_p16(poly16_t const *a) { in test_vld3q_p16()
6283 poly16x4x3_t test_vld3_p16(poly16_t const *a) { in test_vld3_p16()
6361 poly16x8x4_t test_vld4q_p16(poly16_t const *a) { in test_vld4q_p16()
6439 poly16x4x4_t test_vld4_p16(poly16_t const *a) { in test_vld4_p16()
6517 void test_vst1q_p16(poly16_t *a, poly16x8_t b) { in test_vst1q_p16()
6595 void test_vst1_p16(poly16_t *a, poly16x4_t b) { in test_vst1_p16()
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-neon-vectors.cpp10 typedef unsigned short poly16_t; typedef
13 typedef short poly16_t; typedef
29 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
Daarch64-mangle-neon-vectors.cpp10 typedef unsigned short poly16_t; typedef
36 typedef __attribute__((neon_polyvector_type(4))) poly16_t poly16x4_t;
37 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
Dpoly-unsigned.cpp12 poly16_t test_poly8(poly8_t pIn) { in test_poly8()
/external/clang/test/Sema/
Dneon-vector-types.c6 typedef short poly16_t; typedef
17 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
Daarch64-neon-vector-types.c8 typedef unsigned short poly16_t; typedef
31 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;