Lines Matching refs:LoadStoreExclusive
1423 LoadStoreExclusive op = rt.Is64Bits() ? STXR_x : STXR_w;
1442 LoadStoreExclusive op = rt.Is64Bits() ? LDXR_x : LDXR_w;
1453 LoadStoreExclusive op = rt.Is64Bits() ? STXP_x : STXP_w;
1463 LoadStoreExclusive op = rt.Is64Bits() ? LDXP_x : LDXP_w;
1488 LoadStoreExclusive op = rt.Is64Bits() ? STLXR_x : STLXR_w;
1507 LoadStoreExclusive op = rt.Is64Bits() ? LDAXR_x : LDAXR_w;
1518 LoadStoreExclusive op = rt.Is64Bits() ? STLXP_x : STLXP_w;
1528 LoadStoreExclusive op = rt.Is64Bits() ? LDAXP_x : LDAXP_w;
1565 LoadStoreExclusive op = rt.Is64Bits() ? STLR_x : STLR_w;
1594 LoadStoreExclusive op = rt.Is64Bits() ? LDAR_x : LDAR_w;
1616 LoadStoreExclusive op = rt.Is64Bits() ? STLLR_x : STLLR_w;
1638 LoadStoreExclusive op = rt.Is64Bits() ? LDLAR_x : LDLAR_w;
1658 LoadStoreExclusive op = rt.Is64Bits() ? OP##_x : OP##_w; \
1709 LoadStoreExclusive op = rt.Is64Bits() ? OP##_x : OP##_w; \