commit | 3c9a8f17560794ad23889318cc42894c6e592cc3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 14 14:41:43 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Mon Sep 02 09:08:29 2013 -0700 |
tree | 7fa03c152e93ebde0dd17c95762e087461bff7b8 | |
parent | 03271524b66dfc979cc0412bdb5d8d617426b644 [diff] |
tcg-mips: Implement mulsh, muluh With the optimization in tcg_liveness_analysis, we can avoid the MFLO when it is unused. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>