tests/tcg: target/mips: Include isa/ase and group name in test output

For better appearance and usefullnes, include ISA/ASE name and
instruction group name in the output of tests. For example, all
this data will be displayed for FMAX_A.W test:

| MSA       | Float Max Min       | FMAX_A.W    |
| PASS:  80 | FAIL:   0 | elapsed time: 0.16 ms |

(the data will be displayed in one row; they are presented here in two
rows not to exceed the width of the commit message)

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
Message-Id: <1561031359-6727-2-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
Aleksandar Markovic 2019-06-20 13:49:17 +02:00
parent 1f8929d241
commit 8e6fe6b8ba
260 changed files with 1492 additions and 736 deletions

View file

@ -31,7 +31,9 @@
int32_t main(void)
{
char *instruction_name = "BITSWAP";
char *isa_ase_name = "mips64r6";
char *group_name = "Bit Swap";
char *instruction_name = "BITSWAP";
int32_t ret;
uint32_t i;
struct timeval start, end;

View file

@ -31,7 +31,9 @@
int32_t main(void)
{
char *instruction_name = "DBITSWAP";
char *isa_ase_name = "mips64r6";
char *group_name = "Bit Swap";
char *instruction_name = "DBITSWAP";
int32_t ret;
uint32_t i;
struct timeval start, end;