Searched refs:LoadStoreExclusive (Results 1 – 5 of 5) sorted by relevance
81 V(LoadStoreExclusive) \
63 V(LoadStoreExclusive) \
1243 LoadStoreExclusive op = rt.Is64Bits() ? STXR_x : STXR_w; in stxr()1262 LoadStoreExclusive op = rt.Is64Bits() ? LDXR_x : LDXR_w; in ldxr()1273 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w; in stxp()1283 LoadStoreExclusive op = rt.Is64Bits() ? LDXP_x : LDXP_w; in ldxp()1308 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()1327 LoadStoreExclusive op = rt.Is64Bits() ? LDAXR_x : LDAXR_w; in ldaxr()1338 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w; in stlxp()1348 LoadStoreExclusive op = rt.Is64Bits() ? LDAXP_x : LDAXP_w; in ldaxp()1367 LoadStoreExclusive op = rt.Is64Bits() ? STLR_x : STLR_w; in stlr()1386 LoadStoreExclusive op = rt.Is64Bits() ? LDAR_x : LDAR_w; in ldar()
935 enum LoadStoreExclusive { enum
1557 LoadStoreExclusive op = in VisitLoadStoreExclusive()1558 static_cast<LoadStoreExclusive>(instr->Mask(LoadStoreExclusiveMask)); in VisitLoadStoreExclusive()