Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp404 Context read_inst_context; in ReadInstruction() local
405 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
406 read_inst_context.SetNoArgs(); in ReadInstruction()
408 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp951 Context read_inst_context; in ReadInstruction() local
952 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
953 read_inst_context.SetNoArgs(); in ReadInstruction()
955 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1061 Context read_inst_context; in ReadInstruction() local
1062 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
1063 read_inst_context.SetNoArgs(); in ReadInstruction()
1065 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp13881 Context read_inst_context; in ReadInstruction() local
13882 read_inst_context.type = eContextReadOpcode; in ReadInstruction()
13883 read_inst_context.SetNoArgs(); in ReadInstruction()
13887 uint32_t thumb_opcode = MemARead(read_inst_context, pc, 2, 0, &success); in ReadInstruction()
13896 MemARead(read_inst_context, pc + 2, 2, 0, &success), in ReadInstruction()
13902 m_opcode.SetOpcode32(MemARead(read_inst_context, pc, 4, 0, &success), in ReadInstruction()