Home
last modified time | relevance | path

Searched hist:"40 ed073f893b1aaebbd7f2ef1259bab9a0cea46f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dtranslate.cdiff 40ed073f893b1aaebbd7f2ef1259bab9a0cea46f Tue Apr 30 09:43:05 CDT 2024 Philippe Mathieu-Daudé <philmd@linaro.org> 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>