OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v4si
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/FrontendC/
2006-03-16-VectorCtor.c
4
typedef int
v4si
__attribute__ ((__vector_size__ (16)));
typedef
5
void test(
v4si
*P,
v4si
*Q, float X) {
6
*P = (
v4si
){ X, X, X, X } * *Q;
9
v4si
G = (
v4si
){ 0.1, 1.2, 4.2, 17.2 };
/external/clang/test/CodeGen/
builtinshufflevector.c
3
typedef int
v4si
__attribute__ ((vector_size (16)));
typedef
5
v4si
a(
v4si
x,
v4si
y) {return __builtin_shufflevector(x, y, 3, 2, 5, (2*3)+1);}
volatile.c
31
typedef int
v4si
__attribute__ ((vector_size (16)));
typedef
32
v4si
V;
33
volatile
v4si
vV;
Completed in 708 milliseconds