Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dconstants-a64.h956 STLR_w = LoadStoreExclusiveFixed | 0x80808000, enumerator
Ddisasm-a64.cc1038 case STLR_w: mnemonic = "stlr"; form = "'Wt, ['Xns]"; break; in VisitLoadStoreExclusive()
Dsimulator-a64.cc1413 case STLR_w: in VisitLoadStoreExclusive()
Dassembler-a64.cc1860 LoadStoreExclusive op = rt.Is64Bits() ? STLR_x : STLR_w; in stlr()