Searched refs:poly16_t (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/CodeGen/ |
D | aarch64-neon-ldst-one.c | 141 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 …]
|
D | aarch64-neon-vget.c | 69 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()
|
D | aarch64-neon-scalar-copy.c | 209 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()
|
D | arm_neon_intrinsics.c | 2858 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 …]
|
D | aarch64-neon-intrinsics.c | 9998 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/ |
D | mangle-neon-vectors.cpp | 10 typedef unsigned short poly16_t; typedef 13 typedef short poly16_t; typedef 29 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
|
D | aarch64-mangle-neon-vectors.cpp | 10 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;
|
D | poly-unsigned.cpp | 12 poly16_t test_poly8(poly8_t pIn) { in test_poly8()
|
/external/clang/test/Sema/ |
D | neon-vector-types.c | 6 typedef short poly16_t; typedef 17 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
|
D | aarch64-neon-vector-types.c | 8 typedef unsigned short poly16_t; typedef 31 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t;
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 191 typedef uint16_t poly16_t; typedef 1233 _NEON2SSESTORAGE poly16x8_t vld1q_p16(__transfersize(8) poly16_t const * ptr); // VLD1.16 {d0, d1},… 1245 _NEON2SSESTORAGE poly16x4_t vld1_p16(__transfersize(4) poly16_t const * ptr); // VLD1.16 {d0}, [r0] 1261 _NEON2SSESTORAGE poly16x8_t vld1q_lane_p16(__transfersize(1) poly16_t const * ptr, poly16x8_t vec, … 1273 _NEON2SSESTORAGE poly16x4_t vld1_lane_p16(__transfersize(1) poly16_t const * ptr, poly16x4_t vec, _… 1286 _NEON2SSESTORAGE poly16x8_t vld1q_dup_p16(__transfersize(1) poly16_t const * ptr); // VLD1.16 {d0[]… 1298 _NEON2SSESTORAGE poly16x4_t vld1_dup_p16(__transfersize(1) poly16_t const * ptr); // VLD1.16 {d0[]}… 1312 _NEON2SSESTORAGE void vst1q_p16(__transfersize(8) poly16_t * ptr, poly16x8_t val); // VST1.16 {d0, … 1324 _NEON2SSESTORAGE void vst1_p16(__transfersize(4) poly16_t * ptr, poly16x4_t val); // VST1.16 {d0}, … 1337 _NEON2SSESTORAGE poly16x8x2_t vld2q_p16(__transfersize(16) poly16_t const * ptr); // VLD2.16 {d0, d… [all …]
|