Re: [Qemu-devel] [PATCH 3/4] tcg-ppc64: Implement muluh, mulsh

2013-08-28 Thread Aurelien Jarno
On Sat, Aug 17, 2013 at 04:26:45PM -0700, Richard Henderson wrote: > Using these instead of mulu2 and muls2 lets us avoid having to argument > overlap analysis in the backend. Normal register allocation will DTRT. > > Signed-off-by: Richard Henderson > --- > tcg/ppc64/tcg-target.c | 32 +++-

[Qemu-devel] [PATCH 3/4] tcg-ppc64: Implement muluh, mulsh

2013-08-17 Thread Richard Henderson
Using these instead of mulu2 and muls2 lets us avoid having to argument overlap analysis in the backend. Normal register allocation will DTRT. Signed-off-by: Richard Henderson --- tcg/ppc64/tcg-target.c | 32 +++- tcg/ppc64/tcg-target.h | 8 2 files changed