Searched refs:STXR_w (Results 1 – 4 of 4) sorted by relevance
932 STXR_w = LoadStoreExclusiveFixed | 0x80000000, enumerator
1014 case STXR_w: mnemonic = "stxr"; form = "'Ws, 'Wt, ['Xns]"; break; in VisitLoadStoreExclusive()
1428 case STXR_w: in VisitLoadStoreExclusive()
1692 LoadStoreExclusive op = rt.Is64Bits() ? STXR_x : STXR_w; in stxr()