Home
last modified time | relevance | path

Searched refs:LoadStoreExclusive (Results 1 – 5 of 5) sorted by relevance

/external/vixl/examples/
Dnon-const-visitor.h81 V(LoadStoreExclusive) \
/external/vixl/src/vixl/a64/
Ddecoder-a64.h62 V(LoadStoreExclusive) \
Dassembler-a64.cc1692 LoadStoreExclusive op = rt.Is64Bits() ? STXR_x : STXR_w; in stxr()
1714 LoadStoreExclusive op = rt.Is64Bits() ? LDXR_x : LDXR_w; in ldxr()
1725 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w; in stxp()
1735 LoadStoreExclusive op = rt.Is64Bits() ? LDXP_x : LDXP_w; in ldxp()
1760 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()
1782 LoadStoreExclusive op = rt.Is64Bits() ? LDAXR_x : LDAXR_w; in ldaxr()
1793 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w; in stlxp()
1803 LoadStoreExclusive op = rt.Is64Bits() ? LDAXP_x : LDAXP_w; in ldaxp()
1825 LoadStoreExclusive op = rt.Is64Bits() ? STLR_x : STLR_w; in stlr()
1847 LoadStoreExclusive op = rt.Is64Bits() ? LDAR_x : LDAR_w; in ldar()
Dconstants-a64.h926 enum LoadStoreExclusive { enum
Dsimulator-a64.cc1316 LoadStoreExclusive op = in VisitLoadStoreExclusive()
1317 static_cast<LoadStoreExclusive>(instr->Mask(LoadStoreExclusiveMask)); in VisitLoadStoreExclusive()