Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp505 unsigned &PredicationCode,
6436 unsigned &PredicationCode, in splitMnemonic() argument
6441 PredicationCode = ARMCC::AL; in splitMnemonic()
6497 PredicationCode = CC; in splitMnemonic()
7104 unsigned PredicationCode; in ParseInstruction() local
7174 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
7198 ARMCC::CondCodes(PredicationCode), Loc)); in ParseInstruction()
7304 if (PredicationCode == ARMCC::AL && in ParseInstruction()
7311 Mnemonic == "vmov" && PredicationCode == ARMCC::LT) { in ParseInstruction()
7324 } else if (Mnemonic == "vcvt" && PredicationCode == ARMCC::NE && in ParseInstruction()
[all …]