Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp510 ARMVCC::VPTCodes &VPTPredicationCode,
6574 ARMVCC::VPTCodes &VPTPredicationCode, in splitMnemonic() argument
6579 VPTPredicationCode = ARMVCC::None; in splitMnemonic()
6676 VPTPredicationCode = static_cast<ARMVCC::VPTCodes>(VCC); in splitMnemonic()
7116 ARMVCC::VPTCodes VPTPredicationCode; in parseInstruction() local
7120 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in parseInstruction()
7192 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in parseInstruction()
7215 if (CanAcceptVPTPredicationCode && VPTPredicationCode != llvm::ARMVCC::None && in parseInstruction()
7221 ARMVCC::VPTCodes(VPTPredicationCode), Loc, *this)); in parseInstruction()
7367 VPTPredicationCode = ARMVCC::Then; in parseInstruction()
[all …]