Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h963 STLXP_w = LoadStoreExclusiveFixed | 0x80208000, enumerator
Ddisasm-aarch64.cc1329 case STLXP_w: in VisitLoadStoreExclusive()
Dsimulator-aarch64.cc1685 case STLXP_w: in VisitLoadStoreExclusive()
Dassembler-aarch64.cc1338 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w; in stlxp()