Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.cpp188 const size_t inst_size = in Decode() local
190 if (inst_size == 0) in Decode()
193 m_opcode.SetOpcodeBytes(opcode_data, inst_size); in Decode()
256 size_t inst_size = in CalculateMnemonicOperandsAndComment() local
259 if (inst_size > 0) { in CalculateMnemonicOperandsAndComment()
268 if (inst_size == 0) { in CalculateMnemonicOperandsAndComment()
270 inst_size = m_opcode.GetByteSize(); in CalculateMnemonicOperandsAndComment()
274 switch (inst_size) { in CalculateMnemonicOperandsAndComment()
300 if (inst_size == 0) in CalculateMnemonicOperandsAndComment()
303 const uint8_t *bytes = data.PeekData(offset, inst_size); in CalculateMnemonicOperandsAndComment()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDisassembler.cpp939 uint32_t inst_size = (*pos)->GetOpcode().GetByteSize(); in GetMaxOpcocdeByteSize() local
940 if (max_inst_size < inst_size) in GetMaxOpcocdeByteSize()
941 max_inst_size = inst_size; in GetMaxOpcocdeByteSize()
/freebsd-12-stable/contrib/gcc/
Dtree-sra.c1434 unsigned HOST_WIDE_INT full_size, inst_size = 0; in decide_block_copy() local
1449 inst_count = sum_instantiated_sizes (elt, &inst_size); in decide_block_copy()
1463 && inst_size * 100 >= full_size * SRA_FIELD_STRUCTURE_RATIO) in decide_block_copy()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp897 const size_t inst_size = in instruction_length() local
901 length = inst_size; in instruction_length()
/freebsd-12-stable/sys/dev/iwm/
Dif_iwmreg.h925 uint32_t inst_size; /* bytes of runtime code */ member
934 uint32_t inst_size; /* bytes of runtime code */ member