commit | 6c91679ad9802764c8bc45508fedbb9d59fab377 | [log] [tgz] |
---|---|---|
author | Artem Serov <artem.serov@linaro.org> | Mon Jul 11 14:02:34 2016 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed Jul 20 09:20:08 2016 +0000 |
tree | 18dd4b3a3d74d6706ef321437249490b35d31141 | |
parent | bae13af2fc2fa89985d0466cedf155cb96767910 [diff] |
ARM: Change mem address mode for array accesses. Switch from: add IP, r[Array], r[Index], LSL #2 ldr r0, [IP, #12] To: add IP. r[Array], #12 ldr r0, [IP, r[Index], LSL #2] These is a base for the future TryExtractArrayAccessAddress optimization port to arm. Test: aosp_shamu-userdebug boots and passes "m test-art-target". Change-Id: I6ab01ba3271a8f79599ddd91a6b63cd1b37d2d67