commit | e0b829f8d2ff3185a885349c37b50144c2191c9a | [log] [tgz] |
---|---|---|
author | John Porto <jpp@chromium.org> | Mon Sep 28 09:50:48 2015 -0700 |
committer | John Porto <jpp@chromium.org> | Mon Sep 28 09:50:48 2015 -0700 |
tree | 4982db3ff6a44b7ed7703d4d1a70f5347d440765 | |
parent | 230d4101fb3c591d044406eef27d0ce43ffab53e [diff] |
Subzero. Eliminates the use of Variable64On32 as operands in ARM. This is in preparation for adding atomic support to the ARM backend. Moreover, the code is becoming increasingly complicated due to the use of Variable64On32 as instruction operands. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4076 R=kschimpf@google.com Review URL: https://codereview.chromium.org/1372083002 .