Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h947 STXP_w = LoadStoreExclusiveFixed | 0x80200000, enumerator
Ddisasm-aarch64.cc1281 case STXP_w: in VisitLoadStoreExclusive()
Dsimulator-aarch64.cc1684 case STXP_w: in VisitLoadStoreExclusive()
Dassembler-aarch64.cc1273 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w; in stxp()