Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1232 STLXR_x = LoadStoreExclusiveFixed | 0xC0008000, enumerator
Ddisasm-aarch64.cc1786 V(STLXR_x, "'Ws, 'Xt") \
Dassembler-aarch64.cc1488 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()
Dsimulator-aarch64.cc5140 case STLXR_x: in VisitLoadStoreExclusive()