Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp506 unsigned &VPTPredicationCode, bool &CarrySetting,
6437 unsigned &VPTPredicationCode, in splitMnemonic() argument
6442 VPTPredicationCode = ARMVCC::None; in splitMnemonic()
6545 VPTPredicationCode = CC; in splitMnemonic()
7105 unsigned VPTPredicationCode; in ParseInstruction() local
7109 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7181 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7215 ARMVCC::VPTCodes(VPTPredicationCode), Loc)); in ParseInstruction()
7373 VPTPredicationCode = ARMVCC::Then; in ParseInstruction()
7385 ARMVCC::VPTCodes(VPTPredicationCode), PLoc)); in ParseInstruction()
[all …]