Searched refs:UnsignedBits (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | InstructionUtils.h | 97 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 D | ARMUtils.h | 149 return UnsignedBits(extended, amount + 31, amount); in ASR_C()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 527 switch (UnsignedBits(cond, 3, 1)) { in ConditionHolds()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 13856 switch (UnsignedBits(cond, 3, 1)) { in ConditionPassed() 13923 return UnsignedBits(opcode, 31, 28); in CurrentCond() 14140 result = UnsignedBits(unsigned_sum, 31, 0); in AddWithCarry()
|