Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp377 Context read_inst_context; in ReadInstruction() local
378 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
379 read_inst_context.SetNoArgs(); in ReadInstruction()
381 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp934 Context read_inst_context; in ReadInstruction() local
935 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
936 read_inst_context.SetNoArgs(); in ReadInstruction()
938 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1037 Context read_inst_context; in ReadInstruction() local
1038 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
1039 read_inst_context.SetNoArgs(); in ReadInstruction()
1041 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13830 Context read_inst_context; in ReadInstruction() local
13831 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
13832 read_inst_context.SetNoArgs(); in ReadInstruction()
13836 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction()
13845 MemARead(read_inst_context, pc + 2, 2, 0, &success), in ReadInstruction()
13851 m_opcode.SetOpcode32(MemARead(read_inst_context, pc, 4, 0, &success), in ReadInstruction()