Searched refs:VPTPredicationCode (Results 1 – 1 of 1) sorted by relevance
510 ARMVCC::VPTCodes &VPTPredicationCode,6574 ARMVCC::VPTCodes &VPTPredicationCode, in splitMnemonic() argument6579 VPTPredicationCode = ARMVCC::None; in splitMnemonic()6676 VPTPredicationCode = static_cast<ARMVCC::VPTCodes>(VCC); in splitMnemonic()7116 ARMVCC::VPTCodes VPTPredicationCode; in parseInstruction() local7120 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 …]