/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) {
|
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/ |
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 | 488 __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 | 488 __aarch64_vget_lane_any (v4sf, , , __a, __b) [all...] |