target/mips: Amend and cleanup MSA TCG tests

Add missing bits and peaces of the tests of the emulation of certain
MSA (non-immediate variants): some tests were missing two last cases;
some instructions were missing wrappers; some test included wrong
headers; some tests were missing altogether; updated some copywright
preambles; do several other minor cleanups.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Mateja Marjanovic <mateja.marjanovic@rt-rk.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1555699081-24577-4-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
Aleksandar Markovic 2019-04-19 20:37:59 +02:00
parent fd487f83ea
commit 750541c492
155 changed files with 4211 additions and 240 deletions

View file

@ -33,7 +33,7 @@
int32_t main(void)
{
char *instruction_name = "*ILVEV.B";
char *instruction_name = "ILVEV.B";
int32_t ret;
uint32_t i, j;
struct timeval start, end;

View file

@ -33,7 +33,7 @@
int32_t main(void)
{
char *instruction_name = "*ILVEV.D";
char *instruction_name = "ILVEV.D";
int32_t ret;
uint32_t i, j;
struct timeval start, end;

View file

@ -33,7 +33,7 @@
int32_t main(void)
{
char *instruction_name = "*ILVEV.H";
char *instruction_name = "ILVEV.H";
int32_t ret;
uint32_t i, j;
struct timeval start, end;