Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h97 static inline uint64_t UnsignedBits(const uint64_t value, const uint64_t msbit, in UnsignedBits() function
106 uint64_t result = UnsignedBits(value, msbit, lsbit); in SignedBits()
H A DARMUtils.h149 return UnsignedBits(extended, amount + 31, amount); in ASR_C()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp527 switch (UnsignedBits(cond, 3, 1)) { in ConditionHolds()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13856 switch (UnsignedBits(cond, 3, 1)) { in ConditionPassed()
13923 return UnsignedBits(opcode, 31, 28); in CurrentCond()
14140 result = UnsignedBits(unsigned_sum, 31, 0); in AddWithCarry()