Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInstructionUtils.h46 static inline void SetBits32(uint32_t &bits, const uint32_t msbit, in SetBits32() function
57 SetBits32(bits, bit, bit, val); in SetBit32()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp640 SetBits32(ITState, 4, 0, NewITState4_0); in ITAdvance()