Searched refs:PredicationCode (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp238 StringRef splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode,
5244 unsigned &PredicationCode,
5248 PredicationCode = ARMCC::AL;
5298 PredicationCode = CC;
5697 unsigned PredicationCode; local
5701 Mnemonic = splitMnemonic(Mnemonic, PredicationCode, CarrySetting,
5705 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") {
5759 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) {
5777 ARMCC::CondCodes(PredicationCode), Loc));
5243 splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode, bool &CarrySetting, unsigned &ProcessorIMod, StringRef &ITMask) argument

Completed in 291 milliseconds