Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A 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()