Searched refs:poly16x8_t (Results 1 - 16 of 16) sorted by relevance
/external/clang/test/CodeGenCXX/ |
H A D | mangle-neon-vectors.cpp | 29 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t; typedef 69 void f10(poly16x8_t v) {}
|
H A D | aarch64-mangle-neon-vectors.cpp | 37 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t; typedef 66 void f14(poly16x8_t v) {}
|
/external/clang/test/CodeGen/ |
H A D | aarch64-neon-extract.c | 245 poly16x8_t test_vextq_p16(poly16x8_t a, poly16x8_t b) {
|
H A D | arm-neon-vget.c | 58 poly16x4_t low_p16(poly16x8_t a) { 114 poly16x4_t high_p16(poly16x8_t a) {
|
H A D | aarch64-neon-perm.c | 150 poly16x8_t test_vuzp1q_p16(poly16x8_t a, poly16x8_t b) { 297 poly16x8_t test_vuzp2q_p16(poly16x8_t a, poly16x8_t b) { 444 poly16x8_t test_vzip1q_p16(poly16x8_t a, poly16x8_t b) { 591 poly16x8_t test_vzip2q_p1 [all...] |
H A D | aarch64-neon-vget-hilo.c | 95 poly16x4_t test_vget_high_p16(poly16x8_t a) { 193 poly16x4_t test_vget_low_p16(poly16x8_t a) {
|
H A D | aarch64-poly128.c | 149 poly128_t test_vreinterpretq_p128_p16(poly16x8_t a) { 240 poly16x8_t test_vreinterpretq_p16_p128(poly128_t a) {
|
H A D | aarch64-neon-vcombine.c | 94 poly16x8_t test_vcombine_p16(poly16x4_t low, poly16x4_t high) {
|
H A D | aarch64-neon-scalar-copy.c | 225 poly16_t test_vduph_laneq_p16(poly16x8_t a) {
|
H A D | aarch64-neon-vget.c | 162 poly16_t test_vgetq_lane_p16(poly16x8_t a) { 389 poly16x8_t test_vsetq_lane_p16(poly16_t a, poly16x8_t b) {
|
H A D | arm_neon_intrinsics.c | 1340 poly16x8_t test_vbslq_p16(uint16x8_t a, poly16x8_t b, poly16x8_t c) { 2317 poly16x8_t test_vcombine_p16(poly16x4_t a, poly16x4_t b) { 2734 poly16x8_t test_vdupq_lane_p16(poly16x4_t a) { 3005 poly16x8_t test_vdupq_n_p16(poly16_t a) { 3346 poly16x8_t test_vextq_p16(poly16x8_t a, poly16x8_t b) { 3541 poly16x4_t test_vget_high_p16(poly16x8_t [all...] |
H A D | aarch64-neon-intrinsics.c | 1350 poly16x8_t test_vbslq_p16(uint16x8_t v1, poly16x8_t v2, poly16x8_t v3) { 1837 uint16x8_t test_vtstq_p16(poly16x8_t v1, poly16x8_t v2) { 6085 poly16x8_t test_vsriq_n_p16(poly16x8_t a, poly16x8_t b) { 6259 poly16x8_t test_vsliq_n_p16(poly16x8_t [all...] |
H A D | aarch64-neon-misc.c | 233 uint16x8_t test_vceqzq_p16(poly16x8_t a) { 843 poly16x8_t test_vrev32q_p16(poly16x8_t a) { 962 poly16x8_t test_vrev64q_p16(poly16x8_t a) {
|
H A D | aarch64-neon-ldst-one.c | 141 poly16x8_t test_vld1q_dup_p16(poly16_t *a) { 1950 poly16x8_t test_vld1q_lane_p16(poly16_t *a, poly16x8_t b) { 5413 void test_vst1q_lane_p16(poly16_t *a, poly16x8_t b) {
|
/external/clang/test/Sema/ |
H A D | neon-vector-types.c | 17 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t; typedef
|
H A D | aarch64-neon-vector-types.c | 31 typedef __attribute__((neon_polyvector_type(8))) poly16_t poly16x8_t; typedef
|
Completed in 571 milliseconds