Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h26 bool InitIT(uint32_t bits7_0);
H A 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()