Searched refs:out2 (Results 1 - 25 of 46) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dslp-multitypes-3.c15 unsigned char out2[N*8]; local
28 out2[i*16] = in2[i*16] + 2;
29 out2[i*16 + 1] = in2[i*16 + 1] + 3;
30 out2[i*16 + 2] = in2[i*16 + 2] + 4;
31 out2[i*16 + 3] = in2[i*16 + 3] + 3;
32 out2[i*16 + 4] = in2[i*16 + 4] + 2;
33 out2[i*16 + 5] = in2[i*16 + 5] + 3;
34 out2[i*16 + 6] = in2[i*16 + 6] + 2;
35 out2[i*16 + 7] = in2[i*16 + 7] + 4;
36 out2[
[all...]
H A Dslp-20.c14 unsigned short out[N*8], out2[N*8], b0, b1, b2, b3, b4, b5, b6, b7, b8; local
30 out2[i*4] = b0;
31 out2[i*4 + 1] = b1;
32 out2[i*4 + 2] = b4;
33 out2[i*4 + 3] = b5;
45 if (out2[i*4] != b0
46 || out2[i*4 + 1] != b1
47 || out2[i*4 + 2] != b4
48 || out2[i*4 + 3] != b5)
69 out2[
[all...]
H A Dslp-17.c11 unsigned short out2[N*8]; variable
23 out2[i*4] = in2[i*4] + 2;
24 out2[i*4 + 1] = in2[i*4 + 1] + 2;
25 out2[i*4 + 2] = in2[i*4 + 2] + 1;
26 out2[i*4 + 3] = in2[i*4 + 3] + 3;
34 || out2[i*4] != in2[i*4] + 2
35 || out2[i*4 + 1] != in2[i*4 + 1] + 2
36 || out2[i*4 + 2] != in2[i*4 + 2] + 1
37 || out2[i*4 + 3] != in2[i*4 + 3] + 3)
H A Dslp-16.c11 unsigned int out2[N*16]; variable
32 out2[i*6] = in2[i*6] * 2;
33 out2[i*6 + 1] = in2[i*6 + 1] * 3;
34 out2[i*6 + 2] = in2[i*6 + 2] * 4;
35 out2[i*6 + 3] = in2[i*6 + 3] * 2;
36 out2[i*6 + 4] = in2[i*6 + 4] * 4;
37 out2[i*6 + 5] = in2[i*6 + 5] * 3;
45 || out2[i*6] != in2[i*6] * 2
46 || out2[i*6 + 1] != in2[i*6 + 1] * 3
47 || out2[
[all...]
H A Dslp-14.c16 unsigned short out2[N*16]; local
48 out2[i*16] = in2[i*16] + 2;
49 out2[i*16 + 1] = in2[i*16 + 1] + 3;
50 out2[i*16 + 2] = in2[i*16 + 2] + 4;
51 out2[i*16 + 3] = in2[i*16 + 3] + 3;
52 out2[i*16 + 4] = in2[i*16 + 4] + 2;
53 out2[i*16 + 5] = in2[i*16 + 5] + 3;
54 out2[i*16 + 6] = in2[i*16 + 6] + 2;
55 out2[i*16 + 7] = in2[i*16 + 7] + 4;
56 out2[
[all...]
H A Dslp-15.c11 unsigned int out2[N*16]; variable
48 out2[i*16] = in2[i*16] * 2;
49 out2[i*16 + 1] = in2[i*16 + 1] * 3;
50 out2[i*16 + 2] = in2[i*16 + 2] * 4;
51 out2[i*16 + 3] = in2[i*16 + 3] * 3;
52 out2[i*16 + 4] = in2[i*16 + 4] * 2;
53 out2[i*16 + 5] = in2[i*16 + 5] * 3;
54 out2[i*16 + 6] = in2[i*16 + 6] * 2;
55 out2[i*16 + 7] = in2[i*16 + 7] * 4;
56 out2[
[all...]
H A Dslp-6.c16 unsigned int out2[N*8]; local
64 out2[i*16] = in2[i*16] * 2;
65 out2[i*16 + 1] = in2[i*16 + 1] * 3;
66 out2[i*16 + 2] = in2[i*16 + 2] * 4;
67 out2[i*16 + 3] = in2[i*16 + 3] * 3;
68 out2[i*16 + 4] = in2[i*16 + 4] * 2;
69 out2[i*16 + 5] = in2[i*16 + 5] * 3;
70 out2[i*16 + 6] = in2[i*16 + 6] * 2;
71 out2[i*16 + 7] = in2[i*16 + 7] * 4;
72 out2[
[all...]
H A Dslp-7.c16 unsigned short sa[N], out2[N*16]; local
70 out2[i*16] = in2[i*16] * 2;
71 out2[i*16 + 1] = in2[i*16 + 1] * 3;
72 out2[i*16 + 2] = in2[i*16 + 2] * 4;
73 out2[i*16 + 3] = in2[i*16 + 3] * 3;
74 out2[i*16 + 4] = in2[i*16 + 4] * 2;
75 out2[i*16 + 5] = in2[i*16 + 5] * 3;
76 out2[i*16 + 6] = in2[i*16 + 6] * 2;
77 out2[i*16 + 7] = in2[i*16 + 7] * 4;
78 out2[
[all...]
H A Dslp-13-big-array.c16 unsigned int out2[N*8]; local
56 out2[i*12] = in2[i*12] + i;
57 out2[i*12 + 1] = in2[i*12 + 1] + i;
58 out2[i*12 + 2] = in2[i*12 + 2] + i;
59 out2[i*12 + 3] = in2[i*12 + 3] + i;
60 out2[i*12 + 4] = in2[i*12 + 4] + i;
61 out2[i*12 + 5] = in2[i*12 + 5] + i;
62 out2[i*12 + 6] = in2[i*12 + 6] + i;
63 out2[i*12 + 7] = in2[i*12 + 7] + i;
64 out2[
[all...]
H A Dslp-13.c15 unsigned int out2[N*8]; local
48 out2[i*12] = in2[i*12] + i;
49 out2[i*12 + 1] = in2[i*12 + 1] + i;
50 out2[i*12 + 2] = in2[i*12 + 2] + i;
51 out2[i*12 + 3] = in2[i*12 + 3] + i;
52 out2[i*12 + 4] = in2[i*12 + 4] + i;
53 out2[i*12 + 5] = in2[i*12 + 5] + i;
54 out2[i*12 + 6] = in2[i*12 + 6] + i;
55 out2[i*12 + 7] = in2[i*12 + 7] + i;
56 out2[
[all...]
H A Dslp-12b.c14 float out2[N*8], fa[N*4]; local
18 out2[i*2] = (float) (in[i*2] * 2 + 11) ;
19 out2[i*2 + 1] = (float) (in[i*2 + 1] * 3 + 7);
27 if (out2[i*2] != (float) (in[i*2] * 2 + 11)
28 || out2[i*2 + 1] != (float) (in[i*2 + 1] * 3 + 7)
H A Dslp-34-big-array.c17 unsigned short out2[N*8]; local
33 out2[i*5] = in2[i*5] + 2;
34 out2[i*5 + 1] = in2[i*5 + 1] + 2;
35 out2[i*5 + 2] = in2[i*5 + 2] + 1;
36 out2[i*5 + 3] = in2[i*5 + 3] + 3;
37 out2[i*5 + 4] = in2[i*5 + 4] + 13;
46 || out2[i*5] != in2[i*5] + 2
47 || out2[i*5 + 1] != in2[i*5 + 1] + 2
48 || out2[i*5 + 2] != in2[i*5 + 2] + 1
49 || out2[
[all...]
H A Dslp-34.c16 unsigned short out2[N*8]; local
25 out2[i*5] = in2[i*5] + 2;
26 out2[i*5 + 1] = in2[i*5 + 1] + 2;
27 out2[i*5 + 2] = in2[i*5 + 2] + 1;
28 out2[i*5 + 3] = in2[i*5 + 3] + 3;
29 out2[i*5 + 4] = in2[i*5 + 4] + 13;
38 || out2[i*5] != in2[i*5] + 2
39 || out2[i*5 + 1] != in2[i*5 + 1] + 2
40 || out2[i*5 + 2] != in2[i*5 + 2] + 1
41 || out2[
[all...]
H A Dslp-22.c14 unsigned short out[N*8], out2[N*8], out3[N*8], b0, b1, b2, b3, b4, b5, b6, b7, b8; local
30 out2[i*4] = b0;
31 out2[i*4 + 1] = b1;
32 out2[i*4 + 2] = b4;
33 out2[i*4 + 3] = b5;
51 if (out2[i*4] != b0
52 || out2[i*4 + 1] != b1
53 || out2[i*4 + 2] != b4
54 || out2[i*4 + 3] != b5)
81 out2[
[all...]
H A Dslp-18.c15 float out2[N*8]; local
48 out2[i*8] = (float) b0;
49 out2[i*8 + 1] = (float) b1;
50 out2[i*8 + 2] = (float) b2;
51 out2[i*8 + 3] = (float) b3;
52 out2[i*8 + 4] = (float) b4;
53 out2[i*8 + 5] = (float) b5;
54 out2[i*8 + 6] = (float) b6;
55 out2[i*8 + 7] = (float) b7;
71 if (out2[
[all...]
H A Dpr52252-ld.c14 byte out0, out1, out2, out3; local
17 out2 = in1 + in2;
21 out[2] = out2;
H A Dslp-21.c12 unsigned short out[N*8], out2[N*8], b0, b1, b2, b3, b4, a0, a1, a2, a3, b5; local
41 out2[i*4] = b0;
42 out2[i*4 + 1] = b1;
43 out2[i*4 + 2] = b4;
44 out2[i*4 + 3] = b5;
69 if (out2[i*4] != b0
70 || out2[i*4 + 1] != b1
71 || out2[i*4 + 2] != b4
72 || out2[i*4 + 3] != b5)
97 out2[
[all...]
H A Dslp-widen-mult-half.c12 int out2[N]; variable
22 out2[2*i] = in[2*i] + COEF2;
24 out2[2*i+1] = in[2*i+1] + COEF2;
41 if (out[i] != in[i] * COEF || out2[i] != in[i] + COEF2)
H A Dpr59984.c13 foo (int in, int *out1, int *out2) argument
16 *out2 = in * in + 1;
19 #pragma omp declare simd linear (out1, out2)
21 bar (int in, int *out1, int *out2) argument
24 *out2 = in * in + 1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr64617.c4 unsigned short out2[128 * 8], b0, b1, b2, b3, b4, b5, b6, b7, b8; variable
14 out2[i * 4] = a0 + 8;
28 out2[i * 8] = b0;
29 out2[i * 8 + 1] = b1;
30 out2[i * 8 + 2] = b4;
31 out2[i * 8 + 3] = b5;
32 out2[i * 8 + 4] = b6;
33 out2[i * 8 + 5] = b2;
34 out2[i * 8 + 6] = b7;
35 out2[
[all...]
H A Dpr52252-atom.c15 byte out0, out1, out2, out3; local
18 out2 = in1 + in2;
22 out[2] = out2;
H A Dpr52252-core.c15 byte out0, out1, out2, out3; local
18 out2 = in1 + in2;
22 out[2] = out2;
H A Dbuiltin-assume-aligned-1.c5 test1 (double *out1, double *out2, double *out3, double *in1, argument
10 double *__restrict o2 = __builtin_assume_aligned (out2, 16);
23 test2 (double *out1, double *out2, double *out3, double *in1, argument
28 out2 = __builtin_assume_aligned (out2, align, 16);
35 out2[i] = in1[i] + in2[i];
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dcris-asm-mof-1.c7 /* { dg-final { scan-assembler "out2-asm: .mof" } } */
31 out2 (void) function
34 asm ("out2-asm: %0" : "=h" (o));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltin-assume-aligned-1.c5 test1 (double *out1, double *out2, double *out3, double *in1, argument
10 double *__restrict o2 = __builtin_assume_aligned (out2, 16);
23 test2 (double *out1, double *out2, double *out3, double *in1, argument
28 out2 = __builtin_assume_aligned (out2, align, 16);
35 out2[i] = in1[i] + in2[i];

Completed in 77 milliseconds

12