Lines Matching defs:PredicationCode
506 ARMCC::CondCodes &PredicationCode,
517 ARMCC::CondCodes PredicationCode,
6570 ARMCC::CondCodes &PredicationCode,
6575 PredicationCode = ARMCC::AL;
6625 PredicationCode = static_cast<ARMCC::CondCodes>(CC);
6787 StringRef Mnemonic, ARMCC::CondCodes PredicationCode, bool CarrySetting,
7112 ARMCC::CondCodes PredicationCode;
7117 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode,
7121 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") {
7182 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) {
7202 if (CanAcceptPredicationCode && PredicationCode != llvm::ARMCC::AL) {
7206 ARMCC::CondCodes(PredicationCode), Loc, *this));
7281 tryConvertingToTwoOperandForm(Mnemonic, PredicationCode, CarrySetting,
7303 Mnemonic == "vmov" && PredicationCode == ARMCC::LT) {
7316 } else if (Mnemonic == "vcvt" && PredicationCode == ARMCC::NE &&
7332 } else if (Mnemonic == "vmul" && PredicationCode == ARMCC::LT &&