commit | 7fa813b31abd816623b02a205b0b1bda51e6bfc8 | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Fri Jul 18 13:01:08 2014 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Fri Jul 18 13:01:08 2014 -0700 |
tree | 5ef9815161cf09d8646e8d23d1007b96b229b101 | |
parent | 49889239d4c7ab296c7430722d36032d905110b6 [diff] |
Lower byte swap intrinsic. Clump the negate instruction w/ the bswap instruction as an "inplace" operation. One difference is that bswap has stricter requirements the operand type. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3882 R=stichnot@chromium.org, wala@chromium.org Review URL: https://codereview.chromium.org/401533002