commit | 728c1d400bbf92053e3a3fcf1292810277844670 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Jul 15 09:00:07 2015 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Jul 15 09:00:07 2015 -0700 |
tree | c543577d14e2ac51ca6639f1af59fcd703861b12 | |
parent | 112b6e89a1e6360a50cd1c89b546fdec71d7329e [diff] |
Subzero: Fix register encodings. Specifically, we were ending up with Encoded_Reg_xmm0=0 yet Encoded_Reg_xmm1=10, Encoded_Reg_xmm2=11, etc. It's a mystery as to why this wasn't triggering any failures with filetype!=asm. BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/1231973003.