diff options
Diffstat (limited to 'tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c')
| -rw-r--r-- | tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c b/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c index 87df12b36c..be393ac199 100644 --- a/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c +++ b/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c @@ -31,7 +31,9 @@ int32_t main(void) { - char *instruction_name = "DCLZ"; + char *isa_ase_name = "mips64r6"; + char *group_name = "Bit Count"; + char *instruction_name = "DCLZ"; int32_t ret; uint32_t i; struct timeval start, end; |