On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote:
> Instead of accessing CP0_Config3 directly and checking
> the 'MSA Present' bit, introduce an explicit helper,
> making the code easier to read.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> target/mips/internal.h | 6 ++
> target/mip
Instead of accessing CP0_Config3 directly and checking
the 'MSA Present' bit, introduce an explicit helper,
making the code easier to read.
Signed-off-by: Philippe Mathieu-Daudé
---
target/mips/internal.h | 6 ++
target/mips/kvm.c | 12 ++--
target/mips/translate.c | 8 +++--