Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h27 bool InitIT(uint32_t bits7_0);
H A DEmulateInstructionARM.cpp618 bool ITSession::InitIT(uint32_t bits7_0) { in InitIT() argument
619 ITCounter = CountITSize(Bits32(bits7_0, 3, 0)); in InitIT()
624 unsigned short FirstCond = Bits32(bits7_0, 7, 4); in InitIT()
638 ITState = bits7_0; in InitIT()