summaryrefslogtreecommitdiffstats
path: root/media/libeffects
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-14 16:36:18 -0700
committerSteve Kondik <steve@cyngn.com>2016-01-08 21:46:45 -0800
commitc2a6c58c69c56f296b651ddc4006efe817de9e90 (patch)
tree130aa31be3ff1081f26e780e3c465efe48dc78f7 /media/libeffects
parentfcd3c6e19c212ba050ffbe6384ff69f3864aba1b (diff)
downloadframeworks_av-c2a6c58c69c56f296b651ddc4006efe817de9e90.zip
frameworks_av-c2a6c58c69c56f296b651ddc4006efe817de9e90.tar.gz
frameworks_av-c2a6c58c69c56f296b651ddc4006efe817de9e90.tar.bz2
Use standard arm assembly syntax.
The output from gcc before and after this change, and from llvm are identical, except the ADRL to ADR change. In this case, old "ADRL r8, Table" is translated into add r8, pc, #1184 ; 0x4a0 nop ; (mov r0, r0) and new "ADR r8, Table; NOP" is translated into equivalent: add r8, pc, #1184 ; 0x4a0 nop {0} BUG: 21169627 Change-Id: I64130e99f6506494b9c4a6e0f1f850491d481242
Diffstat (limited to 'media/libeffects')
0 files changed, 0 insertions, 0 deletions