On 1/4/21 12:11 PM, Philippe Mathieu-Daudé wrote: > MIPS 64-bit ISA is introduced with MIPS3. > > Introduce the CPU_MIPS64 definition aliased to the MIPS3 ISA, > and the cpu_type_is_64bit() method to check if a CPU supports > this ISA (thus is 64-bit). > > Suggested-by: Jiaxun Yang <jiaxun.y...@flygoat.com> > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > target/mips/cpu.h | 5 +++++ > target/mips/mips-defs.h | 4 +++- > 2 files changed, 8 insertions(+), 1 deletion(-)
I still don't understand this as an alias, as opposed to a separate bit. (ISA_MIPS3 | CPU_MIPS64R6) does not make sense, because R6 removes instructions. But if this is an intermediate step, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~