OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_float32x8
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
arm-vector-arguments.c
21
typedef float
T_float32x8
__attribute__ ((__vector_size__ (32)));
29
T_float32x8
f1_2(
T_float32x8
a0) { return a0; }
arm64-arguments.c
177
typedef float
T_float32x8
__attribute__ ((__vector_size__ (32)));
186
T_float32x8
f1_2(
T_float32x8
a0) { return a0; }
Completed in 888 milliseconds