Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/src/aarch64/
H A Dconstants-aarch64.h1206 LDXR_x = LoadStoreExclusiveFixed | 0xC0400000, enumerator
H A Ddisasm-aarch64.cc1677 V(LDXR_x, "'Xt") \
H A Dassembler-aarch64.cc1441 LoadStoreExclusive op = rt.Is64Bits() ? LDXR_x : LDXR_w; in ldxr()
H A Dsimulator-aarch64.cc4649 case LDXR_x: in VisitLoadStoreExclusive()