Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A 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
7138 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
7162 ARMCC::CondCodes(PredicationCode), Loc)); in ParseInstruction()
7268 if (PredicationCode == ARMCC::AL && in ParseInstruction()
7275 Mnemonic == "vmov" && PredicationCode == ARMCC::LT) { in ParseInstruction()
7288 } else if (Mnemonic == "vcvt" && PredicationCode == ARMCC::NE && in ParseInstruction()
[all …]