Re: [Qemu-devel] [PATCH v3 03/20] tcg-arm: Allow constant first argument to sub

2013-03-29 Thread Aurelien Jarno
On Thu, Mar 28, 2013 at 08:32:44AM -0700, Richard Henderson wrote: > This allows the generation of RSB instructions. > > Signed-off-by: Richard Henderson > --- > tcg/arm/tcg-target.c | 15 --- > 1 file changed, 12 insertions(+), 3 deletions(-) > > diff --git a/tcg/arm/tcg-target.c b

[Qemu-devel] [PATCH v3 03/20] tcg-arm: Allow constant first argument to sub

2013-03-28 Thread Richard Henderson
This allows the generation of RSB instructions. Signed-off-by: Richard Henderson --- tcg/arm/tcg-target.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c index f470caa..7475142 100644 --- a/tcg/arm/tcg-target.c +++