reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14040     tmp_cpsr = tmp_cpsr | (Bits32(value, 31, 27) << 27);
14040     tmp_cpsr = tmp_cpsr | (Bits32(value, 31, 27) << 27);
14042       tmp_cpsr = tmp_cpsr | (Bits32(value, 26, 24) << 24);
14042       tmp_cpsr = tmp_cpsr | (Bits32(value, 26, 24) << 24);
14046     tmp_cpsr = tmp_cpsr | (Bits32(value, 19, 16) << 16);
14046     tmp_cpsr = tmp_cpsr | (Bits32(value, 19, 16) << 16);
14051       tmp_cpsr = tmp_cpsr | (Bits32(value, 15, 10) << 10);
14051       tmp_cpsr = tmp_cpsr | (Bits32(value, 15, 10) << 10);
14052     tmp_cpsr = tmp_cpsr | (Bit32(value, 9) << 9);
14052     tmp_cpsr = tmp_cpsr | (Bit32(value, 9) << 9);
14054       tmp_cpsr = tmp_cpsr | (Bit32(value, 8) << 8);
14054       tmp_cpsr = tmp_cpsr | (Bit32(value, 8) << 8);
14059       tmp_cpsr = tmp_cpsr | (Bits32(value, 7, 6) << 6);
14059       tmp_cpsr = tmp_cpsr | (Bits32(value, 7, 6) << 6);
14061       tmp_cpsr = tmp_cpsr | (Bit32(value, 5) << 5);
14061       tmp_cpsr = tmp_cpsr | (Bit32(value, 5) << 5);
14063       tmp_cpsr = tmp_cpsr | Bits32(value, 4, 0);
14063       tmp_cpsr = tmp_cpsr | Bits32(value, 4, 0);
14066   m_opcode_cpsr = tmp_cpsr;