Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h26 bool InitIT(uint32_t bits7_0);
DEmulateInstructionARM.cpp614 bool ITSession::InitIT(uint32_t bits7_0) { in InitIT() argument
615 ITCounter = CountITSize(Bits32(bits7_0, 3, 0)); in InitIT()
620 unsigned short FirstCond = Bits32(bits7_0, 7, 4); in InitIT()
628 ITState = bits7_0; in InitIT()