Home | History | Annotate | Download | only in ARM

Lines Matching refs:IsRelease

3491       bool IsRelease = IntNo == Intrinsic::arm_stlexd;
3492 unsigned NewOpc = isThumb ? (IsRelease ? ARM::t2STLEXD : ARM::t2STREXD)
3493 : (IsRelease ? ARM::STLEXD : ARM::STREXD);