Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp36 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback() argument
46 static bool ReadRegisterCallback(EmulateInstruction *instruction, void *baton, in ReadRegisterCallback() argument
73 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton, in WriteRegisterCallback() argument
83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp379 ReadMemory(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,lldb::addr_t addr,void * dst,size_t dst_len) ReadMemory() argument
398 WriteMemory(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,lldb::addr_t addr,const void * dst,size_t dst_len) WriteMemory() argument
408 WriteMemory(EmulateInstruction * instruction,const EmulateInstruction::Context & context,lldb::addr_t addr,const void * dst,size_t dst_len) WriteMemory() argument
480 ReadRegister(EmulateInstruction * instruction,void * baton,const RegisterInfo * reg_info,RegisterValue & reg_value) ReadRegister() argument
490 ReadRegister(EmulateInstruction * instruction,const RegisterInfo * reg_info,RegisterValue & reg_value) ReadRegister() argument
510 WriteRegister(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegister() argument
519 WriteRegister(EmulateInstruction * instruction,const EmulateInstruction::Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegister() argument
[all...]
/freebsd-src/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h104 struct instruction { struct
108 STAILQ_ENTRY(instruction) links; argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp257 size_t EmulateInstruction::ReadMemoryFrame(EmulateInstruction *instruction, in ReadMemoryFrame()
274 size_t EmulateInstruction::WriteMemoryFrame(EmulateInstruction *instruction, in WriteMemoryFrame()
292 bool EmulateInstruction::ReadRegisterFrame(EmulateInstruction *instruction, in ReadRegisterFrame()
303 bool EmulateInstruction::WriteRegisterFrame(EmulateInstruction *instruction, in WriteRegisterFrame()
314 size_t EmulateInstruction::ReadMemoryDefault(EmulateInstruction *instruction, in ReadMemoryDefault()
329 size_t EmulateInstruction::WriteMemoryDefault(EmulateInstruction *instruction, in WriteMemoryDefault()
343 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, in ReadRegisterDefault()
359 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, in WriteRegisterDefault()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp107 EmulateInstruction *instruction, void *baton, in ReadPseudoMemory()
148 EmulateInstruction *instruction, void *baton, in WritePseudoMemory()
184 EmulateInstruction *instruction, void *baton, in ReadPseudoRegister()
203 EmulateInstruction *instruction, void *baton, in WritePseudoRegister()
/freebsd-src/contrib/xz/src/liblzma/simple/
H A Dia64.c40 uint64_t instruction = 0; in ia64_code() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp381 if (lldb::InstructionSP instruction = item.symbol_info->instruction) { in DumpInstruction() local
493 if (InstructionSP instruction in CalculateDisass() local
502 if (InstructionSP instruction = CalculateDisass() local
[all...]
H A DThreadPlanTracer.cpp174 Instruction *instruction = in Log() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp60 if (const auto *instruction = dyn_cast<Instruction>(value)) in getDefBlock() local
/freebsd-src/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp99 uint32_t instruction = read32le(loc); in relaxGotLoad() local
/freebsd-src/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h281 #define kfpu_do_xsave(instruction, addr, mask) \ argument
346 #define kfpu_do_xrstor(instruction, addr, mask) \ argument
/freebsd-src/sys/contrib/zstd/examples/
H A Dcommon.h99 static FILE* fopen_orDie(const char *filename, const char *instruction) in fopen_orDie()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h58 lldb::InstructionSP instruction; global() member
[all...]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c527 dwarf_expand_frame_instructions(Dwarf_Cie cie, Dwarf_Ptr instruction, in dwarf_expand_frame_instructions()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1580 } else if (Instruction *instruction = dyn_cast<Instruction>(value)) { in ReplaceVariables() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp526 MCInst const &HexagonMCInstrInfo::instruction(MCInst const &MCB, size_t Index) { in instruction() function in HexagonMCInstrInfo
/freebsd-src/sys/dev/mlx5/
H A Dmlx5_ifc.h11165 u8 instruction[0x8]; global() member