/external/clang/test/Sema/ |
neon-vector-types-support.c | 4 typedef __attribute__((neon_polyvector_type(16))) short poly8x16_t; // expected-error{{'neon_polyvector_type' attribute is not supported for this target}} typedef
|
aarch64-neon-vector-types.c | 30 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef
|
neon-vector-types.c | 16 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef
|
/external/clang/test/CodeGenCXX/ |
mangle-neon-vectors.cpp | 28 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 65 void f9(poly8x16_t v) {}
|
aarch64-mangle-neon-vectors.cpp | 35 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 64 void f13(poly8x16_t v) {}
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
arm_neon.h | 60 typedef __builtin_neon_poly8 poly8x16_t __attribute__ ((__vector_size__ (16))); typedef 175 poly8x16_t val[2]; 301 poly8x16_t val[3]; 427 poly8x16_t val[4]; 1039 __extension__ static __inline poly8x16_t __attribute__ ((__always_inline__)) 1040 vmulq_p8 (poly8x16_t __a, poly8x16_t __b) 1042 return (poly8x16_t)__builtin_neon_vmulv16qi ((int8x16_t) __a, (int8x16_t) __b, 2); [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
arm_neon.h | 150 typedef __m128i poly8x16_t; typedef 522 poly8x16_t vmulq_p8(poly8x16_t a, poly8x16_t b); // VMUL.P8 q0,q0,q0 [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
arm_neon.h | 60 typedef __builtin_neon_poly8 poly8x16_t __attribute__ ((__vector_size__ (16))); typedef 175 poly8x16_t val[2]; 301 poly8x16_t val[3]; 427 poly8x16_t val[4]; 1039 __extension__ static __inline poly8x16_t __attribute__ ((__always_inline__)) 1040 vmulq_p8 (poly8x16_t __a, poly8x16_t __b) 1042 return (poly8x16_t)__builtin_neon_vmulv16qi ((int8x16_t) __a, (int8x16_t) __b, 2); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
arm_neon.h | 150 typedef __m128i poly8x16_t; typedef 522 poly8x16_t vmulq_p8(poly8x16_t a, poly8x16_t b); // VMUL.P8 q0,q0,q0 [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
arm_neon.h | 150 typedef __m128i poly8x16_t; typedef 522 poly8x16_t vmulq_p8(poly8x16_t a, poly8x16_t b); // VMUL.P8 q0,q0,q0 [all...] |
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
arm_neon.h | 58 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 147 poly8x16_t val[2]; 243 poly8x16_t val[3]; 339 poly8x16_t val[4]; 659 __ai poly8x16_t vbslq_p8(uint8x16_t __a, poly8x16_t __b, poly8x16_t __c) { 660 return (poly8x16_t)__builtin_neon_vbslq_v((int8x16_t)__a, (int8x16_t)__b, (int8x16_t)__c, 36); } 714 __ai uint8x16_t vceqq_p8(poly8x16_t __a, poly8x16_t __b) [all...] |
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
arm_neon.h | 58 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 147 poly8x16_t val[2]; 243 poly8x16_t val[3]; 339 poly8x16_t val[4]; 659 __ai poly8x16_t vbslq_p8(uint8x16_t __a, poly8x16_t __b, poly8x16_t __c) { 660 return (poly8x16_t)__builtin_neon_vbslq_v((int8x16_t)__a, (int8x16_t)__b, (int8x16_t)__c, 36); } 714 __ai uint8x16_t vceqq_p8(poly8x16_t __a, poly8x16_t __b) [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
arm_neon.h | 68 typedef __builtin_aarch64_simd_poly8 poly8x16_t typedef 197 poly8x16_t val[2]; 317 poly8x16_t val[3]; 437 poly8x16_t val[4]; [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
arm_neon.h | 68 typedef __builtin_aarch64_simd_poly8 poly8x16_t typedef 197 poly8x16_t val[2]; 317 poly8x16_t val[3]; 437 poly8x16_t val[4]; [all...] |
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
arm_neon.h | 73 typedef __attribute__((neon_polyvector_type(16))) poly8_t poly8x16_t; typedef 176 poly8x16_t val[2]; 292 poly8x16_t val[3]; 408 poly8x16_t val[4]; [all...] |