Lines Matching refs:VPTPredicationCode
496 unsigned &VPTPredicationCode, bool &CarrySetting,
6404 unsigned &VPTPredicationCode, in splitMnemonic() argument
6409 VPTPredicationCode = ARMVCC::None; in splitMnemonic()
6510 VPTPredicationCode = CC; in splitMnemonic()
7068 unsigned VPTPredicationCode; in ParseInstruction() local
7072 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7145 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7179 ARMVCC::VPTCodes(VPTPredicationCode), Loc)); in ParseInstruction()
7337 VPTPredicationCode = ARMVCC::Then; in ParseInstruction()
7349 ARMVCC::VPTCodes(VPTPredicationCode), PLoc)); in ParseInstruction()
7366 if (VPTPredicationCode != ARMVCC::None) { in ParseInstruction()