Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dconstants-a64.h943 STLXRH_w = LoadStoreExclusiveFixed | 0x40008000, enumerator
Ddisasm-a64.cc1025 case STLXRH_w: mnemonic = "stlxrh"; form = "'Ws, 'Wt, ['Xns]"; break; in VisitLoadStoreExclusive()
Dsimulator-a64.cc1424 case STLXRH_w: in VisitLoadStoreExclusive()
Dassembler-a64.cc1752 Emit(STLXRH_w | Rs(rs) | Rt(rt) | Rt2_mask | RnSP(dst.base())); in stlxrh()