commit | 39d4aca3794dde283c83907322c2c9b632ecaf7d | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Wed Oct 15 15:16:54 2014 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Wed Oct 15 15:16:54 2014 -0700 |
tree | a7431fca0d04558854196e06f2cef4f4f5a034a0 | |
parent | 877b04e409637216712d3c36fc155b47f8bd8d38 [diff] |
emitIAS for movsx and movzx. Force dest to be the full 32-bit reg instead of sometimes being a 16-bit reg. This is to save on a operand size prefix (and avoid passing the DestTy down to the dispatchers). BUG=none R=stichnot@chromium.org Review URL: https://codereview.chromium.org/647223004