Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp532 uint64_t inst_size = 0; in Decode() local
534 pc, inst, inst_size); in Decode()
536 if (inst_size != 0) { in Decode()
538 m_opcode.SetOpcode16_32TupleBytes(opcode_data, inst_size, in Decode()
541 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()
615 uint64_t inst_size = 0; in CalculateMnemonicOperandsAndComment() local
617 inst, inst_size); in CalculateMnemonicOperandsAndComment()
619 if (valid && inst_size > 0) { in CalculateMnemonicOperandsAndComment()
635 if (inst_size == 0) { in CalculateMnemonicOperandsAndComment()
637 inst_size = m_opcode.GetByteSize(); in CalculateMnemonicOperandsAndComment()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp86 uint32_t inst_size = m_opcode.GetByteSize(); in EvaluateInstruction() local
112 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
/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/Core/
H A DDisassembler.cpp1012 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize() local
1013 if (max_inst_size < inst_size) in GetMaxOpcocdeByteSize()
1014 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.c634 le32_to_cpu(ucode->u.v2.inst_size)); in iwl_parse_v1_v2_firmware()
653 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
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h1502 uint32_t inst_size; /* bytes of runtime code */ member
1511 uint32_t inst_size; /* bytes of runtime code */ member