Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp510 bool &CanAcceptVPTPredicationCode);
6578 bool &CanAcceptVPTPredicationCode) { in getMnemonicAcceptInfo() argument
6579 CanAcceptVPTPredicationCode = isMnemonicVPTPredicable(Mnemonic, ExtraToken); in getMnemonicAcceptInfo()
7163 bool CanAcceptCarrySet, CanAcceptPredicationCode, CanAcceptVPTPredicationCode; in ParseInstruction() local
7165 CanAcceptPredicationCode, CanAcceptVPTPredicationCode); in ParseInstruction()
7182 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7209 if (CanAcceptVPTPredicationCode && Mnemonic != "vmov" && in ParseInstruction()
7388 } else if (CanAcceptVPTPredicationCode) { in ParseInstruction()