Searched refs:SetBit32 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | InstructionUtils.h | 55 static inline void SetBit32(uint32_t &bits, const uint32_t bit, in SetBit32() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1577 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, 31)); in EmulateMUL() 1578 SetBit32(m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in EmulateMUL() 14289 SetBit32(m_new_inst_cpsr, CPSR_N_POS, Bit32(result, CPSR_N_POS)); in WriteFlags() 14290 SetBit32(m_new_inst_cpsr, CPSR_Z_POS, result == 0 ? 1 : 0); in WriteFlags() 14292 SetBit32(m_new_inst_cpsr, CPSR_C_POS, carry); in WriteFlags() 14294 SetBit32(m_new_inst_cpsr, CPSR_V_POS, overflow); in WriteFlags()
|