commit | 3b43b8968fff7ec287967a2f549c404bfb89d898 | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Wed Sep 24 13:32:39 2014 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Wed Sep 24 13:32:39 2014 -0700 |
tree | 06fdd79d13d40886fbd9d072a3bed9998ab4205c | |
parent | 03532e59cec4d20a774b5aa3e51e5fc3ace1feab [diff] |
Handle "inplace" ops and unary ops w/ assembler Extend the bswap test to have a case which will exhibit a bit of register pressure to test register encoding more (at first wasn't sure if it was 0xC8 + reg or 0xC8 | reg... but it should be the same since there's only 0-7 for regs). BUG=none R=stichnot@chromium.org Review URL: https://codereview.chromium.org/595093002