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