commit | 1e67f91a2075b46c7ba84ca48933399c249e4416 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Tue Dec 08 11:17:23 2015 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Tue Dec 08 11:17:23 2015 -0800 |
tree | c105ce19e47cafb5935f12e6ad5277f213bb59e7 | |
parent | 43e8ab38ac6e7b865bbbc7a986fac24c53bace04 [diff] |
Add Sxtb/Sxth instructions to ARM integrated assembler. Refactors code to take advantage of these instructions with Uxtb/Uxth. Note. These instructions are used by Subzero, but not Dart. BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4334 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1503273002 .