Re: [PATCH v4 4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode

2024-05-01 Thread Yoshinori Sato
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é

[PATCH v4 4/4] target/sh4: Rename TCGv variables as manual for SUBV opcode

2024-04-30 Thread 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