commit | f4c166619ed433e43bdc77ceeb0fbc2832915725 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Mar 06 11:46:11 2014 -0800 |
committer | Richard Henderson <rth@twiddle.net> | Mon Apr 28 11:06:35 2014 -0700 |
tree | 0c8dc19652c5d226e765b17a6fb4130f9c753db9 | |
parent | 8b66eefe0d3c5eafba498157a2f6169c9828b77b [diff] |
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>