Searched refs:poly8_t (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 130 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 …]
|
D | aarch64-neon-vget.c | 60 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()
|
D | aarch64-neon-scalar-copy.c | 200 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()
|
D | arm_neon_intrinsics.c | 2848 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 …]
|
D | aarch64-neon-intrinsics.c | 9989 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/ |
D | mangle-neon-vectors.cpp | 9 typedef unsigned char poly8_t; typedef 12 typedef signed char poly8_t; typedef 28 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
|
D | aarch64-mangle-neon-vectors.cpp | 9 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;
|
D | poly-unsigned.cpp | 12 poly16_t test_poly8(poly8_t pIn) { in test_poly8()
|
/external/clang/test/Sema/ |
D | neon-vector-types.c | 5 typedef signed char poly8_t; typedef 16 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
|
D | aarch64-neon-vector-types.c | 7 typedef unsigned char poly8_t; typedef 30 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 190 typedef uint8_t poly8_t; typedef 1232 _NEON2SSESTORAGE poly8x16_t vld1q_p8(__transfersize(16) poly8_t const * ptr); // VLD1.8 {d0, d1}, [… 1244 _NEON2SSESTORAGE poly8x8_t vld1_p8(__transfersize(8) poly8_t const * ptr); // VLD1.8 {d0}, [r0] 1260 _NEON2SSESTORAGE poly8x16_t vld1q_lane_p8(__transfersize(1) poly8_t const * ptr, poly8x16_t vec, __… 1272 _NEON2SSESTORAGE poly8x8_t vld1_lane_p8(__transfersize(1) poly8_t const * ptr, poly8x8_t vec, __con… 1285 _NEON2SSESTORAGE poly8x16_t vld1q_dup_p8(__transfersize(1) poly8_t const * ptr); // VLD1.8 {d0[]}, … 1297 _NEON2SSESTORAGE poly8x8_t vld1_dup_p8(__transfersize(1) poly8_t const * ptr); // VLD1.8 {d0[]}, [r… 1311 _NEON2SSESTORAGE void vst1q_p8(__transfersize(16) poly8_t * ptr, poly8x16_t val); // VST1.8 {d0, d1… 1323 _NEON2SSESTORAGE void vst1_p8(__transfersize(8) poly8_t * ptr, poly8x8_t val); // VST1.8 {d0}, [r0] 1336 _NEON2SSESTORAGE poly8x16x2_t vld2q_p8(__transfersize(32) poly8_t const * ptr); // VLD2.8 {d0, d2},… [all …]
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 376 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
|