Re: [Qemu-devel] [PATCH v4 12/33] tcg-ppc64: Allow constant first argument to sub

2013-04-15 Thread Aurelien Jarno
On Thu, Apr 04, 2013 at 05:56:05PM -0500, Richard Henderson wrote: Using SUBFIC for 16-bit signed constants. Signed-off-by: Richard Henderson r...@twiddle.net --- tcg/ppc64/tcg-target.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git

[Qemu-devel] [PATCH v4 12/33] tcg-ppc64: Allow constant first argument to sub

2013-04-04 Thread Richard Henderson
Using SUBFIC for 16-bit signed constants. Signed-off-by: Richard Henderson r...@twiddle.net --- tcg/ppc64/tcg-target.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c index 384946b..4da969f 100644 ---