commit | c207d51ea50154e73891cb306bf00c8eccf7306e | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Wed May 27 14:34:34 2015 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Wed May 27 14:34:34 2015 -0700 |
tree | 42cf49b70f6bc3bd29aec8c3c7448564ce339fbf | |
parent | b82baf2f057520ed42c527bec8da58520eb03162 [diff] |
Use ldr for movs out of stack slots (instead of mov reg, [sp/fp]). So far we've been using ldr/str (32-bit) to load/store the whole stack slot, independent of the variable type. Toggle on some tests that didn't have an Om1 variant previously. Didn't toggle everything since there are still some problems with liveness from code being unimplemented. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4076 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1144923008