Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp496 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()
[all …]