Searched refs:STXR_x (Results 1 – 4 of 4) sorted by relevance
1202 STXR_x = LoadStoreExclusiveFixed | 0xC0000000, enumerator
1437 V(STXR_x, "stxr", "'Ws, 'Xt") \
1422 LoadStoreExclusive op = rt.Is64Bits() ? STXR_x : STXR_w; in stxr()
2763 case STXR_x: in VisitLoadStoreExclusive()