commit | 03271524b66dfc979cc0412bdb5d8d617426b644 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 14 14:35:56 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Mon Sep 02 09:08:29 2013 -0700 |
tree | 31d2002d9a8ab63e59bbcfd0772599ffa79271c0 | |
parent | 4ff78e0dbcd5c795962567fdc1b31e9e03c55b07 [diff] |
tcg: Add muluh and mulsh opcodes Use them in places where mulu2 and muls2 are used. Optimize mulx2 with dead low part to mulxh. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>