Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp36 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback()
46 static bool ReadRegisterCallback(EmulateInstruction *instruction, void *baton, in ReadRegisterCallback()
73 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton, in WriteRegisterCallback()
83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp382 EmulateInstruction *instruction, void *baton, in ReadMemory()
401 EmulateInstruction *instruction, void *baton, in WriteMemory()
411 EmulateInstruction *instruction, const EmulateInstruction::Context &context, in WriteMemory()
483 bool UnwindAssemblyInstEmulation::ReadRegister(EmulateInstruction *instruction, in ReadRegister()
493 bool UnwindAssemblyInstEmulation::ReadRegister(EmulateInstruction *instruction, in ReadRegister()
513 EmulateInstruction *instruction, void *baton, in WriteRegister()
522 EmulateInstruction *instruction, const EmulateInstruction::Context &context, in WriteRegister()
/llvm-project-15.0.7/lldb/source/Core/
H A DEmulateInstruction.cpp247 size_t EmulateInstruction::ReadMemoryFrame(EmulateInstruction *instruction, in ReadMemoryFrame()
264 size_t EmulateInstruction::WriteMemoryFrame(EmulateInstruction *instruction, in WriteMemoryFrame()
282 bool EmulateInstruction::ReadRegisterFrame(EmulateInstruction *instruction, in ReadRegisterFrame()
293 bool EmulateInstruction::WriteRegisterFrame(EmulateInstruction *instruction, in WriteRegisterFrame()
304 size_t EmulateInstruction::ReadMemoryDefault(EmulateInstruction *instruction, in ReadMemoryDefault()
319 size_t EmulateInstruction::WriteMemoryDefault(EmulateInstruction *instruction, in WriteMemoryDefault()
333 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault()
349 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, in WriteRegisterDefault()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp144 EmulateInstruction *instruction, void *baton, in ReadPseudoMemory()
185 EmulateInstruction *instruction, void *baton, in WritePseudoMemory()
221 EmulateInstruction *instruction, void *baton, in ReadPseudoRegister()
240 EmulateInstruction *instruction, void *baton, in WritePseudoRegister()
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64Common.cpp99 uint32_t instruction = read32le(loc); in relaxGotLoad() local
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp342 if (InstructionSP instruction = in CalculateDisass() local
351 if (InstructionSP instruction = in CalculateDisass() local
H A DThreadPlanTracer.cpp174 Instruction *instruction = in Log() local
/llvm-project-15.0.7/llvm/docs/
H A DGetElementPtr.rst56 .. _GEP index through first pointer:
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceDumper.h56 lldb::InstructionSP instruction; member
/llvm-project-15.0.7/mlir/utils/spirv/
H A Dgen_spirv_dialect.py692 def get_op_definition(instruction, opname, doc, existing_info, capability_mapping, settings): argument
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1756 } else if (Instruction *instruction = dyn_cast<Instruction>(value)) { in ReplaceVariables() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp526 MCInst const &HexagonMCInstrInfo::instruction(MCInst const &MCB, size_t Index) { in instruction() function in HexagonMCInstrInfo