OSDN Git Service

tcg-ppc64: Implement muluh, mulsh
authorRichard Henderson <rth@twiddle.net>
Wed, 14 Aug 2013 21:46:08 +0000 (14:46 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 2 Sep 2013 16:08:29 +0000 (09:08 -0700)
commit32f5717f07e5f801e482052311d21a4223fc78f1
tree4838bdf1a8a2b37730a1de0f549dd6f816d121bf
parent3c9a8f17560794ad23889318cc42894c6e592cc3
tcg-ppc64: Implement muluh, mulsh

Using these instead of mulu2 and muls2 lets us avoid having to argument
overlap analysis in the backend.  Normal register allocation will DTRT.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc64/tcg-target.c
tcg/ppc64/tcg-target.h