Re: [PATCH v3 16/60] target/arm: Simplify aa32 DISAS_WFI

2022-04-21 Thread Peter Maydell
On Sun, 17 Apr 2022 at 19:02, Richard Henderson wrote: > > The length of the previous insn may be computed from > the difference of start and end addresses. > Use tcg_constant_i32 while we're at it. > > Signed-off-by: Richard Henderson > --- > target/arm/translate.c | 12 > 1 file

[PATCH v3 16/60] target/arm: Simplify aa32 DISAS_WFI

2022-04-17 Thread Richard Henderson
The length of the previous insn may be computed from the difference of start and end addresses. Use tcg_constant_i32 while we're at it. Signed-off-by: Richard Henderson --- target/arm/translate.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git