Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp919 struct ITMaskOp ITMask; global() member
6289 splitMnemonic(StringRef Mnemonic,StringRef ExtraToken,unsigned & PredicationCode,unsigned & VPTPredicationCode,bool & CarrySetting,unsigned & ProcessorIMod,StringRef & ITMask) splitMnemonic() argument
6970 StringRef ITMask; ParseInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp605 static uint32_t CountITSize(uint32_t ITMask) { in CountITSize() argument