Searched defs:sl2 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dzvector.c17 vector signed long long sl, sl2; variable
58 sl = sl2;
79 sc = sl2; // expected-error {{incompatible type}}
126 fd = (vector double)sl2;
165 ++sl2;
205 --sl2;
245 sl = +sl2;
271 sl = -sl2;
297 sl = ~sl2;
346 sl = sl + sl2;
734 sc <<= sl2; // expected-error {{vector operands do not have the same number of elements}} local
749 sl <<= sl2; local
834 sc >>= sl2; // expected-error {{vector operands do not have the same number of elements}} local
849 sl >>= sl2; local
[all...]
/external/clang/test/CodeGen/
H A Dzvector.c16 volatile vector signed long long sl, sl2; variable
49 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @sl2
51 sl = sl2;
86 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @sl2
88 sl = +sl2;
111 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @sl2
113 sl = -sl2;
144 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @sl2
146 ++sl2;
181 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @sl2
1851 sl <<= sl2; local
1869 ul <<= sl2; local
2153 sl >>= sl2; local
2171 ul >>= sl2; local
[all...]

Completed in 122 milliseconds