Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dconstants-a64.h955 STLRH_w = LoadStoreExclusiveFixed | 0x40808000, enumerator
Ddisasm-a64.cc1037 case STLRH_w: mnemonic = "stlrh"; form = "'Wt, ['Xns]"; break; in VisitLoadStoreExclusive()
Dsimulator-a64.cc1425 case STLRH_w: in VisitLoadStoreExclusive()
Dassembler-a64.cc1818 Emit(STLRH_w | Rs_mask | Rt(rt) | Rt2_mask | RnSP(dst.base())); in stlrh()