Searched refs:STLXR_x (Results 1 – 9 of 9) sorted by relevance
444 case STLXR_x: store_counter->Increment(); break; in VisitLoadStoreAcquireRelease()
963 STLXR_x = LoadStoreAcquireReleaseFixed | 0xC0008000, enumerator
957 case STLXR_x: mnemonic = "stlxr"; form = form_stlx_x; break; in VisitLoadStoreAcquireRelease()
2159 case STLXR_x: in VisitLoadStoreAcquireRelease()
1762 LoadStoreAcquireReleaseOp op = rt.Is32Bits() ? STLXR_w : STLXR_x; in stlxr()
998 STLXR_x = LoadStoreExclusiveFixed | 0xC0008000, enumerator
1351 V(STLXR_x, "stlxr", "'Ws, 'Xt") \
1940 case STLXR_x: in VisitLoadStoreExclusive()
1444 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()