Re: [PATCH v2 50/54] tcg/ppc: Adjust constraints on qemu_ld/st

2023-04-12 Thread Daniel Henrique Barboza
On 4/10/23 22:05, Richard Henderson wrote: 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. Signed-off-by: Richard Henderson --- Reviewed-by: Daniel He

[PATCH v2 50/54] tcg/ppc: Adjust constraints on qemu_ld/st

2023-04-10 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. Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target-con-set.h | 11 --- tcg/ppc/tcg-target-con-s