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

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp114 StringRef splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode,
4666 unsigned &PredicationCode,
4670 PredicationCode = ARMCC::AL;
4715 PredicationCode = CC;
4978 unsigned PredicationCode; local
4982 Mnemonic = splitMnemonic(Mnemonic, PredicationCode, CarrySetting,
4986 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") {
5040 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) {
5058 ARMCC::CondCodes(PredicationCode), Loc));
4665 splitMnemonic(StringRef Mnemonic, unsigned &PredicationCode, bool &CarrySetting, unsigned &ProcessorIMod, StringRef &ITMask) argument

Completed in 31 milliseconds