Home
last modified time | relevance | path

Searched refs:STLXR_x (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/vixl/a64/
Dconstants-a64.h945 STLXR_x = LoadStoreExclusiveFixed | 0xC0008000, enumerator
Ddisasm-a64.cc1027 case STLXR_x: mnemonic = "stlxr"; form = "'Ws, 'Xt, ['Xns]"; break; in VisitLoadStoreExclusive()
Dsimulator-a64.cc1434 case STLXR_x: in VisitLoadStoreExclusive()
Dassembler-a64.cc1760 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()