Home
last modified time | relevance | path

Searched refs:poly8_t (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c130 poly8x16_t test_vld1q_dup_p8(poly8_t *a) { in test_vld1q_dup_p8()
279 poly8x8_t test_vld1_dup_p8(poly8_t *a) { in test_vld1_dup_p8()
511 poly8x16x2_t test_vld2q_dup_p8(poly8_t *a) { in test_vld2q_dup_p8()
757 poly8x8x2_t test_vld2_dup_p8(poly8_t *a) { in test_vld2_dup_p8()
1014 poly8x16x3_t test_vld3q_dup_p8(poly8_t *a) { in test_vld3q_dup_p8()
1274 poly8x8x3_t test_vld3_dup_p8(poly8_t *a) { in test_vld3_dup_p8()
1523 poly8x16x4_t test_vld4q_dup_p8(poly8_t *a) { in test_vld4q_dup_p8()
1769 poly8x8x4_t test_vld4_dup_p8(poly8_t *a) { in test_vld4_dup_p8()
1938 poly8x16_t test_vld1q_lane_p8(poly8_t *a, poly8x16_t b) { in test_vld1q_lane_p8()
2095 poly8x8_t test_vld1_lane_p8(poly8_t *a, poly8x8_t b) { in test_vld1_lane_p8()
[all …]
Daarch64-neon-vget.c60 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
153 poly8_t test_vgetq_lane_p8(poly8x16_t a) { in test_vgetq_lane_p8()
283 poly8x8_t test_vset_lane_p8(poly8_t a, poly8x8_t b) { in test_vset_lane_p8()
380 poly8x16_t test_vsetq_lane_p8(poly8_t a, poly8x16_t b) { in test_vsetq_lane_p8()
Daarch64-neon-scalar-copy.c200 poly8_t test_vdupb_lane_p8(poly8x8_t a) { in test_vdupb_lane_p8()
216 poly8_t test_vdupb_laneq_p8(poly8x16_t a) { in test_vdupb_laneq_p8()
Darm_neon_intrinsics.c2848 poly8x8_t test_vdup_n_p8(poly8_t a) { in test_vdup_n_p8()
2991 poly8x16_t test_vdupq_n_p8(poly8_t a) { in test_vdupq_n_p8()
3599 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
3692 poly8_t test_vgetq_lane_p8(poly8x16_t a) { in test_vgetq_lane_p8()
4204 poly8x16_t test_vld1q_p8(poly8_t const * a) { in test_vld1q_p8()
4298 poly8x8_t test_vld1_p8(poly8_t const * a) { in test_vld1_p8()
4423 poly8x16_t test_vld1q_dup_p8(poly8_t const * a) { in test_vld1q_dup_p8()
4550 poly8x8_t test_vld1_dup_p8(poly8_t const * a) { in test_vld1_dup_p8()
4683 poly8x16_t test_vld1q_lane_p8(poly8_t const * a, poly8x16_t b) { in test_vld1q_lane_p8()
4816 poly8x8_t test_vld1_lane_p8(poly8_t const * a, poly8x8_t b) { in test_vld1_lane_p8()
[all …]
Daarch64-neon-intrinsics.c9989 poly8x16_t test_vld1q_p8(poly8_t const *a) { in test_vld1q_p8()
10104 poly8x8_t test_vld1_p8(poly8_t const *a) { in test_vld1_p8()
10326 poly8x16x2_t test_vld2q_p8(poly8_t const *a) { in test_vld2q_p8()
10557 poly8x8x2_t test_vld2_p8(poly8_t const *a) { in test_vld2_p8()
10788 poly8x16x3_t test_vld3q_p8(poly8_t const *a) { in test_vld3q_p8()
11019 poly8x8x3_t test_vld3_p8(poly8_t const *a) { in test_vld3_p8()
11250 poly8x16x4_t test_vld4q_p8(poly8_t const *a) { in test_vld4q_p8()
11481 poly8x8x4_t test_vld4_p8(poly8_t const *a) { in test_vld4_p8()
11622 void test_vst1q_p8(poly8_t *a, poly8x16_t b) { in test_vst1q_p8()
11756 void test_vst1_p8(poly8_t *a, poly8x8_t b) { in test_vst1_p8()
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-neon-vectors.cpp9 typedef unsigned char poly8_t; typedef
12 typedef signed char poly8_t; typedef
28 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
Daarch64-mangle-neon-vectors.cpp9 typedef unsigned char poly8_t; typedef
34 typedef __attribute__((neon_polyvector_type(8))) poly8_t poly8x8_t;
35 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
Dpoly-unsigned.cpp12 poly16_t test_poly8(poly8_t pIn) { in test_poly8()
/external/clang/test/Sema/
Dneon-vector-types.c5 typedef signed char poly8_t; typedef
16 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
Daarch64-neon-vector-types.c7 typedef unsigned char poly8_t; typedef
30 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
/external/clang/docs/
DLanguageExtensions.rst376 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;