Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp506 ARMCC::CondCodes &PredicationCode,
517 ARMCC::CondCodes PredicationCode,
6541 ARMCC::CondCodes &PredicationCode, in splitMnemonic() argument
6546 PredicationCode = ARMCC::AL; in splitMnemonic()
6596 PredicationCode = static_cast<ARMCC::CondCodes>(CC); in splitMnemonic()
6758 StringRef Mnemonic, ARMCC::CondCodes PredicationCode, bool CarrySetting, in tryConvertingToTwoOperandForm() argument
7083 ARMCC::CondCodes PredicationCode; in ParseInstruction() local
7088 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7092 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") { in ParseInstruction()
7153 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
[all …]