tcg-sparc: Implement muls2_i32
authorRichard Henderson <rth@twiddle.net>
Thu, 6 Mar 2014 19:46:11 +0000 (11:46 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 28 Apr 2014 18:06:35 +0000 (11:06 -0700)
commitf4c166619ed433e43bdc77ceeb0fbc2832915725
tree0c8dc19652c5d226e765b17a6fb4130f9c753db9
parent8b66eefe0d3c5eafba498157a2f6169c9828b77b
tcg-sparc: Implement muls2_i32

Using the 32-bit SMUL is a tad more efficient than
resorting to extending and using the 64-bit MULX.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/sparc/tcg-target.c
tcg/sparc/tcg-target.h