Home
last modified time | relevance | path

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

/external/vixl/examples/aarch64/
Dnon-const-visitor.h84 V(LoadStoreExclusive) \
/external/vixl/src/aarch64/
Ddecoder-aarch64.h69 V(LoadStoreExclusive) \
Dassembler-aarch64.cc1379 LoadStoreExclusive op = rt.Is64Bits() ? STXR_x : STXR_w; in stxr()
1398 LoadStoreExclusive op = rt.Is64Bits() ? LDXR_x : LDXR_w; in ldxr()
1409 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w; in stxp()
1419 LoadStoreExclusive op = rt.Is64Bits() ? LDXP_x : LDXP_w; in ldxp()
1444 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()
1463 LoadStoreExclusive op = rt.Is64Bits() ? LDAXR_x : LDAXR_w; in ldaxr()
1474 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w; in stlxp()
1484 LoadStoreExclusive op = rt.Is64Bits() ? LDAXP_x : LDAXP_w; in ldaxp()
1503 LoadStoreExclusive op = rt.Is64Bits() ? STLR_x : STLR_w; in stlr()
1522 LoadStoreExclusive op = rt.Is64Bits() ? LDAR_x : LDAR_w; in ldar()
[all …]
Dconstants-aarch64.h979 enum LoadStoreExclusive { enum
Dsimulator-aarch64.cc1769 LoadStoreExclusive op = in VisitLoadStoreExclusive()
1770 static_cast<LoadStoreExclusive>(instr->Mask(LoadStoreExclusiveMask)); in VisitLoadStoreExclusive()