Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp496 unsigned &VPTPredicationCode, bool &CarrySetting,
6403 unsigned &VPTPredicationCode, in splitMnemonic() argument
6408 VPTPredicationCode = ARMVCC::None; in splitMnemonic()
6509 VPTPredicationCode = CC; in splitMnemonic()
7067 unsigned VPTPredicationCode; in ParseInstruction() local
7071 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7144 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7178 ARMVCC::VPTCodes(VPTPredicationCode), Loc)); in ParseInstruction()
7336 VPTPredicationCode = ARMVCC::Then; in ParseInstruction()
7348 ARMVCC::VPTCodes(VPTPredicationCode), PLoc)); in ParseInstruction()
[all …]