Re: [Qemu-devel] [PATCH 2/8] tcg: Emit ANDI as EXTU for appropriate constants

2012-09-22 Thread Aurelien Jarno
On Fri, Sep 21, 2012 at 05:18:10PM -0700, Richard Henderson wrote: Note that andi_i64 failed to perform even the minimal optimizations promised by the README. Signed-off-by: Richard Henderson r...@twiddle.net --- tcg/tcg-op.h | 67

[Qemu-devel] [PATCH 2/8] tcg: Emit ANDI as EXTU for appropriate constants

2012-09-21 Thread Richard Henderson
Note that andi_i64 failed to perform even the minimal optimizations promised by the README. Signed-off-by: Richard Henderson r...@twiddle.net --- tcg/tcg-op.h | 67 ++-- 1 file changed, 56 insertions(+), 11 deletions(-) diff --git