Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp157 bool FirstCond; // Explicit flag for when we're parsing the member
6192 if (ITState.FirstCond) in validateInstruction()
6193 ITState.FirstCond = false; in validateInstruction()
8659 ITState.FirstCond = true; in processInstruction()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp620 unsigned short FirstCond = Bits32(bits7_0, 7, 4); in InitIT() local
621 if (FirstCond == 0xF) { in InitIT()
624 if (FirstCond == 0xE && ITCounter != 1) { in InitIT()