Fix ILL_ILLOPC issue-id 129895920 on 32bit armv7 device

'ldrd r0, r1, [r2, r1]' will be compiled to '0xe18200d1' by clang.
This is an unpredictable instruction on armv7 devices such as
ARM cortex-A7 and may case ILL_ILLOPC (or it may also work).

(cherry picked from commit 383f114f8d950f51eb2085ee5ea5375a2403cece)

Bug: 129895920
Change-Id: I26fafe53aa6855bf69188a15c5fe2669b18fb55b
1 file changed