Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInstructionUtils.h73 static inline uint64_t MaskUpToBit(const uint64_t bit) { in MaskUpToBit() function
100 result &= MaskUpToBit(msbit - lsbit); in UnsignedBits()
109 result |= ~MaskUpToBit(msbit - lsbit); in SignedBits()