Re: [PATCH v5 02/30] tcg/i386: Use indexed addressing for softmmu fast path

2023-05-10 Thread Alex Bennée
Richard Henderson writes: > Since tcg_out_{ld,st}_helper_args, the slow path no longer requires > the address argument to be set up by the tlb load sequence. Use a > plain load for the addend and indexed addressing with the original > input address register. > > Signed-off-by: Richard Henderso

[PATCH v5 02/30] tcg/i386: Use indexed addressing for softmmu fast path

2023-05-06 Thread Richard Henderson
Since tcg_out_{ld,st}_helper_args, the slow path no longer requires the address argument to be set up by the tlb load sequence. Use a plain load for the addend and indexed addressing with the original input address register. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.c.inc | 25 ++