Searched refs:STLXR_w (Results 1 – 4 of 4) sorted by relevance
944 STLXR_w = LoadStoreExclusiveFixed | 0x80008000, enumerator
1026 case STLXR_w: mnemonic = "stlxr"; form = "'Ws, 'Wt, ['Xns]"; break; in VisitLoadStoreExclusive()
1429 case STLXR_w: in VisitLoadStoreExclusive()
1760 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w; in stlxr()