qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-6.2 4/4] target/mips: Rename 'rtype' as 'r'


From: Richard Henderson
Subject: Re: [PATCH-for-6.2 4/4] target/mips: Rename 'rtype' as 'r'
Date: Mon, 2 Aug 2021 09:38:42 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/1/21 1:42 PM, Philippe Mathieu-Daudé wrote:
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>
---
  target/mips/tcg/msa.decode       |  4 +--
  target/mips/tcg/rel6.decode      |  4 +--
  target/mips/tcg/tx79.decode      | 14 ++++----
  target/mips/tcg/msa_translate.c  |  4 +--
  target/mips/tcg/rel6_translate.c |  4 +--
  target/mips/tcg/tx79_translate.c | 62 ++++++++++++++++----------------
  6 files changed, 46 insertions(+), 46 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]