Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp500 bool &CanAcceptPredicationCode,
6541 bool &CanAcceptPredicationCode, in getMnemonicAcceptInfo() argument
6592 CanAcceptPredicationCode = false; in getMnemonicAcceptInfo()
6595 CanAcceptPredicationCode = in getMnemonicAcceptInfo()
6606 CanAcceptPredicationCode = Mnemonic != "movs"; in getMnemonicAcceptInfo()
6608 CanAcceptPredicationCode = Mnemonic != "nop" && Mnemonic != "movs"; in getMnemonicAcceptInfo()
6610 CanAcceptPredicationCode = true; in getMnemonicAcceptInfo()
7138 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
7158 if (CanAcceptPredicationCode) { in ParseInstruction()
7356 if (CanAcceptPredicationCode) in ParseInstruction()
[all …]