Re: [PATCH v5 2/2] tcg/mips: Support unaligned access for softmmu

2022-02-03 Thread Philippe Mathieu-Daudé via
On 2/2/22 00:41, Richard Henderson wrote: We can use the routines just added for user-only to emit unaligned accesses in softmmu mode too. Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c.inc | 91 ++- 1 file changed, 51 insertions(+), 40 deletio

[PATCH v5 2/2] tcg/mips: Support unaligned access for softmmu

2022-02-01 Thread Richard Henderson
We can use the routines just added for user-only to emit unaligned accesses in softmmu mode too. Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c.inc | 91 ++- 1 file changed, 51 insertions(+), 40 deletions(-) diff --git a/tcg/mips/tcg-target.c.inc