/external/clang/test/CodeGen/ |
ppc64-struct-onevect.c | 4 typedef float v4sf __attribute__ ((vector_size (16))); typedef 6 struct s { v4sf v; }; 8 v4sf foo (struct s a) {
|
mips-vector-arg.c | 8 typedef float v4sf __attribute__ ((__vector_size__ (16))); typedef 15 extern test_v4sf_2(v4sf, int, v4sf); 16 void test_v4sf(v4sf a1, int a2, v4sf a3) {
|
ppc64-qpx-vector.c | 4 typedef float v4sf __attribute__((vector_size(16))); typedef 7 struct ssf { v4sf v; }; 10 struct ssf2 { v4sf v[2]; }; 13 v4sf foo1(struct ssf a, v4sf b, struct ssf2 c) {
|
mips-vector-return.c | 7 typedef float v4sf __attribute__ ((__vector_size__ (16))); typedef 13 v4sf test_v4sf(float a) { 14 return (v4sf){0.0f, a, 0.0f, 0.0f};
|
/external/clang/test/CodeGenCXX/ |
2007-05-03-VectorInit.cpp | 4 typedef float v4sf __attribute__((vector_size(16))); typedef 6 typedef v4sf float4;
|
/external/clang/test/Sema/ |
attr-mode-vector-types.c | 16 typedef float v4sf __attribute__((mode(V4SF))); typedef 18 typedef float v4sf __attribute__((mode(SF))) __attribute__ ((vector_size(16))); typedef
|
expr-address-of.c | 29 typedef float v4sf __attribute__ ((vector_size (16))); typedef 30 static v4sf q;
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
arm_neon.h | 482 __aarch64_vget_lane_any (v4sf, , , __a, __b) [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/ |
arm_neon.h | 482 __aarch64_vget_lane_any (v4sf, , , __a, __b) [all...] |