commit | 609ad70562793937257c89d07bf7c1370b9fc9aa | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Jul 24 07:16:00 2015 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Mon Aug 24 11:10:54 2015 -0700 |
tree | fd10a7febb6cfe6934d301b2b2dc7b675bade774 | |
parent | 870ad1547ac53bc79c21d86cf453b3b20cc660a2 [diff] |
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 Rather than allow arbitrary shift+trunc, only concern ourselves with low and high parts. This is all that was being used anyway. Signed-off-by: Richard Henderson <rth@twiddle.net>