target/sh4: Rename TCGv variables as manual for ADDV opcode
commit40ed073f893b1aaebbd7f2ef1259bab9a0cea46f
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 30 Apr 2024 14:43:05 +0000 (30 16:43 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 3 May 2024 15:33:26 +0000 (3 17:33 +0200)
tree9ac9d5169dd793173f945b935bda1450bcf8c0c3
parente88a856efd1d3c3ffa8e53da4831eff8da290808
target/sh4: Rename TCGv variables as manual for ADDV opcode

To easily compare with the SH4 manual, rename:

  REG(B11_8) -> Rn
  REG(B7_4) -> Rm
  t0 -> result

Mention how overflow is calculated.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-Id: <20240430163125.77430-4-philmd@linaro.org>
target/sh4/translate.c