Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:STC

304   // Two STC or MV..I stores win over that, but the kind of fused stores
306 // variable. E.g. "STC <reg>;MHI <reg>,257;STH <reg>" is not better
307 // than "STC;MVC". Handle the choice in target-specific code instead.
3364 return emitCondStore(MI, MBB, SystemZ::STC, 0, false);
3366 return emitCondStore(MI, MBB, SystemZ::STC, 0, true);