Lines Matching full:unsigned

7 vector unsigned short vus;
10 vector unsigned int vui;
13 vector unsigned long long vul;
16 vector unsigned char vuc;
19 void dummy(vector unsigned int a);
20 template <typename VEC> VEC __attribute__((noinline)) test(vector unsigned char a, vector unsigned in test()
23 vector unsigned int test1(vector unsigned char RetImplicitConv) { in test1()
24 …ector types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector unsig… in test1()
26 vector unsigned int test2(vector unsigned char RetImplicitConvAddConst) { in test2()
27 …ector types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector unsig… in test2()
29 vector unsigned int test3(vector unsigned char RetExplicitConv) { in test3()
30 return (vector unsigned int)RetExplicitConv; in test3()
32 vector unsigned int test4(vector unsigned char RetExplicitConvAddConst) { in test4()
33 return (vector unsigned int)RetExplicitConvAddConst + 5; in test4()
35 vector unsigned int test5(vector unsigned char RetImplicitConvAddSame1, in test5()
36 vector unsigned char RetImplicitConvAddSame2) { in test5()
37 …ector types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector unsig… in test5()
39 vector unsigned int test6(vector unsigned char RetExplicitConvAddSame1, in test6()
40 vector unsigned char RetExplicitConvAddSame2) { in test6()
41 return (vector unsigned int)RetExplicitConvAddSame1 + in test6()
42 (vector unsigned int)RetExplicitConvAddSame2; in test6()
44 vector unsigned int test7(vector unsigned char RetExplicitConvAddSame1Full, in test7()
45 vector unsigned char RetExplicitConvAddSame2Full) { in test7()
46 return (vector unsigned int)(RetExplicitConvAddSame1Full + in test7()
49 vector unsigned char test8(vector unsigned char a, vector unsigned char b) { in test8()
50 return test<vector unsigned char>(a, b); in test8()
53 vector unsigned long long test9(vector unsigned char a, vector unsigned char b) { in test9()
54 return test<vector unsigned long long>(a, b); in test9()
56 void test1a(vector unsigned char ArgImplicitConv) { in test1a()
57 …ector types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector unsig… in test1a()
59 void test2a(vector unsigned char ArgImplicitConvAddConst) { in test2a()
60 …ector types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector unsig… in test2a()
62 void test3a(vector unsigned char ArgExplicitConv) { in test3a()
63 return dummy((vector unsigned int)ArgExplicitConv); in test3a()
65 void test4a(vector unsigned char ArgExplicitConvAddConst) { in test4a()
66 return dummy((vector unsigned int)ArgExplicitConvAddConst + 5); in test4a()
68 void test5a(vector unsigned char ArgImplicitConvAddSame1, in test5a()
69 vector unsigned char ArgImplicitConvAddSame2) { in test5a()
70 …ector types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector unsig… in test5a()
72 void test6a(vector unsigned char ArgExplicitConvAddSame1, in test6a()
73 vector unsigned char ArgExplicitConvAddSame2) { in test6a()
74 return dummy((vector unsigned int)ArgExplicitConvAddSame1 + in test6a()
75 (vector unsigned int)ArgExplicitConvAddSame2); in test6a()
77 void test7a(vector unsigned char ArgExplicitConvAddSame1Full, in test7a()
78 vector unsigned char ArgExplicitConvAddSame2Full) { in test7a()
79 return dummy((vector unsigned int)(ArgExplicitConvAddSame1Full + in test7a()
83 …ort' (vector of 8 'short' values)' and ''__vector __bool unsigned short' (vector of 8 'unsigned sh… in test_bool_compat()
84 … types (''__vector unsigned short' (vector of 8 'unsigned short' values)' and ''__vector __bool un… in test_bool_compat()
86 …or int' (vector of 4 'int' values)' and ''__vector __bool unsigned int' (vector of 4 'unsigned int… in test_bool_compat()
87 …tor types (''__vector unsigned int' (vector of 4 'unsigned int' values)' and ''__vector __bool uns… in test_bool_compat()
89 …vector of 2 'long long' values)' and ''__vector __bool unsigned long long' (vector of 2 'unsigned in test_bool_compat()
90 … (''__vector unsigned long long' (vector of 2 'unsigned long long' values)' and ''__vector __bool in test_bool_compat()
92 …ector of 16 'signed char' values)' and ''__vector __bool unsigned char' (vector of 16 'unsigned ch… in test_bool_compat()
93 … types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector __bool uns… in test_bool_compat()
97 …types (''__vector __bool unsigned short' (vector of 8 'unsigned short' values)' and ''__vector __p… in test_pixel_compat()
98 …t' (vector of 8 'short' values)' and ''__vector __pixel ' (vector of 8 'unsigned short' values)') … in test_pixel_compat()
99 …vector types (''__vector unsigned short' (vector of 8 'unsigned short' values)' and ''__vector __p… in test_pixel_compat()
101 …r types (''__vector __bool unsigned int' (vector of 4 'unsigned int' values)' and ''__vector __pix… in test_pixel_compat()
102 …int' (vector of 4 'int' values)' and ''__vector __pixel ' (vector of 8 'unsigned short' values)') … in test_pixel_compat()
103 …n vector types (''__vector unsigned int' (vector of 4 'unsigned int' values)' and ''__vector __pix… in test_pixel_compat()
105 …s (''__vector __bool unsigned long long' (vector of 2 'unsigned long long' values)' and ''__vector… in test_pixel_compat()
106 …vector of 2 'long long' values)' and ''__vector __pixel ' (vector of 8 'unsigned short' values)') … in test_pixel_compat()
107 …or types (''__vector unsigned long long' (vector of 2 'unsigned long long' values)' and ''__vector… in test_pixel_compat()
109 … types (''__vector __bool unsigned char' (vector of 16 'unsigned char' values)' and ''__vector __p… in test_pixel_compat()
110 …tor of 16 'signed char' values)' and ''__vector __pixel ' (vector of 8 'unsigned short' values)') … in test_pixel_compat()
111 … vector types (''__vector unsigned char' (vector of 16 'unsigned char' values)' and ''__vector __p… in test_pixel_compat()