Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp526 const size_t inst_size = in Decode()
528 if (inst_size == 0) in Decode()
531 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()
609 size_t inst_size = in CalculateMnemonicOperandsAndComment()
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()
521 const size_t inst_size = Decode() local
602 size_t inst_size = CalculateMnemonicOperandsAndComment() local
1192 const size_t inst_size = VisitInstruction() local
1616 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor); DecodeInstructions() local
[all...]
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dfile.h18 __le32 inst_size; /* bytes of runtime code */ member
27 __le32 inst_size; /* bytes of runtime code */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.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/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.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/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp883 const size_t inst_size = in instruction_length() local
887 length = inst_size; in instruction_length()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c534 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
553 le32_to_cpu(ucode->u.v1.inst_size)); in iwl_parse_v1_v2_firmware()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h1064 uint32_t inst_size; /* bytes of runtime code */ member
1073 uint32_t inst_size; /* bytes of runtime code */ member