commit | 2187c84aaf770db0e70024d8781c414e270625a0 | [log] [tgz] |
---|---|---|
author | John Porto <jpp@chromium.org> | Wed Dec 16 07:48:25 2015 -0800 |
committer | John Porto <jpp@chromium.org> | Wed Dec 16 07:48:25 2015 -0800 |
tree | a5fc938dcb0e76342149b5626bdf26d31b6146fb | |
parent | 6106df803dbfd6f1cdf277bacb5437c567ec607f [diff] |
Subzero. ARM32. Introduces explicit register parameter attribute. The ARM32 backend used to rely on a specific register declaration order for calling convention register assignment. This CL introduces a new field in the ARM32 register tables for explicitly setting which register holds which parameter. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4076 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1508423003 .