Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dconstants-a64.h954 STLRB_w = LoadStoreExclusiveFixed | 0x00808000, enumerator
Ddisasm-a64.cc1036 case STLRB_w: mnemonic = "stlrb"; form = "'Wt, ['Xns]"; break; in VisitLoadStoreExclusive()
Dsimulator-a64.cc1420 case STLRB_w: in VisitLoadStoreExclusive()
Dassembler-a64.cc1811 Emit(STLRB_w | Rs_mask | Rt(rt) | Rt2_mask | RnSP(dst.base())); in stlrb()