Searched refs:int4 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Sema/
H A Dconversion-64-32.c9 typedef int int4 __attribute__ ((vector_size(16))); typedef
12 int4 test1(long2 a) {
13 int4 v127 = a; // no warning.
H A Dext_vector_comparisons.c3 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
5 static int4 test1() {
6 int4 vec, rv;
20 static int4 test2() {
H A Dtypedef-retain.c4 typedef int int4 __attribute__((vector_size(16))); typedef
5 typedef int4* int4p;
7 void test1(float4 a, int4 *result, int i) {
8 result[i] = a; // expected-error {{assigning to 'int4' (vector of 4 'int' values) from incompatible type 'float4' (vector of 4 'float' values)}}
12 result[i] = a; // expected-error {{assigning to 'int4' (vector of 4 'int' values) from incompatible type 'float4' (vector of 4 'float' values)}}
H A Dext_vector_casts.c5 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
17 int4 ivec4;
31 ivec4 = (int4)5.0f;
32 ivec4 = (int4)5;
33 ivec4 = (int4)vec4_3;
35 i = (int)ivec4; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'int' values) and integer type 'int' of different size}}
36 i = ivec4; // expected-error {{assigning to 'int' from incompatible type 'int4' (vector of 4 'int' values)}}
38 ivec4 = (int4)ptr; // expected-error {{invalid conversion between vector type 'int4' (vector of 4 'int' values) and scalar type 'int *'}}
47 ivec4 += vec4; // expected-error {{can't convert between vector values of different size ('int4' (vecto
[all...]
H A Dtransparent-union.c68 typedef int int4 __attribute__((ext_vector_type(4))); typedef
70 int4 vec; // expected-warning{{first field of a transparent union cannot have vector type 'int4' (vector of 4 'int' values); transparent_union attribute ignored}}
/external/clang/test/CodeGen/
H A Dpalignr.c5 typedef __attribute__((vector_size(16))) int int4; typedef
8 int4 align1(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 15); }
12 int4 align2(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 16); }
14 int4 align3(int4 a, int4
[all...]
H A Dext-vector.c5 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
119 int4 cmp;
130 void test7(int4 *ap, int4 *bp, int c) {
131 int4 a = *ap;
132 int4 b = *bp;
186 int4 cmp;
207 int4 cmp;
218 int test9(int4 V) {
225 int test10(int4
[all...]
/external/clang/test/SemaTemplate/
H A Dext-vector-type.cpp86 typedef int __attribute__((ext_vector_type(4))) int4; typedef in namespace:Deduction
91 int array1[X0<int4>::value == 1? 1 : -1];
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInitialize.cpp28 TType *int4 = new TType(EbtInt, 4); local
264 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool4, "lessThan", int4, int4);
272 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool4, "lessThanEqual", int4, int4);
280 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool4, "greaterThan", int4, int4);
288 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool4, "greaterThanEqual", int4, int4);
296 symbolTable.insertBuiltIn(COMMON_BUILTINS, bool4, "equal", int4, int
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 237 milliseconds