1 /*
2  *  Test program for MSA instruction AVER_S.B
3  *
4  *  Copyright (C) 2018  Wave Computing, Inc.
5  *  Copyright (C) 2018  Mateja Marjanovic <mateja.marjanovic@rt-rk.com>
6  *
7  *  This program is free software: you can redistribute it and/or modify
8  *  it under the terms of the GNU General Public License as published by
9  *  the Free Software Foundation, either version 2 of the License, or
10  *  (at your option) any later version.
11  *
12  *  This program is distributed in the hope that it will be useful,
13  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *  GNU General Public License for more details.
16  *
17  *  You should have received a copy of the GNU General Public License
18  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
19  *
20  */
21 
22 #include <sys/time.h>
23 #include <stdint.h>
24 
25 #include "../../../../include/wrappers_msa.h"
26 #include "../../../../include/test_inputs.h"
27 #include "../../../../include/test_utils.h"
28 
29 #define TEST_COUNT_TOTAL (                                                \
30             (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
31             (RANDOM_INPUTS_SHORT_COUNT) * (RANDOM_INPUTS_SHORT_COUNT))
32 
33 
34 int32_t main(void)
35 {
36     char *instruction_name = "AVER_S.B";
37     int32_t ret;
38     uint32_t i, j;
39     struct timeval start, end;
40     double elapsed_time;
41 
42     uint64_t b128_result[TEST_COUNT_TOTAL][2];
43     uint64_t b128_expect[TEST_COUNT_TOTAL][2] = {
44         { 0xffffffffffffffffULL, 0xffffffffffffffffULL, },    /*   0  */
45         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
46         { 0xd5d5d5d5d5d5d5d5ULL, 0xd5d5d5d5d5d5d5d5ULL, },
47         { 0x2a2a2a2a2a2a2a2aULL, 0x2a2a2a2a2a2a2a2aULL, },
48         { 0xe6e6e6e6e6e6e6e6ULL, 0xe6e6e6e6e6e6e6e6ULL, },
49         { 0x1919191919191919ULL, 0x1919191919191919ULL, },
50         { 0xf1c71cf1c71cf1c7ULL, 0x1cf1c71cf1c71cf1ULL, },
51         { 0x0e38e30e38e30e38ULL, 0xe30e38e30e38e30eULL, },
52         { 0x0000000000000000ULL, 0x0000000000000000ULL, },    /*   8  */
53         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
54         { 0xd5d5d5d5d5d5d5d5ULL, 0xd5d5d5d5d5d5d5d5ULL, },
55         { 0x2b2b2b2b2b2b2b2bULL, 0x2b2b2b2b2b2b2b2bULL, },
56         { 0xe6e6e6e6e6e6e6e6ULL, 0xe6e6e6e6e6e6e6e6ULL, },
57         { 0x1a1a1a1a1a1a1a1aULL, 0x1a1a1a1a1a1a1a1aULL, },
58         { 0xf2c71cf2c71cf2c7ULL, 0x1cf2c71cf2c71cf2ULL, },
59         { 0x0e39e40e39e40e39ULL, 0xe40e39e40e39e40eULL, },
60         { 0xd5d5d5d5d5d5d5d5ULL, 0xd5d5d5d5d5d5d5d5ULL, },    /*  16  */
61         { 0xd5d5d5d5d5d5d5d5ULL, 0xd5d5d5d5d5d5d5d5ULL, },
62         { 0xaaaaaaaaaaaaaaaaULL, 0xaaaaaaaaaaaaaaaaULL, },
63         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
64         { 0xbbbbbbbbbbbbbbbbULL, 0xbbbbbbbbbbbbbbbbULL, },
65         { 0xefefefefefefefefULL, 0xefefefefefefefefULL, },
66         { 0xc79cf1c79cf1c79cULL, 0xf1c79cf1c79cf1c7ULL, },
67         { 0xe30eb9e30eb9e30eULL, 0xb9e30eb9e30eb9e3ULL, },
68         { 0x2a2a2a2a2a2a2a2aULL, 0x2a2a2a2a2a2a2a2aULL, },    /*  24  */
69         { 0x2b2b2b2b2b2b2b2bULL, 0x2b2b2b2b2b2b2b2bULL, },
70         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
71         { 0x5555555555555555ULL, 0x5555555555555555ULL, },
72         { 0x1111111111111111ULL, 0x1111111111111111ULL, },
73         { 0x4444444444444444ULL, 0x4444444444444444ULL, },
74         { 0x1cf2471cf2471cf2ULL, 0x471cf2471cf2471cULL, },
75         { 0x39630e39630e3963ULL, 0x0e39630e39630e39ULL, },
76         { 0xe6e6e6e6e6e6e6e6ULL, 0xe6e6e6e6e6e6e6e6ULL, },    /*  32  */
77         { 0xe6e6e6e6e6e6e6e6ULL, 0xe6e6e6e6e6e6e6e6ULL, },
78         { 0xbbbbbbbbbbbbbbbbULL, 0xbbbbbbbbbbbbbbbbULL, },
79         { 0x1111111111111111ULL, 0x1111111111111111ULL, },
80         { 0xccccccccccccccccULL, 0xccccccccccccccccULL, },
81         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
82         { 0xd8ad02d8ad02d8adULL, 0x02d8ad02d8ad02d8ULL, },
83         { 0xf41fcaf41fcaf41fULL, 0xcaf41fcaf41fcaf4ULL, },
84         { 0x1919191919191919ULL, 0x1919191919191919ULL, },    /*  40  */
85         { 0x1a1a1a1a1a1a1a1aULL, 0x1a1a1a1a1a1a1a1aULL, },
86         { 0xefefefefefefefefULL, 0xefefefefefefefefULL, },
87         { 0x4444444444444444ULL, 0x4444444444444444ULL, },
88         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
89         { 0x3333333333333333ULL, 0x3333333333333333ULL, },
90         { 0x0be1360be1360be1ULL, 0x360be1360be1360bULL, },
91         { 0x2852fd2852fd2852ULL, 0xfd2852fd2852fd28ULL, },
92         { 0xf1c71cf1c71cf1c7ULL, 0x1cf1c71cf1c71cf1ULL, },    /*  48  */
93         { 0xf2c71cf2c71cf2c7ULL, 0x1cf2c71cf2c71cf2ULL, },
94         { 0xc79cf1c79cf1c79cULL, 0xf1c79cf1c79cf1c7ULL, },
95         { 0x1cf2471cf2471cf2ULL, 0x471cf2471cf2471cULL, },
96         { 0xd8ad02d8ad02d8adULL, 0x02d8ad02d8ad02d8ULL, },
97         { 0x0be1360be1360be1ULL, 0x360be1360be1360bULL, },
98         { 0xe38e38e38e38e38eULL, 0x38e38e38e38e38e3ULL, },
99         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
100         { 0x0e38e30e38e30e38ULL, 0xe30e38e30e38e30eULL, },    /*  56  */
101         { 0x0e39e40e39e40e39ULL, 0xe40e39e40e39e40eULL, },
102         { 0xe30eb9e30eb9e30eULL, 0xb9e30eb9e30eb9e3ULL, },
103         { 0x39630e39630e3963ULL, 0x0e39630e39630e39ULL, },
104         { 0xf41fcaf41fcaf41fULL, 0xcaf41fcaf41fcaf4ULL, },
105         { 0x2852fd2852fd2852ULL, 0xfd2852fd2852fd28ULL, },
106         { 0x0000000000000000ULL, 0x0000000000000000ULL, },
107         { 0x1c71c71c71c71c71ULL, 0xc71c71c71c71c71cULL, },
108         { 0x886ae6cc28625540ULL, 0x4b670b5efe7bb00cULL, },    /*  64  */
109         { 0xc214f3183bfb0e24ULL, 0x2f2fe33c0a5d0104ULL, },
110         { 0x9a62cabbf119f0e0ULL, 0x3920e92fd553eb10ULL, },
111         { 0xfc5dfe0d434a1c47ULL, 0xec2cca1bd45fc9d6ULL, },
112         { 0xc214f3183bfb0e24ULL, 0x2f2fe33c0a5d0104ULL, },
113         { 0xfbbe00634d93c708ULL, 0x12f7bb1a153f52fcULL, },
114         { 0xd40cd70703b1a9c4ULL, 0x1de8c10de0353c08ULL, },
115         { 0x36070b5856e2d52bULL, 0xd0f4a2f9df411aceULL, },
116         { 0x9a62cabbf119f0e0ULL, 0x3920e92fd553eb10ULL, },    /*  72  */
117         { 0xd40cd70703b1a9c4ULL, 0x1de8c10de0353c08ULL, },
118         { 0xac5aaeaab9cf8b80ULL, 0x27d8c6ffab2b2514ULL, },
119         { 0x0e55e2fc0c00b7e7ULL, 0xdae5a7ecaa3704daULL, },
120         { 0xfc5dfe0d434a1c47ULL, 0xec2cca1bd45fc9d6ULL, },
121         { 0x36070b5856e2d52bULL, 0xd0f4a2f9df411aceULL, },
122 };
123 
124     gettimeofday(&start, NULL);
125 
126     for (i = 0; i < PATTERN_INPUTS_SHORT_COUNT; i++) {
127         for (j = 0; j < PATTERN_INPUTS_SHORT_COUNT; j++) {
128             do_msa_AVER_S_B(b128_pattern[i], b128_pattern[j],
129                            b128_result[PATTERN_INPUTS_SHORT_COUNT * i + j]);
130         }
131     }
132 
133     for (i = 0; i < RANDOM_INPUTS_SHORT_COUNT; i++) {
134         for (j = 0; j < RANDOM_INPUTS_SHORT_COUNT; j++) {
135             do_msa_AVER_S_B(b128_random[i], b128_random[j],
136                            b128_result[((PATTERN_INPUTS_SHORT_COUNT) *
137                                         (PATTERN_INPUTS_SHORT_COUNT)) +
138                                        RANDOM_INPUTS_SHORT_COUNT * i + j]);
139         }
140     }
141 
142     gettimeofday(&end, NULL);
143 
144     elapsed_time = (end.tv_sec - start.tv_sec) * 1000.0;
145     elapsed_time += (end.tv_usec - start.tv_usec) / 1000.0;
146 
147     ret = check_results(instruction_name, TEST_COUNT_TOTAL, elapsed_time,
148                         &b128_result[0][0], &b128_expect[0][0]);
149 
150     return ret;
151 }
152