commit | a7fbcbe538518108a967306c29dbb0fe76e0b512 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Nov 05 11:31:34 2013 +1000 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jan 07 11:36:32 2014 -0800 |
tree | b0ea0db643280122251c61fbedfe556699815436 | |
parent | d5601ad0235679a1b58e8975a34f63c5f039af36 [diff] |
target-i386: Tidy extend + move For the known MO_32/MO_64 cases, we don't need to extend a 32-bit temp into a 64-bit temp before storing into the hardware register. We do need the extension for the MO_8/MO_16 cases, in order for the deposit_tl operation to work, so leave those alone. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>