Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp12879 Context read_inst_context; in ReadInstruction() local
12880 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
12881 read_inst_context.SetNoArgs (); in ReadInstruction()
12886 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction()
12896 … m_opcode.SetOpcode32 ((thumb_opcode << 16) | MemARead(read_inst_context, pc + 2, 2, 0, &success)); in ReadInstruction()
12903 m_opcode.SetOpcode32 (MemARead(read_inst_context, pc, 4, 0, &success)); in ReadInstruction()