Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1003 STLXP_w = LoadStoreExclusiveFixed | 0x80208000, enumerator
Ddisasm-aarch64.cc1356 V(STLXP_w, "stlxp", "'Ws, 'Wt, 'Wt2") \
Dsimulator-aarch64.cc1946 case STLXP_w: in VisitLoadStoreExclusive()
Dassembler-aarch64.cc1474 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w; in stlxp()