Searched refs:PredicationCode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 509 ARMCC::CondCodes &PredicationCode, 520 ARMCC::CondCodes PredicationCode, 6573 ARMCC::CondCodes &PredicationCode, in splitMnemonic() argument 6578 PredicationCode = ARMCC::AL; in splitMnemonic() 6628 PredicationCode = static_cast<ARMCC::CondCodes>(CC); in splitMnemonic() 6790 StringRef Mnemonic, ARMCC::CondCodes PredicationCode, bool CarrySetting, in tryConvertingToTwoOperandForm() argument 7115 ARMCC::CondCodes PredicationCode; in parseInstruction() local 7120 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in parseInstruction() 7124 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") { in parseInstruction() 7185 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in parseInstruction() [all …]
|