Home
last modified time | relevance | path

Searched refs:LoadStoreExclusive (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc1423 LoadStoreExclusive op = rt.Is64Bits() ? STXR_x : STXR_w; in stxr()
1442 LoadStoreExclusive op = rt.Is64Bits() ? LDXR_x : LDXR_w; in ldxr()
1453 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w; in stxp()
1463 LoadStoreExclusive op = rt.Is64Bits() ? LDXP_x : LDXP_w; in ldxp()
1488 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()
1507 LoadStoreExclusive op = rt.Is64Bits() ? LDAXR_x : LDAXR_w; in ldaxr()
1518 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w; in stlxp()
1528 LoadStoreExclusive op = rt.Is64Bits() ? LDAXP_x : LDAXP_w; in ldaxp()
1565 LoadStoreExclusive op = rt.Is64Bits() ? STLR_x : STLR_w; in stlr()
1594 LoadStoreExclusive o in ldar()
[all...]
H A Ddecoder-aarch64.h72 V(LoadStoreExclusive) \
H A Dconstants-aarch64.h1203 enum LoadStoreExclusive { enum
H A Dsimulator-aarch64.cc4726 LoadStoreExclusive op = in Simulator()
4727 static_cast<LoadStoreExclusive>(instr->Mask(LoadStoreExclusiveMask)); in Simulator()

Completed in 37 milliseconds