Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp495 unsigned &PredicationCode,
6403 unsigned &PredicationCode, in splitMnemonic() argument
6408 PredicationCode = ARMCC::AL; in splitMnemonic()
6462 PredicationCode = CC; in splitMnemonic()
7067 unsigned PredicationCode; in ParseInstruction() local
7072 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7076 if (isThumbOne() && PredicationCode != ARMCC::AL && Mnemonic != "b") { in ParseInstruction()
7138 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
7162 ARMCC::CondCodes(PredicationCode), Loc)); in ParseInstruction()
7268 if (PredicationCode == ARMCC::AL && in ParseInstruction()
[all …]