Home
last modified time | relevance | path

Searched refs:m_opcode_mode (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h97 : EmulateInstruction(arch), m_arm_isa(0), m_opcode_mode(eModeInvalid), in EmulateInstructionARM()
777 Mode m_opcode_mode; variable
DEmulateInstructionARM.cpp854 if (m_opcode_mode == eModeThumb && !m_arch.GetTriple().isOSWindows()) in GetFramePointerRegisterNumber()
884 if (m_opcode_mode == eModeThumb && !m_arch.GetTriple().isOSWindows()) in GetFramePointerDWARFRegisterNumber()
13807 m_opcode_mode = eModeThumb; in SetInstruction()
13813 m_opcode_mode = eModeARM; in SetInstruction()
13815 m_opcode_mode = eModeThumb; in SetInstruction()
13819 if (m_opcode_mode == eModeThumb || m_arch.IsAlwaysThumbInstructions()) in SetInstruction()
13842 m_opcode_mode = eModeThumb; in ReadInstruction()
13857 m_opcode_mode = eModeARM; in ReadInstruction()
13873 m_opcode_mode = eModeInvalid; in ReadInstruction()
13955 switch (m_opcode_mode) { in CurrentCond()
[all …]