On Wed, 01 May 2024 01:31:25 +0900,
Philippe Mathieu-Daudé wrote:
>
> To easily compare with the SH4 manual, rename:
>
> REG(B11_8) -> Rn
> REG(B7_4) -> Rm
> t0 -> result
>
> Mention how underflow is calculated.
>
> Reviewed-by: Richard Henderson
> Signed-off-by: Philippe Mathieu-Daudé
To easily compare with the SH4 manual, rename:
REG(B11_8) -> Rn
REG(B7_4) -> Rm
t0 -> result
Mention how underflow is calculated.
Reviewed-by: Richard Henderson
Signed-off-by: Philippe Mathieu-Daudé
---
target/sh4/translate.c | 16 ++--
1 file changed, 10 insertions(+), 6 de