Re: [Qemu-devel] [PATCH 09/20] tcg-ia64: Use A3 form of logical operations

2013-11-06 Thread Aurelien Jarno
On Thu, Oct 31, 2013 at 01:21:58PM -0700, Richard Henderson wrote: > We can and/or/xor/andcm small constants, saving one cycle. > > Signed-off-by: Richard Henderson > --- > tcg/ia64/tcg-target.c | 64 > +++ > 1 file changed, 34 insertions(+), 30 d

[Qemu-devel] [PATCH 09/20] tcg-ia64: Use A3 form of logical operations

2013-10-31 Thread Richard Henderson
We can and/or/xor/andcm small constants, saving one cycle. Signed-off-by: Richard Henderson --- tcg/ia64/tcg-target.c | 64 +++ 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/tcg-target.c index d7bc