target/mips: Rename 'rtype' as 'r'
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 27 Jul 2021 19:13:49 +0000 (21:13 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commit34fe9fa3683a7ff54315c62960eba6eeac2a36ac
tree745adae5d3617af5bdf7a00cb3ddb65aca7f7a58
parent12f79f11731194d7cb61c4a0d9b2de5416a773de
target/mips: Rename 'rtype' as 'r'

We'll soon have more opcode and decoded arguments, and 'rtype'
is not very helpful. Naming it simply 'r' ease reviewing the
.decode files when we have many opcodes.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210801234202.3167676-5-f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/msa.decode
target/mips/tcg/msa_translate.c
target/mips/tcg/rel6.decode
target/mips/tcg/rel6_translate.c
target/mips/tcg/tx79.decode
target/mips/tcg/tx79_translate.c