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

/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp622 unsigned short FirstCond = Bits32(bits7_0, 7, 4); local
623 if (FirstCond == 0xF) {
626 if (FirstCond == 0xE && ITCounter != 1) {

Completed in 199 milliseconds