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
6078 if (ITState.FirstCond) in validateInstruction()
6079 ITState.FirstCond = false; in validateInstruction()
8439 ITState.FirstCond = true; in processInstruction()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp69 unsigned short FirstCond = Bits32(bits7_0, 7, 4); in InitIT() local
70 if (FirstCond == 0xF) in InitIT()
77 if (FirstCond == 0xE && ITCounter != 1) in InitIT()