OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
176
typedef float
T_float32x8
__attribute__ ((__vector_size__ (32)));
185
T_float32x8
f1_2(
T_float32x8
a0) { return a0; }
Completed in 110 milliseconds