OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i32v4
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGen/
x86_32-arguments-nommx.c
9
typedef int __attribute__((vector_size (16)))
i32v4
;
typedef
10
int b(
i32v4
x) { return x[0]; }
Completed in 1141 milliseconds