commit | 32f5717f07e5f801e482052311d21a4223fc78f1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 14 14:46:08 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Mon Sep 02 09:08:29 2013 -0700 |
tree | 4838bdf1a8a2b37730a1de0f549dd6f816d121bf | |
parent | 3c9a8f17560794ad23889318cc42894c6e592cc3 [diff] |
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>