commit | 4a308cedda6bfe381dc9506f3508c4547a06275f | [log] [tgz] |
---|---|---|
author | John Porto <jpp@chromium.org> | Wed Dec 30 09:55:04 2015 -0800 |
committer | John Porto <jpp@chromium.org> | Wed Dec 30 09:55:04 2015 -0800 |
tree | a4e43fcffcc69e4c86b33dc4b2687d72b8006f01 | |
parent | 53611e2c39b36db641a1b0cd9c6eb2174f696f79 [diff] |
Subzero. X86. Refactors initRegisterSet. initRegisterSet() for x8632 and x8664 were both huge. This CL refactors those methods to use a pre-initialized table instead of the result of expanding the x-macros. BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1546373003 .