Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp505 unsigned &VPTPredicationCode, bool &CarrySetting,
6438 unsigned &VPTPredicationCode, in splitMnemonic() argument
6443 VPTPredicationCode = ARMVCC::None; in splitMnemonic()
6546 VPTPredicationCode = CC; in splitMnemonic()
7106 unsigned VPTPredicationCode; in ParseInstruction() local
7110 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7182 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7216 ARMVCC::VPTCodes(VPTPredicationCode), Loc)); in ParseInstruction()
7374 VPTPredicationCode = ARMVCC::Then; in ParseInstruction()
7386 ARMVCC::VPTCodes(VPTPredicationCode), PLoc)); in ParseInstruction()
[all …]