Re: [PATCH v3 07/14] tcg/arm: Split out tcg_out_ldstm

2021-08-20 Thread Peter Maydell
On Wed, 18 Aug 2021 at 22:36, Richard Henderson wrote: > > Expand these hard-coded instructions symbolically. > > Signed-off-by: Richard Henderson > --- > tcg/arm/tcg-target.c.inc | 19 +-- > 1 file changed, 17 insertions(+), 2 deletions(-) Reviewed-by: Peter Maydell thanks --

[PATCH v3 07/14] tcg/arm: Split out tcg_out_ldstm

2021-08-18 Thread Richard Henderson
Expand these hard-coded instructions symbolically. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.c.inc | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/tcg/arm/tcg-target.c.inc b/tcg/arm/tcg-target.c.inc index c55167cc84..63b786a3e5 100644 --- a/