Home
last modified time | relevance | path

Searched refs:inst_size (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp526 const size_t inst_size = in Decode() local
528 if (inst_size == 0) in Decode()
531 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()
609 size_t inst_size = in CalculateMnemonicOperandsAndComment() local
612 if (inst_size > 0) { in CalculateMnemonicOperandsAndComment()
628 if (inst_size == 0) { in CalculateMnemonicOperandsAndComment()
630 inst_size = m_opcode.GetByteSize(); in CalculateMnemonicOperandsAndComment()
634 switch (inst_size) { in CalculateMnemonicOperandsAndComment()
660 if (inst_size == 0) in CalculateMnemonicOperandsAndComment()
663 const uint8_t *bytes = data.PeekData(offset, inst_size); in CalculateMnemonicOperandsAndComment()
[all …]
/freebsd-13-stable/sys/contrib/dev/iwlwifi/fw/
HDfile.h18 __le32 inst_size; /* bytes of runtime code */ member
27 __le32 inst_size; /* bytes of runtime code */ member
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.cpp86 uint32_t inst_size = m_opcode.GetByteSize(); in EvaluateInstruction() local
111 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp978 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize() local
979 if (max_inst_size < inst_size) in GetMaxOpcocdeByteSize()
980 max_inst_size = inst_size; in GetMaxOpcocdeByteSize()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
HDx86AssemblyInspectionEngine.cpp883 const size_t inst_size = in instruction_length() local
887 length = inst_size; in instruction_length()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/
HDiwl-drv.c529 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
548 le32_to_cpu(ucode->u.v1.inst_size)); in iwl_parse_v1_v2_firmware()
/freebsd-13-stable/sys/dev/iwm/
HDif_iwmreg.h924 uint32_t inst_size; /* bytes of runtime code */ member
933 uint32_t inst_size; /* bytes of runtime code */ member