Home
last modified time | relevance | path

Searched defs:ITMask (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp945 struct ITMaskOp ITMask; member
6545 splitMnemonic(StringRef Mnemonic,StringRef ExtraToken,ARMCC::CondCodes & PredicationCode,ARMVCC::VPTCodes & VPTPredicationCode,bool & CarrySetting,unsigned & ProcessorIMod,StringRef & ITMask) splitMnemonic() argument
7087 StringRef ITMask; ParseInstruction() local
[all...]
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp605 static uint32_t CountITSize(uint32_t ITMask) { in CountITSize()