Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp509 unsigned &PredicationCode,
6285 unsigned &PredicationCode, in splitMnemonic() argument
6290 PredicationCode = ARMCC::AL; in splitMnemonic()
6340 PredicationCode = CC; in splitMnemonic()
6966 unsigned PredicationCode; in ParseInstruction() local
7036 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
7060 ARMCC::CondCodes(PredicationCode), Loc)); in ParseInstruction()
7166 if (PredicationCode == ARMCC::AL && in ParseInstruction()
7173 Mnemonic == "vmov" && PredicationCode == ARMCC::LT) { in ParseInstruction()
7186 } else if (Mnemonic == "vcvt" && PredicationCode == ARMCC::NE && in ParseInstruction()
[all …]