Re: [PATCH 4/5] target/alpha: Split out gen_pc_disp

2024-04-29 Thread Philippe Mathieu-Daudé
On 25/4/24 01:44, Richard Henderson wrote: Prepare for pcrel by not modifying cpu_pc before use, in the case of JSR. Signed-off-by: Richard Henderson --- target/alpha/translate.c | 41 ++-- 1 file changed, 23 insertions(+), 18 deletions(-) Reviewed-by:

[PATCH 4/5] target/alpha: Split out gen_pc_disp

2024-04-24 Thread Richard Henderson
Prepare for pcrel by not modifying cpu_pc before use, in the case of JSR. Signed-off-by: Richard Henderson --- target/alpha/translate.c | 41 ++-- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/target/alpha/translate.c