Searched refs:poly8_t (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dpoly-unsigned.cpp8 // (say) poly8_t "x^7" to poly16_t would change it to "x^15 + x^14 + ... +
12 poly16_t test_poly8(poly8_t pIn) {
H A 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;
H A 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;
/external/clang/test/Sema/
H A Dneon-vector-types.c5 typedef signed char poly8_t; typedef
16 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
H A Daarch64-neon-vector-types.c7 typedef unsigned char poly8_t; typedef
30 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t;
/external/clang/test/CodeGen/
H A Daarch64-neon-scalar-copy.c151 poly8_t test_vdupb_lane_p8(poly8x8_t a) {
163 poly8_t test_vdupb_laneq_p8(poly8x16_t a) {
H A Daarch64-neon-ldst-one.c73 poly8x16_t test_vld1q_dup_p8(poly8_t *a) {
157 poly8x8_t test_vld1_dup_p8(poly8_t *a) {
241 poly8x16x2_t test_vld2q_dup_p8(poly8_t *a) {
325 poly8x8x2_t test_vld2_dup_p8(poly8_t *a) {
420 poly8x16x3_t test_vld3q_dup_p8(poly8_t *a) {
518 poly8x8x3_t test_vld3_dup_p8(poly8_t *a) {
605 poly8x16x4_t test_vld4q_dup_p8(poly8_t *a) {
689 poly8x8x4_t test_vld4_dup_p8(poly8_t *a) {
773 poly8x16_t test_vld1q_lane_p8(poly8_t *a, poly8x16_t b) {
857 poly8x8_t test_vld1_lane_p8(poly8_t *
[all...]
H A Darm_neon_intrinsics.c1883 poly8x8_t test_vdup_n_p8(poly8_t a) {
1943 poly8x16_t test_vdupq_n_p8(poly8_t a) {
2330 poly8_t test_vget_lane_p8(poly8x8_t a) {
2384 poly8_t test_vgetq_lane_p8(poly8x16_t a) {
2694 poly8x16_t test_vld1q_p8(poly8_t const * a) {
2766 poly8x8_t test_vld1_p8(poly8_t const * a) {
2839 poly8x16_t test_vld1q_dup_p8(poly8_t const * a) {
2911 poly8x8_t test_vld1_dup_p8(poly8_t const * a) {
2984 poly8x16_t test_vld1q_lane_p8(poly8_t const * a, poly8x16_t b) {
3056 poly8x8_t test_vld1_lane_p8(poly8_t cons
[all...]
H A Daarch64-neon-intrinsics.c5887 poly8x16_t test_vld1q_p8(poly8_t const *a) {
5965 poly8x8_t test_vld1_p8(poly8_t const *a) {
6043 poly8x16x2_t test_vld2q_p8(poly8_t const *a) {
6121 poly8x8x2_t test_vld2_p8(poly8_t const *a) {
6199 poly8x16x3_t test_vld3q_p8(poly8_t const *a) {
6277 poly8x8x3_t test_vld3_p8(poly8_t const *a) {
6355 poly8x16x4_t test_vld4q_p8(poly8_t const *a) {
6433 poly8x8x4_t test_vld4_p8(poly8_t const *a) {
6511 void test_vst1q_p8(poly8_t *a, poly8x16_t b) {
6589 void test_vst1_p8(poly8_t *
[all...]

Completed in 846 milliseconds