Searched defs:bits7_0 (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp62 bool ITSession::InitIT(uint32_t bits7_0) argument
64 ITCounter = CountITSize(Bits32(bits7_0, 3, 0));
69 unsigned short FirstCond = Bits32(bits7_0, 7, 4);
85 ITState = bits7_0;

Completed in 114 milliseconds