commit | cc6dfecf02eadbdc14100dff54aec4df0c139393 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Jan 12 19:59:34 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Tue Jan 12 19:59:34 2010 +0000 |
tree | 5e16cac5c282dd7e3ff5270cb28aaa236c5b634a | |
parent | 583d121520a81d07bacee7ebe9366d107c8b18b6 [diff] |
tcg-sparc: Implement ext32[su]_i64 The 32-bit right-shift instructions is defined to extend the shifted output to 64-bits. A shift count of zero therefore is a simple extension without actually shifting. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>