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