Home
last modified time | relevance | path

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

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