Re: [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st

2023-05-30 Thread Peter Maydell
On Fri, 26 May 2023 at 01:26, Richard Henderson wrote: > > Adjust the softmmu tlb to use TMP[0-2], not any of the normally available > registers. Since we handle overlap betwen inputs and helper arguments, > we can allow any allocatable reg. > > Signed-off-by: Richard Henderson Reviewed-by: Pet

[PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st

2023-05-25 Thread Richard Henderson
Adjust the softmmu tlb to use TMP[0-2], not any of the normally available registers. Since we handle overlap betwen inputs and helper arguments, we can allow any allocatable reg. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target-con-set.h | 2 -- tcg/aarch64/tcg-target-con-str.h | 1