Home
last modified time | relevance | path

Searched refs:STLLR_w (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc508 case STLLR_w: in VisitLoadStoreExclusive()
Dconstants-aarch64.h1021 STLLR_w = LoadStoreExclusiveFixed | 0x80800000, enumerator
Ddisasm-aarch64.cc1370 V(STLLR_w, "stllr", "'Wt") \
Dsimulator-aarch64.cc1936 case STLLR_w: in VisitLoadStoreExclusive()
Dassembler-aarch64.cc1544 LoadStoreExclusive op = rt.Is64Bits() ? STLLR_x : STLLR_w; in stllr()