Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc511 case LDLAR_x: in VisitLoadStoreExclusive()
Dconstants-aarch64.h1024 LDLAR_x = LoadStoreExclusiveFixed | 0xC0C00000, enumerator
Ddisasm-aarch64.cc1375 V(LDLAR_x, "ldlar", "'Xt") \
Dsimulator-aarch64.cc1867 case LDLAR_x: in VisitLoadStoreExclusive()
Dassembler-aarch64.cc1566 LoadStoreExclusive op = rt.Is64Bits() ? LDLAR_x : LDLAR_w; in ldlar()