Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp438 unsigned &VPTPredicationCode, bool &CarrySetting,
6209 unsigned &VPTPredicationCode, in splitMnemonic() argument
6214 VPTPredicationCode = ARMVCC::None; in splitMnemonic()
6314 VPTPredicationCode = CC; in splitMnemonic()
6803 unsigned VPTPredicationCode; in ParseInstruction() local
6807 Mnemonic = splitMnemonic(Mnemonic, ExtraToken, PredicationCode, VPTPredicationCode, in ParseInstruction()
6878 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
6912 ARMVCC::VPTCodes(VPTPredicationCode), Loc)); in ParseInstruction()
7055 VPTPredicationCode = ARMVCC::Then; in ParseInstruction()
7067 ARMVCC::VPTCodes(VPTPredicationCode), PLoc)); in ParseInstruction()
[all …]