Searched refs:SetBit32 (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/Process/Utility/ |
D | InstructionUtils.h | 61 SetBit32(uint32_t &bits, const uint32_t bit, const uint32_t val) in SetBit32() function
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 1023 SetBit32 (m_new_inst_cpsr, CPSR_N_POS, Bit32 (result, 31)); in EmulateMUL() 1024 SetBit32 (m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in EmulateMUL() 13403 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, CPSR_N_POS)); in WriteFlags() 13404 SetBit32(m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in WriteFlags() 13406 SetBit32(m_new_inst_cpsr, CPSR_C_POS, carry); in WriteFlags() 13408 SetBit32(m_new_inst_cpsr, CPSR_V_POS, overflow); in WriteFlags()
|