Lines Matching refs:PredicationCode
506 ARMCC::CondCodes &PredicationCode,
517 ARMCC::CondCodes PredicationCode,
6541 ARMCC::CondCodes &PredicationCode, in splitMnemonic() argument
6546 PredicationCode = ARMCC::AL; in splitMnemonic()
6596 PredicationCode = static_cast<ARMCC::CondCodes>(CC); in splitMnemonic()
6758 StringRef Mnemonic, ARMCC::CondCodes PredicationCode, bool CarrySetting, in tryConvertingToTwoOperandForm() argument
7083 ARMCC::CondCodes PredicationCode; in ParseInstruction() local
7088 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7092 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") { in ParseInstruction()
7153 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
7173 if (CanAcceptPredicationCode && PredicationCode != llvm::ARMCC::AL) { in ParseInstruction()
7177 ARMCC::CondCodes(PredicationCode), Loc, *this)); in ParseInstruction()
7252 tryConvertingToTwoOperandForm(Mnemonic, PredicationCode, CarrySetting, in ParseInstruction()
7274 Mnemonic == "vmov" && PredicationCode == ARMCC::LT) { in ParseInstruction()
7287 } else if (Mnemonic == "vcvt" && PredicationCode == ARMCC::NE && in ParseInstruction()
7303 } else if (Mnemonic == "vmul" && PredicationCode == ARMCC::LT && in ParseInstruction()