Searched refs:STLXP_w (Results 1 – 4 of 4) sorted by relevance
950 STLXP_w = LoadStoreExclusiveFixed | 0x80208000, enumerator
1032 case STLXP_w: mnemonic = "stlxp"; form = "'Ws, 'Wt, 'Wt2, ['Xns]"; break; in VisitLoadStoreExclusive()
1439 case STLXP_w: in VisitLoadStoreExclusive()
1793 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w; in stlxp()