Searched refs:read_inst_context (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.cpp | 936 Context read_inst_context; in ReadInstruction() local 937 read_inst_context.type = eContextReadOpcode; in ReadInstruction() 938 read_inst_context.SetNoArgs(); in ReadInstruction() 940 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.cpp | 1039 Context read_inst_context; in ReadInstruction() local 1040 read_inst_context.type = eContextReadOpcode; in ReadInstruction() 1041 read_inst_context.SetNoArgs(); in ReadInstruction() 1043 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 13800 Context read_inst_context; in ReadInstruction() local 13801 read_inst_context.type = eContextReadOpcode; in ReadInstruction() 13802 read_inst_context.SetNoArgs(); in ReadInstruction() 13806 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction() 13815 MemARead(read_inst_context, pc + 2, 2, 0, &success), in ReadInstruction() 13821 m_opcode.SetOpcode32(MemARead(read_inst_context, pc, 4, 0, &success), in ReadInstruction()
|