Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp510 unsigned &VPTPredicationCode, bool &CarrySetting,
6286 unsigned &VPTPredicationCode, in splitMnemonic() argument
6291 VPTPredicationCode = ARMVCC::None; in splitMnemonic()
6387 VPTPredicationCode = CC; in splitMnemonic()
6967 unsigned VPTPredicationCode; in ParseInstruction() local
6971 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
7043 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7077 ARMVCC::VPTCodes(VPTPredicationCode), Loc)); in ParseInstruction()
7236 VPTPredicationCode = ARMVCC::Then; in ParseInstruction()
7248 ARMVCC::VPTCodes(VPTPredicationCode), PLoc)); in ParseInstruction()
[all …]