qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_w.c
<<
>>
Prefs
   1/*
   2 *  Test program for MSA instruction MADDV.W
   3 *
   4 *  Copyright (C) 2019  Wave Computing, Inc.
   5 *  Copyright (C) 2019  Aleksandar Markovic <amarkovic@wavecomp.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_128.h"
  27#include "../../../../include/test_utils_128.h"
  28
  29#define TEST_COUNT_TOTAL (                                                \
  30            (PATTERN_INPUTS_SHORT_COUNT) * (PATTERN_INPUTS_SHORT_COUNT) + \
  31            3 * (RANDOM_INPUTS_SHORT_COUNT) * (RANDOM_INPUTS_SHORT_COUNT))
  32
  33
  34int32_t main(void)
  35{
  36    char *isa_ase_name = "MSA";
  37    char *group_name = "Int Multiply";
  38    char *instruction_name =  "MADDV.W";
  39    int32_t ret;
  40    uint32_t i, j;
  41    struct timeval start, end;
  42    double elapsed_time;
  43
  44    uint64_t b128_result[TEST_COUNT_TOTAL][2];
  45    uint64_t b128_expect[TEST_COUNT_TOTAL][2] = {
  46        { 0x0000000100000001ULL, 0x0000000100000001ULL, },    /*   0  */
  47        { 0x0000000100000001ULL, 0x0000000100000001ULL, },
  48        { 0x5555555755555557ULL, 0x5555555755555557ULL, },
  49        { 0x0000000200000002ULL, 0x0000000200000002ULL, },
  50        { 0x3333333633333336ULL, 0x3333333633333336ULL, },
  51        { 0x0000000300000003ULL, 0x0000000300000003ULL, },
  52        { 0x1c71c72071c71c75ULL, 0xc71c71cb1c71c720ULL, },
  53        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  54        { 0x0000000400000004ULL, 0x0000000400000004ULL, },    /*   8  */
  55        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  56        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  57        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  58        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  59        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  60        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  61        { 0x0000000400000004ULL, 0x0000000400000004ULL, },
  62        { 0x5555555a5555555aULL, 0x5555555a5555555aULL, },    /*  16  */
  63        { 0x5555555a5555555aULL, 0x5555555a5555555aULL, },
  64        { 0x38e38e3e38e38e3eULL, 0x38e38e3e38e38e3eULL, },
  65        { 0xaaaaaab0aaaaaab0ULL, 0xaaaaaab0aaaaaab0ULL, },
  66        { 0x2222222822222228ULL, 0x2222222822222228ULL, },
  67        { 0x0000000600000006ULL, 0x0000000600000006ULL, },
  68        { 0x12f684c4a12f6852ULL, 0x84bda13612f684c4ULL, },
  69        { 0x5555555c5555555cULL, 0x5555555c5555555cULL, },
  70        { 0x0000000700000007ULL, 0x0000000700000007ULL, },    /*  24  */
  71        { 0x0000000700000007ULL, 0x0000000700000007ULL, },
  72        { 0x71c71c7971c71c79ULL, 0x71c71c7971c71c79ULL, },
  73        { 0xaaaaaab2aaaaaab2ULL, 0xaaaaaab2aaaaaab2ULL, },
  74        { 0x6666666e6666666eULL, 0x6666666e6666666eULL, },
  75        { 0x5555555d5555555dULL, 0x5555555d5555555dULL, },
  76        { 0x5ed097bc25ed0983ULL, 0x97b425f55ed097bcULL, },
  77        { 0x0000000800000008ULL, 0x0000000800000008ULL, },
  78        { 0x3333333c3333333cULL, 0x3333333c3333333cULL, },    /*  32  */
  79        { 0x3333333c3333333cULL, 0x3333333c3333333cULL, },
  80        { 0xaaaaaab4aaaaaab4ULL, 0xaaaaaab4aaaaaab4ULL, },
  81        { 0x6666667066666670ULL, 0x6666667066666670ULL, },
  82        { 0x8f5c29008f5c2900ULL, 0x8f5c29008f5c2900ULL, },
  83        { 0x999999a4999999a4ULL, 0x999999a4999999a4ULL, },
  84        { 0x7d27d288c16c16ccULL, 0x38e38e447d27d288ULL, },
  85        { 0xccccccd8ccccccd8ULL, 0xccccccd8ccccccd8ULL, },
  86        { 0x999999a5999999a5ULL, 0x999999a5999999a5ULL, },    /*  40  */
  87        { 0x999999a5999999a5ULL, 0x999999a5999999a5ULL, },
  88        { 0x7777778377777783ULL, 0x7777778377777783ULL, },
  89        { 0x6666667266666672ULL, 0x6666667266666672ULL, },
  90        { 0x70a3d71670a3d716ULL, 0x70a3d71670a3d716ULL, },
  91        { 0x3333333f3333333fULL, 0x3333333f3333333fULL, },
  92        { 0x6c16c1787d27d289ULL, 0x5b05b0676c16c178ULL, },
  93        { 0x0000000c0000000cULL, 0x0000000c0000000cULL, },
  94        { 0x1c71c72971c71c7eULL, 0xc71c71d41c71c729ULL, },    /*  48  */
  95        { 0x1c71c72971c71c7eULL, 0xc71c71d41c71c729ULL, },
  96        { 0x2f684be712f684caULL, 0x4bda13042f684be7ULL, },
  97        { 0x38e38e46e38e38f0ULL, 0x8e38e39c38e38e46ULL, },
  98        { 0x1c71c72a0b60b618ULL, 0x2d82d83c1c71c72aULL, },
  99        { 0x5555556355555562ULL, 0x5555556455555563ULL, },
 100        { 0x0fcd6eac35ba7826ULL, 0x5ba781a40fcd6eacULL, },
 101        { 0x71c71c80c71c71d4ULL, 0x1c71c72c71c71c80ULL, },
 102        { 0x5555556455555563ULL, 0x5555556555555564ULL, },    /*  56  */
 103        { 0x5555556455555563ULL, 0x5555556555555564ULL, },
 104        { 0x97b425fc097b426dULL, 0x25ed098b97b425fcULL, },
 105        { 0x38e38e48e38e38f2ULL, 0x8e38e39e38e38e48ULL, },
 106        { 0x88888898eeeeeefeULL, 0x2222223288888898ULL, },
 107        { 0x1c71c72c71c71c81ULL, 0xc71c71d71c71c72cULL, },
 108        { 0x7e6b75000329162fULL, 0x87e6b75f7e6b7500ULL, },
 109        { 0x0000001000000010ULL, 0x0000001000000010ULL, },
 110        { 0xb10332a061639010ULL, 0x3a253694749880a0ULL, },    /*  64  */
 111        { 0xc1c27384487afa10ULL, 0xbb9c0820e3b1a470ULL, },
 112        { 0x35565efc0caf5a10ULL, 0x735b0ec23bd12160ULL, },
 113        { 0xe6475258fb27d390ULL, 0x49d49612c9a1c0e0ULL, },
 114        { 0xf706933ce23f3d90ULL, 0xcb4b679e38bae4b0ULL, },
 115        { 0xabfab985e02cadd0ULL, 0x0836664283a94cc0ULL, },
 116        { 0xa33845439e9989d0ULL, 0x5b9fe12897ee3470ULL, },
 117        { 0x1df3e50abfdd3e40ULL, 0x6d858f1887bc89f0ULL, },
 118        { 0x9187d08284119e40ULL, 0x254495badfdc06e0ULL, },    /*  72  */
 119        { 0x88c55c40427e7a40ULL, 0x78ae10a0f420ee90ULL, },
 120        { 0x3f78e5242782ba40ULL, 0x93ad82a12637b820ULL, },
 121        { 0x28380a46b1663b40ULL, 0x255be1c9fb128ca0ULL, },
 122        { 0xd928fda29fdeb4c0ULL, 0xfbd5691988e32c20ULL, },
 123        { 0x53e49d69c1226930ULL, 0x0dbb170978b181a0ULL, },
 124        { 0x3ca3c28b4b05ea30ULL, 0x9f6976314d8c5620ULL, },
 125        { 0x621b15b4fcefb9f4ULL, 0x7f3fac7130ab3a20ULL, },
 126        { 0x81b8192421043af4ULL, 0x7180d8efde07f3a0ULL, },    /*  80  */
 127        { 0xa0a1d210b115be94ULL, 0x33a676350e450520ULL, },
 128        { 0xe27e30b0181b6494ULL, 0x359b330061c70ba0ULL, },
 129        { 0xe0f1f5a03792b1acULL, 0xe6a63b00d5b18fa0ULL, },
 130        { 0x38af7120b51538acULL, 0x7938e500aea24b20ULL, },
 131        { 0x7a4830802390b20cULL, 0x4b472700af547ea0ULL, },
 132        { 0xcc2f6580204a3c0cULL, 0x37510000bd1b8320ULL, },
 133        { 0x9ba9ed0066371fb4ULL, 0xeba90000264fb720ULL, },
 134        { 0x7400c900846dd0b4ULL, 0xb6b700007c524ca0ULL, },    /*  88  */
 135        { 0x7e4e840000744254ULL, 0xf24d00003540fa20ULL, },
 136        { 0x242a2c00b0850854ULL, 0xdb00000025db24a0ULL, },
 137        { 0x38a168005a7bb9ecULL, 0xa3000000566748a0ULL, },
 138        { 0x6cb048001a7d90ecULL, 0x7d0000000a0cb020ULL, },
 139        { 0xe4dc2000bd958c4cULL, 0x2f000000f6d44fa0ULL, },
 140        { 0xbcc9600018fcf64cULL, 0x000000002ecca820ULL, },
 141        { 0x739b4000140b1974ULL, 0x000000009361fc20ULL, },
 142        { 0x8ed24000a4acfa74ULL, 0x00000000bcafcda0ULL, },    /*  96  */
 143        { 0xc3dd40003f7c1b74ULL, 0x00000000fe2b7120ULL, },
 144        { 0x1fac4000f6087c74ULL, 0x00000000e05abea0ULL, },
 145        { 0x9e6f40000de21d74ULL, 0x000000001e89ae20ULL, },
 146        { 0x637500000f743514ULL, 0x00000000c1b755a0ULL, },
 147        { 0xd9b400005ed469b4ULL, 0x000000005dfcdf20ULL, },
 148        { 0x0a50000049fea354ULL, 0x000000006b40c2a0ULL, },
 149        { 0x07400000982609f4ULL, 0x00000000c2b79820ULL, },
 150        { 0x57c00000b2de7ff4ULL, 0x000000006f6c1aa0ULL, },    /* 104  */
 151        { 0x1d400000bbe3f5f4ULL, 0x000000001c974f20ULL, },
 152        { 0x09c00000a8b66bf4ULL, 0x00000000e1391da0ULL, },
 153        { 0x03400000aed5e1f4ULL, 0x0000000094d78e20ULL, },
 154        { 0x7d8000009d2e224cULL, 0x00000000ab48a220ULL, },
 155        { 0x3d000000b40fad74ULL, 0x00000000c40e3620ULL, },
 156        { 0x96000000332aeeccULL, 0x00000000ecf84a20ULL, },
 157        { 0xb40000004e1bc8f4ULL, 0x0000000075d6de20ULL, },
 158    };
 159
 160    reset_msa_registers();
 161
 162    gettimeofday(&start, NULL);
 163
 164    for (i = 0; i < PATTERN_INPUTS_SHORT_COUNT; i++) {
 165        for (j = 0; j < PATTERN_INPUTS_SHORT_COUNT; j++) {
 166            do_msa_MADDV_W(b128_pattern[i], b128_pattern[j],
 167                           b128_result[PATTERN_INPUTS_SHORT_COUNT * i + j]);
 168        }
 169    }
 170
 171    for (i = 0; i < RANDOM_INPUTS_SHORT_COUNT; i++) {
 172        for (j = 0; j < RANDOM_INPUTS_SHORT_COUNT; j++) {
 173            do_msa_MADDV_W(b128_random[i], b128_random[j],
 174                           b128_result[((PATTERN_INPUTS_SHORT_COUNT) *
 175                                        (PATTERN_INPUTS_SHORT_COUNT)) +
 176                                       RANDOM_INPUTS_SHORT_COUNT * i + j]);
 177        }
 178    }
 179
 180    for (i = 0; i < RANDOM_INPUTS_SHORT_COUNT; i++) {
 181        for (j = 0; j < RANDOM_INPUTS_SHORT_COUNT; j++) {
 182            do_msa_MADDV_W__DDT(b128_random[i], b128_random[j],
 183                                b128_result[
 184                                    ((PATTERN_INPUTS_SHORT_COUNT) *
 185                                     (PATTERN_INPUTS_SHORT_COUNT)) +
 186                                    ((RANDOM_INPUTS_SHORT_COUNT) *
 187                                     (RANDOM_INPUTS_SHORT_COUNT)) +
 188                                    RANDOM_INPUTS_SHORT_COUNT * i + j]);
 189        }
 190    }
 191
 192    for (i = 0; i < RANDOM_INPUTS_SHORT_COUNT; i++) {
 193        for (j = 0; j < RANDOM_INPUTS_SHORT_COUNT; j++) {
 194            do_msa_MADDV_W__DSD(b128_random[i], b128_random[j],
 195                                b128_result[
 196                                    ((PATTERN_INPUTS_SHORT_COUNT) *
 197                                     (PATTERN_INPUTS_SHORT_COUNT)) +
 198                                    (2 * (RANDOM_INPUTS_SHORT_COUNT) *
 199                                     (RANDOM_INPUTS_SHORT_COUNT)) +
 200                                    RANDOM_INPUTS_SHORT_COUNT * i + j]);
 201        }
 202    }
 203
 204    gettimeofday(&end, NULL);
 205
 206    elapsed_time = (end.tv_sec - start.tv_sec) * 1000.0;
 207    elapsed_time += (end.tv_usec - start.tv_usec) / 1000.0;
 208
 209    ret = check_results_128(isa_ase_name, group_name, instruction_name,
 210                            TEST_COUNT_TOTAL, elapsed_time,
 211                            &b128_result[0][0], &b128_expect[0][0]);
 212
 213    return ret;
 214}
 215