Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp515 bool &CanAcceptVPTPredicationCode);
6418 bool &CanAcceptVPTPredicationCode) { in getMnemonicAcceptInfo() argument
6419 CanAcceptVPTPredicationCode = isMnemonicVPTPredicable(Mnemonic, ExtraToken); in getMnemonicAcceptInfo()
7024 bool CanAcceptCarrySet, CanAcceptPredicationCode, CanAcceptVPTPredicationCode; in ParseInstruction() local
7026 CanAcceptPredicationCode, CanAcceptVPTPredicationCode); in ParseInstruction()
7043 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7070 if (CanAcceptVPTPredicationCode && Mnemonic != "vmov" && in ParseInstruction()
7250 } else if (CanAcceptVPTPredicationCode) { in ParseInstruction()