Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c73 poly8x16_t test_vld1q_dup_p8(poly8_t *a) { in test_vld1q_dup_p8()
157 poly8x8_t test_vld1_dup_p8(poly8_t *a) { in test_vld1_dup_p8()
241 poly8x16x2_t test_vld2q_dup_p8(poly8_t *a) { in test_vld2q_dup_p8()
325 poly8x8x2_t test_vld2_dup_p8(poly8_t *a) { in test_vld2_dup_p8()
420 poly8x16x3_t test_vld3q_dup_p8(poly8_t *a) { in test_vld3q_dup_p8()
518 poly8x8x3_t test_vld3_dup_p8(poly8_t *a) { in test_vld3_dup_p8()
605 poly8x16x4_t test_vld4q_dup_p8(poly8_t *a) { in test_vld4q_dup_p8()
689 poly8x8x4_t test_vld4_dup_p8(poly8_t *a) { in test_vld4_dup_p8()
773 poly8x16_t test_vld1q_lane_p8(poly8_t *a, poly8x16_t b) { in test_vld1q_lane_p8()
857 poly8x8_t test_vld1_lane_p8(poly8_t *a, poly8x8_t b) { in test_vld1_lane_p8()
[all …]
Daarch64-neon-scalar-copy.c151 poly8_t test_vdupb_lane_p8(poly8x8_t a) { in test_vdupb_lane_p8()
163 poly8_t test_vdupb_laneq_p8(poly8x16_t a) { in test_vdupb_laneq_p8()
Darm_neon_intrinsics.c1934 poly8x8_t test_vdup_n_p8(poly8_t a) { in test_vdup_n_p8()
1994 poly8x16_t test_vdupq_n_p8(poly8_t a) { in test_vdupq_n_p8()
2386 poly8_t test_vget_lane_p8(poly8x8_t a) { in test_vget_lane_p8()
2440 poly8_t test_vgetq_lane_p8(poly8x16_t a) { in test_vgetq_lane_p8()
2750 poly8x16_t test_vld1q_p8(poly8_t const * a) { in test_vld1q_p8()
2822 poly8x8_t test_vld1_p8(poly8_t const * a) { in test_vld1_p8()
2895 poly8x16_t test_vld1q_dup_p8(poly8_t const * a) { in test_vld1q_dup_p8()
2967 poly8x8_t test_vld1_dup_p8(poly8_t const * a) { in test_vld1_dup_p8()
3040 poly8x16_t test_vld1q_lane_p8(poly8_t const * a, poly8x16_t b) { in test_vld1q_lane_p8()
3112 poly8x8_t test_vld1_lane_p8(poly8_t const * a, poly8x8_t b) { in test_vld1_lane_p8()
[all …]
Daarch64-neon-intrinsics.c5887 poly8x16_t test_vld1q_p8(poly8_t const *a) { in test_vld1q_p8()
5965 poly8x8_t test_vld1_p8(poly8_t const *a) { in test_vld1_p8()
6043 poly8x16x2_t test_vld2q_p8(poly8_t const *a) { in test_vld2q_p8()
6121 poly8x8x2_t test_vld2_p8(poly8_t const *a) { in test_vld2_p8()
6199 poly8x16x3_t test_vld3q_p8(poly8_t const *a) { in test_vld3q_p8()
6277 poly8x8x3_t test_vld3_p8(poly8_t const *a) { in test_vld3_p8()
6355 poly8x16x4_t test_vld4q_p8(poly8_t const *a) { in test_vld4q_p8()
6433 poly8x8x4_t test_vld4_p8(poly8_t const *a) { in test_vld4_p8()
6511 void test_vst1q_p8(poly8_t *a, poly8x16_t b) { in test_vst1q_p8()
6589 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;