commit | e2af295f94c8fb17ba51d0e6a199d5ca265f92da | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Aug 24 11:56:15 2015 -0700 |
committer | Chih-hung Hsieh <chh@google.com> | Mon Aug 24 19:35:55 2015 +0000 |
tree | 4e9556f00719c3f3e2e0ca06582d9a22c8aaff51 | |
parent | 0d7e11f7dba0971e5fb794a8fda4598a43f06e83 [diff] |
Rename some instructions to compile with llvm and gas. * Rename .irep to .irp * Rename "cmp x2, #-8" to "cmn x2, #8" * Replace "vmov.s32" with "vmov" * Replace "LSL #COMPONENT_SHIFT" with "LSL #(COMPONENT_SHIFT)" * Nested .irp in *_Blur.S still cannot be compiled with llvm, so -no-integrated-as is required. * Verified before and after objdump binary codes are identical. BUG: 23217766 Change-Id: I3c0d2eed44b79a39e3efcba3afadc3a14ca07874