target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
commit2e211e0a12e6cde512b65d25799bb3ac25baa371
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 16 Dec 2020 11:34:42 +0000 (16 12:34 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree5f23e2c8af9dec84c6d0c3cc829fc04d65d8ca31
parent5f89ce4fc2afdb81eaed90f337d7016207a2b176
target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6

The MIPS ISA release 6 is common to 32/64-bit CPUs.

To avoid holes in the insn_flags type, update the
definition with the next available bit.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210104221154.3127610-16-f4bug@amsat.org>
linux-user/mips/cpu_loop.c
target/mips/cp0_helper.c
target/mips/cpu.c
target/mips/fpu_helper.c
target/mips/helper.c
target/mips/internal.h
target/mips/mips-defs.h
target/mips/translate.c