Lines Matching refs:IsThumb
768 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP() local
795 if (!IsThumb) in ExpandCMP_SWAP()
816 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr; in ExpandCMP_SWAP()
820 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP()
844 unsigned CMPri = IsThumb ? ARM::t2CMPri : ARM::CMPri; in ExpandCMP_SWAP()
870 unsigned Flags, bool IsThumb, in addExclusiveRegPair() argument
872 if (IsThumb) { in addExclusiveRegPair()
885 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP_64() local
923 unsigned LDREXD = IsThumb ? ARM::t2LDREXD : ARM::LDREXD; in ExpandCMP_SWAP_64()
926 addExclusiveRegPair(MIB, Dest, RegState::Define, IsThumb, TRI); in ExpandCMP_SWAP_64()
930 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr; in ExpandCMP_SWAP_64()
935 unsigned SBCrr = IsThumb ? ARM::t2SBCrr : ARM::SBCrr; in ExpandCMP_SWAP_64()
943 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP_64()
959 unsigned STREXD = IsThumb ? ARM::t2STREXD : ARM::STREXD; in ExpandCMP_SWAP_64()
961 addExclusiveRegPair(MIB, New, 0, IsThumb, TRI); in ExpandCMP_SWAP_64()
965 unsigned CMPri = IsThumb ? ARM::t2CMPri : ARM::CMPri; in ExpandCMP_SWAP_64()