Searched refs:VPTPredicationCode (Results 1 – 1 of 1) sorted by relevance
507 ARMVCC::VPTCodes &VPTPredicationCode,6542 ARMVCC::VPTCodes &VPTPredicationCode, in splitMnemonic() argument6547 VPTPredicationCode = ARMVCC::None; in splitMnemonic()6644 VPTPredicationCode = static_cast<ARMVCC::VPTCodes>(VCC); in splitMnemonic()7084 ARMVCC::VPTCodes VPTPredicationCode; in ParseInstruction() local7088 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()7160 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()7183 if (CanAcceptVPTPredicationCode && VPTPredicationCode != llvm::ARMVCC::None && in ParseInstruction()7189 ARMVCC::VPTCodes(VPTPredicationCode), Loc, *this)); in ParseInstruction()7335 VPTPredicationCode = ARMVCC::Then; in ParseInstruction()[all …]