tcg: Fix fallback from muls2_i64 to mulu2_i64
authorRichard Henderson <rth@twiddle.net>
Wed, 26 Mar 2014 18:09:44 +0000 (11:09 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 18 Apr 2014 23:57:37 +0000 (16:57 -0700)
commit662deb908f72a0282c4c2fdb9f62f9f484c62e5b
treed96cf3a88a8bfa1d438e64df7a511e10a13b6342
parentf46fc4e6a953e78b283834f67bc338bd35d7d316
tcg: Fix fallback from muls2_i64 to mulu2_i64

Brown Bag sez, don't put the fallback code into the wrong function.
Also, check for muluh_i64 and use tcg_gen_mulu2_i64 instead of raw ops.

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