OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_float32x2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
arm-vector-arguments.c
19
typedef float
T_float32x2
__attribute__ ((__vector_size__ (8)));
25
T_float32x2
f1_0(
T_float32x2
a0) { return a0; }
arm64-arguments.c
174
typedef float
T_float32x2
__attribute__ ((__vector_size__ (8)));
180
T_float32x2
f1_0(
T_float32x2
a0) { return a0; }
Completed in 356 milliseconds