mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
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:
parent
fd487f83ea
commit
750541c492
155 changed files with 4211 additions and 240 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue