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 D | EmulateInstructionARM64.cpp | 377 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 D | EmulateInstructionMIPS64.cpp | 934 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 D | EmulateInstructionMIPS.cpp | 1037 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 D | EmulateInstructionARM.cpp | 13830 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()
|