Home
last modified time | relevance | path

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

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