Re: [PATCH v5 25/30] tcg/ppc: Adjust constraints on qemu_ld/st

2023-05-10 Thread Alex Bennée
Richard Henderson writes: > The softmmu tlb uses TCG_REG_{TMP1,TMP2,R0}, not any of the normally > available registers. Now that we handle overlap betwen inputs and > helper arguments, we can allow any allocatable reg. > > Reviewed-by: Daniel Henrique Barboza > Signed-off-by: Richard Henderso

[PATCH v5 25/30] tcg/ppc: Adjust constraints on qemu_ld/st

2023-05-06 Thread Richard Henderson
The softmmu tlb uses TCG_REG_{TMP1,TMP2,R0}, not any of the normally available registers. Now that we handle overlap betwen inputs and helper arguments, we can allow any allocatable reg. Reviewed-by: Daniel Henrique Barboza Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target-con-set.h | 11