Searched refs:SetBit32 (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | InstructionUtils.h | 61 SetBit32(uint32_t &bits, const uint32_t bit, const uint32_t val) in SetBit32() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulateInstructionARM.cpp | 1061 SetBit32 (m_new_inst_cpsr, CPSR_N_POS, Bit32 (result, 31)); in EmulateMUL() 1062 SetBit32 (m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in EmulateMUL() 13561 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, CPSR_N_POS)); in WriteFlags() 13562 SetBit32(m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in WriteFlags() 13564 SetBit32(m_new_inst_cpsr, CPSR_C_POS, carry); in WriteFlags() 13566 SetBit32(m_new_inst_cpsr, CPSR_V_POS, overflow); in WriteFlags()
|