Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h991 STXP_w = LoadStoreExclusiveFixed | 0x80200000, enumerator
Ddisasm-aarch64.cc1344 V(STXP_w, "stxp", "'Ws, 'Wt, 'Wt2") \
Dsimulator-aarch64.cc1945 case STXP_w: in VisitLoadStoreExclusive()
Dassembler-aarch64.cc1409 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w; in stxp()