Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp512 bool &CanAcceptPredicationCode,
6674 bool &CanAcceptPredicationCode, in getMnemonicAcceptInfo() argument
6724 CanAcceptPredicationCode = false; in getMnemonicAcceptInfo()
6727 CanAcceptPredicationCode = in getMnemonicAcceptInfo()
6737 CanAcceptPredicationCode = Mnemonic != "movs"; in getMnemonicAcceptInfo()
6739 CanAcceptPredicationCode = Mnemonic != "nop" && Mnemonic != "movs"; in getMnemonicAcceptInfo()
6741 CanAcceptPredicationCode = true; in getMnemonicAcceptInfo()
7141 bool CanAcceptCarrySet, CanAcceptPredicationCode, CanAcceptVPTPredicationCode; in ParseInstruction() local
7143 CanAcceptPredicationCode, CanAcceptVPTPredicationCode); in ParseInstruction()
7153 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
[all …]