This patch adds the appropriate macros, tests and codec entries to encode the following: LDAPR , [<Xn|SP> {,#0}] LDAPR , [<Xn|SP> {,#0}] LDAPRB , [<Xn|SP> {,#0}] LDAPRH , [<Xn|SP> {,#0}]
It also adds FEATURE_LRCPC which introduces these 3 instructions supporting the weaker release consistency processor consistent (RCpc) model that enables the reordering of a store-Release followed by a load-acquire to a different address.
Issues: #5744 (closed), #4847