commit | ed2c06b20a04fc07f0a54b7ce01f19c98bd5a3ab | [log] [tgz] |
---|---|---|
author | John Porto <jpp@chromium.org> | Thu Oct 01 15:27:15 2015 -0700 |
committer | John Porto <jpp@chromium.org> | Thu Oct 01 15:27:15 2015 -0700 |
tree | 95acfc131e0648835391099e9b58f231db835238 | |
parent | 7cb12682204f56e0c49f695599c434f77ed6cf29 [diff] |
Subzero. Adds I64 register pairs for ARM32. This is in preparation for llvm.nacl.atomic.* lowerings. atomic i64 loads and stores require their operands to be consecutive registers starting at an even register that is not r14. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4076 R=kschimpf@google.com Review URL: https://codereview.chromium.org/1382063002 .