commit | 4b1fe0671f5f9324b570c5ec165c67b36b05e7d2 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Nov 02 08:32:39 2013 -1000 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jan 07 11:36:31 2014 -0800 |
tree | ce8eb4ac732aa87c905e08963394c97b48341e35 | |
parent | c8fbc479674d00a8f9dd63f9a9d4978c4c4b96d9 [diff] |
target-i386: Tidy movsl Always perform a sign-extending load. In the extremely unlikely case that we've used an 0x66 prefix, the extension to 64-bits is unnecessary but not wrong; the store will still examine only 16 bits. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>