Comment 5 for bug 745743

Revision history for this message
Revital Eres (eres) wrote :

load and store multiple instructions (LDM and STM) and load and store double-word (LDRD/STRD) must be aligned
to at least a word boundary. (according to Cortex™-A Series book) So the version with strd should not be used for unknown alignment.