commit | c8fbc479674d00a8f9dd63f9a9d4978c4c4b96d9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Nov 02 08:28:40 2013 -1000 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jan 07 11:36:31 2014 -0800 |
tree | 6f1808f3c4b528ca877ff2a9e32a80384ccd305e | |
parent | ee3138da2f76b415cbce6466aa4083a84fc26241 [diff] |
target-i386: Tidy mov[sz][bw] We can use the MO_SIGN bit to tidy the reg-reg switch statement as well as pass it on to gen_op_ld_v, eliminating one call. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>