commit | 40ed073f893b1aaebbd7f2ef1259bab9a0cea46f | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Apr 30 16:43:05 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri May 03 17:33:26 2024 +0200 |
tree | 9ac9d5169dd793173f945b935bda1450bcf8c0c3 | |
parent | e88a856efd1d3c3ffa8e53da4831eff8da290808 [diff] |
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>