Searched refs:poly16_t (Results 1 - 10 of 10) 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.cpp10 typedef unsigned short poly16_t; typedef
13 typedef short poly16_t; typedef
29 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
H A 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;
/external/clang/test/Sema/
H A Dneon-vector-types.c6 typedef short poly16_t; typedef
17 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
H A Daarch64-neon-vector-types.c8 typedef unsigned short poly16_t; typedef
31 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
/external/clang/test/CodeGen/
H A Daarch64-neon-scalar-copy.c209 poly16_t test_vduph_lane_p16(poly16x4_t a) {
225 poly16_t test_vduph_laneq_p16(poly16x8_t a) {
H A Daarch64-neon-ldst-one.c141 poly16x8_t test_vld1q_dup_p16(poly16_t *a) {
290 poly16x4_t test_vld1_dup_p16(poly16_t *a) {
529 poly16x8x2_t test_vld2q_dup_p16(poly16_t *a) {
775 poly16x4x2_t test_vld2_dup_p16(poly16_t *a) {
1033 poly16x8x3_t test_vld3q_dup_p16(poly16_t *a) {
1293 poly16x4x3_t test_vld3_dup_p16(poly16_t *a) {
1541 poly16x8x4_t test_vld4q_dup_p16(poly16_t *a) {
1787 poly16x4x4_t test_vld4_dup_p16(poly16_t *a) {
1950 poly16x8_t test_vld1q_lane_p16(poly16_t *a, poly16x8_t b) {
2107 poly16x4_t test_vld1_lane_p16(poly16_t *
[all...]
H A Daarch64-neon-vget.c69 poly16_t test_vget_lane_p16(poly16x4_t a) {
162 poly16_t test_vgetq_lane_p16(poly16x8_t a) {
292 poly16x4_t test_vset_lane_p16(poly16_t a, poly16x4_t b) {
389 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) {
H A Darm_neon_intrinsics.c2858 poly16x4_t test_vdup_n_p16(poly16_t a) {
3005 poly16x8_t test_vdupq_n_p16(poly16_t a) {
3608 poly16_t test_vget_lane_p16(poly16x4_t a) {
3701 poly16_t test_vgetq_lane_p16(poly16x8_t a) {
4212 poly16x8_t test_vld1q_p16(poly16_t const * a) {
4306 poly16x4_t test_vld1_p16(poly16_t const * a) {
4434 poly16x8_t test_vld1q_dup_p16(poly16_t const * a) {
4561 poly16x4_t test_vld1_dup_p16(poly16_t const * a) {
4695 poly16x8_t test_vld1q_lane_p16(poly16_t const * a, poly16x8_t b) {
4828 poly16x4_t test_vld1_lane_p16(poly16_t cons
[all...]
H A Daarch64-neon-intrinsics.c9998 poly16x8_t test_vld1q_p16(poly16_t const *a) {
10113 poly16x4_t test_vld1_p16(poly16_t const *a) {
10344 poly16x8x2_t test_vld2q_p16(poly16_t const *a) {
10575 poly16x4x2_t test_vld2_p16(poly16_t const *a) {
10806 poly16x8x3_t test_vld3q_p16(poly16_t const *a) {
11037 poly16x4x3_t test_vld3_p16(poly16_t const *a) {
11268 poly16x8x4_t test_vld4q_p16(poly16_t const *a) {
11499 poly16x4x4_t test_vld4_p16(poly16_t const *a) {
11633 void test_vst1q_p16(poly16_t *a, poly16x8_t b) {
11767 void test_vst1_p16(poly16_t *
[all...]

Completed in 2125 milliseconds