Searched defs:instruction (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/xz/src/liblzma/simple/
H A Dia64.c41 uint64_t instruction = 0; local
/freebsd-12-stable/contrib/binutils/gas/
H A Ditbl-parse.y212 instruction: label
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp167 Instruction *instruction = local
/freebsd-12-stable/sys/contrib/zstd/contrib/seekable_format/examples/
H A Dseekable_decompression.c41 static FILE* fopen_orDie(const char *filename, const char *instruction) argument
H A Dparallel_compression.c40 static FILE* fopen_orDie(const char *filename, const char *instruction) argument
H A Dparallel_processing.c54 static FILE* fopen_orDie(const char *filename, const char *instruction) argument
H A Dseekable_compression.c27 static FILE* fopen_orDie(const char *filename, const char *instruction) argument
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h106 struct instruction { struct
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm64.cpp341 uint32_t ArchHandler_arm64::setDisplacementInADRP(uint32_t instruction, argument
353 ArchHandler_arm64::offset12KindFromInstruction(uint32_t instruction) { argument
371 uint32_t ArchHandler_arm64::setImm12(uint32_t instruction, uint32_t offset) { argument
595 uint32_t instruction; local
[all...]
H A DArchHandler_arm.cpp356 getDisplacementFromArmBranch(uint32_t instruction) argument
368 setDisplacementInArmBranch(uint32_t instruction, int32_t displacement, bool targetIsThumb) argument
398 getDisplacementFromThumbBranch(uint32_t instruction, uint32_t instrAddr) argument
423 setDisplacementInThumbBranch(uint32_t instruction, uint32_t instrAddr, int32_t displacement, bool targetIsThumb) argument
462 isThumbMovw(uint32_t instruction) argument
466 isThumbMovt(uint32_t instruction) argument
470 isArmMovw(uint32_t instruction) argument
474 isArmMovt(uint32_t instruction) argument
478 getWordFromThumbMov(uint32_t instruction) argument
487 getWordFromArmMov(uint32_t instruction) argument
532 uint32_t instruction = *(const ulittle32_t *)fixupContent; local
791 uint32_t instruction = *(const ulittle32_t *)fixupContent; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp143 ReadPseudoMemory( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, void *dst, size_t length) argument
184 WritePseudoMemory( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t length) argument
220 ReadPseudoRegister( EmulateInstruction *instruction, void *baton, const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &reg_value) argument
239 WritePseudoRegister( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &reg_value) argument
/freebsd-12-stable/contrib/binutils/opcodes/
H A Darc-dis.h53 unsigned char* instruction; member in struct:arcDisState
H A Dcr16-dis.c84 const inst *instruction; variable
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp248 size_t EmulateInstruction::ReadMemoryFrame(EmulateInstruction *instruction, argument
265 size_t EmulateInstruction::WriteMemoryFrame(EmulateInstruction *instruction, argument
283 bool EmulateInstruction::ReadRegisterFrame(EmulateInstruction *instruction, argument
294 bool EmulateInstruction::WriteRegisterFrame(EmulateInstruction *instruction, argument
305 size_t EmulateInstruction::ReadMemoryDefault(EmulateInstruction *instruction, argument
320 size_t EmulateInstruction::WriteMemoryDefault(EmulateInstruction *instruction, argument
334 bool EmulateInstruction::ReadRegisterDefault(EmulateInstruction *instruction, argument
350 bool EmulateInstruction::WriteRegisterDefault(EmulateInstruction *instruction, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp360 ReadMemory( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, void *dst, size_t dst_len) argument
379 WriteMemory( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t dst_len) argument
389 WriteMemory( EmulateInstruction *instruction, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t dst_len) argument
462 ReadRegister(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
472 ReadRegister(EmulateInstruction *instruction, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
491 WriteRegister( EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
500 WriteRegister( EmulateInstruction *instruction, const EmulateInstruction::Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
[all...]
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c527 dwarf_expand_frame_instructions(Dwarf_Cie cie, Dwarf_Ptr instruction, argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp901 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, argument
914 static bool ReadRegisterCallback(EmulateInstruction *instruction, void *baton, argument
938 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton, argument
948 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp474 MCInst const &HexagonMCInstrInfo::instruction(MCInst const &MCB, size_t Index) { function in class:HexagonMCInstrInfo
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c443 instruction_t instruction; local
530 instruction_t instruction; local
602 const instruction_t *instruction; local
753 const instruction_t *instruction local
828 instruction_t *instruction = instructions + i; local
[all...]
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c66 const inst *instruction; variable
[all...]
H A Dtc-score.c141 unsigned long instruction; member in struct:score_it
[all...]
H A Dtc-arm.c307 unsigned long instruction; member in struct:arm_it
17770 negate_data_op(unsigned long * instruction, unsigned long value) argument
17850 thumb32_negate_data_op(offsetT *instruction, unsigned int value) argument
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Delfxx-mips.c6788 unsigned long instruction; local
[all...]
/freebsd-12-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h10345 u8 instruction[0x8]; member in struct:mlx5_ifc_mcc_reg_bits

Completed in 501 milliseconds