Re: [PATCH 3/7] tcg/ppc: Use prefixed instructions in tcg_out_mem_long

2023-08-06 Thread Jordan Niethe
On Sat, Aug 5, 2023 at 7:33 AM Richard Henderson wrote: > > When the offset is out of range of the non-prefixed insn, but > fits the 34-bit immediate of the prefixed insn, use that. > > Signed-off-by: Richard Henderson > --- > tcg/ppc/tcg-target.c.inc | 66 +++

[PATCH 3/7] tcg/ppc: Use prefixed instructions in tcg_out_mem_long

2023-08-04 Thread Richard Henderson
When the offset is out of range of the non-prefixed insn, but fits the 34-bit immediate of the prefixed insn, use that. Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target.c.inc | 66 1 file changed, 66 insertions(+) diff --git a/tcg/ppc/tcg-target.c