Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h26 bool InitIT(uint32_t bits7_0);
H A DEmulateInstructionARM.cpp615 bool ITSession::InitIT(uint32_t bits7_0) { in InitIT() argument
616 ITCounter = CountITSize(Bits32(bits7_0, 3, 0)); in InitIT()
621 unsigned short FirstCond = Bits32(bits7_0, 7, 4); in InitIT()
629 ITState = bits7_0; in InitIT()