target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
commit08e2262fada2de06232e8099bddf6e03df015c5a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 16 Dec 2020 16:23:15 +0000 (16 17:23 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
treee3d05d26049d986d77f1d8559a6e32cd9ed68fb7
parentce49581feb1006be21707713d86c05bb189e3f66
target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1

Use the single ISA_MIPS32 definition to check if the Release 1
ISA is supported, whether the CPU support 32/64-bit.

For now we keep '32' in the definition name, we will rename it
as ISA_MIPS_R1 in few commits.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210104221154.3127610-7-f4bug@amsat.org>
target/mips/mips-defs.h
target/mips/translate.c