Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h74 static inline uint64_t MaskUpToBit(const uint64_t bit) { in MaskUpToBit() function
101 result &= MaskUpToBit(msbit - lsbit); in UnsignedBits()
110 result |= ~MaskUpToBit(msbit - lsbit); in SignedBits()