Home
last modified time | relevance | path

Searched refs:LoadStoreExclusiveMask (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/vixl/a64/
Dconstants-a64.h929 LoadStoreExclusiveMask = 0xFFE08000, enumerator
Ddisasm-a64.cc1011 switch (instr->Mask(LoadStoreExclusiveMask)) { in VisitLoadStoreExclusive()
Dsimulator-a64.cc1317 static_cast<LoadStoreExclusive>(instr->Mask(LoadStoreExclusiveMask)); in VisitLoadStoreExclusive()