Re: [PATCH v5 24/30] tcg/ppc: Reorg tcg_out_tlb_read

2023-05-10 Thread Alex Bennée
Richard Henderson writes: > Allocate TCG_REG_TMP2. Use R0, TMP1, TMP2 instead of any of > the normally allocated registers for the tlb load. > > Reviewed-by: Daniel Henrique Barboza > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Lina

[PATCH v5 24/30] tcg/ppc: Reorg tcg_out_tlb_read

2023-05-06 Thread Richard Henderson
Allocate TCG_REG_TMP2. Use R0, TMP1, TMP2 instead of any of the normally allocated registers for the tlb load. Reviewed-by: Daniel Henrique Barboza Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target.c.inc | 84 1 file changed, 51 insertions(+), 33