OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_float32x16
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
arm-vector-arguments.c
22
typedef float
T_float32x16
__attribute__ ((__vector_size__ (64)));
31
T_float32x16
f1_3(
T_float32x16
a0) { return a0; }
arm64-arguments.c
178
typedef float
T_float32x16
__attribute__ ((__vector_size__ (64)));
188
T_float32x16
f1_3(
T_float32x16
a0) { return a0; }
Completed in 130 milliseconds