Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h992 STXP_x = LoadStoreExclusiveFixed | 0xC0200000, enumerator
Ddisasm-aarch64.cc1345 V(STXP_x, "stxp", "'Ws, 'Xt, 'Xt2") \
Dsimulator-aarch64.cc1951 case STXP_x: in VisitLoadStoreExclusive()
Dassembler-aarch64.cc1409 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w; in stxp()