Re: [PATCH v4 05/16] tcg/i386: Support 128-bit load/store

2023-05-30 Thread Peter Maydell
On Fri, 26 May 2023 at 01:24, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target.h | 4 +- > tcg/i386/tcg-target.c.inc | 191 +- > 2 files changed, 190 insertions(+), 5 deletions(-) Reviewed-by: Peter Maydell tha

[PATCH v4 05/16] tcg/i386: Support 128-bit load/store

2023-05-25 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.h | 4 +- tcg/i386/tcg-target.c.inc | 191 +- 2 files changed, 190 insertions(+), 5 deletions(-) diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index 0106946996..b167f1e8d6 100644 --- a