Home
last modified time | relevance | path

Searched refs:instr_size (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/contrib/opencsd/decoder/source/i_dec/
HDtrc_i_decode.cpp77 instr_info->instr_size = 4; // instruction size A32 in DecodeA32()
131 instr_info->instr_size = 4; // default address update in DecodeA64()
189 instr_info->instr_size = is_wide_thumb((uint16_t)(instr_info->opcode >> 16)) ? 4 : 2; in DecodeT32()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDNativeProcessSoftwareSingleStep.cpp152 auto instr_size = emulator_up->GetLastInstrSize(); in SetupSoftwareSingleStepping() local
153 if (!instr_size) in SetupSoftwareSingleStepping()
161 lldb::addr_t next_pc = pc + *instr_size; in SetupSoftwareSingleStepping()
/freebsd-14-stable/sys/modules/dtrace/dtrace/
HDMakefile22 instr_size.c
28 SRCS+= instr_size.c
/freebsd-14-stable/contrib/opencsd/decoder/source/ptm/
HDtrc_pkt_decode_ptm.cpp587 …m.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type,m_instr_info.instr_size); in processAtomRange()
605 …utput_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type,m_instr_info.instr_size); in processAtomRange()
643 m_instr_info.instr_addr += m_instr_info.instr_size; in traceInstrToWP()
/freebsd-14-stable/contrib/opencsd/decoder/source/
HDocsd_code_follower.cpp112 m_en_range_addr = m_instr_info.instr_addr + m_instr_info.instr_size; in followSingleAtom()
/freebsd-14-stable/contrib/opencsd/decoder/include/common/
HDocsd_code_follower.h198 return m_instr_info.instr_size; in getInstrSize()
/freebsd-14-stable/contrib/opencsd/decoder/source/etmv4/
HDtrc_pkt_decode_etmv4i.cpp1286 elemIn.setLastInstrInfo(executed, instr.type, instr.sub_type, instr.instr_size); in setElemTraceRangeInstr()
1628 m_instr_info.instr_addr += m_instr_info.instr_size; in processQElement()
1718 m_instr_info.instr_addr += m_instr_info.instr_size; in processSourceAddress()
1736 if (out_range.en_addr - out_range.st_addr > m_instr_info.instr_size) in processSourceAddress()
1776 instr.instr_addr += instr.instr_size; in processSourceAddress()
1872 m_instr_info.instr_addr += m_instr_info.instr_size; in traceInstrToWP()
/freebsd-14-stable/sys/conf/
HDfiles.riscv4 cddl/dev/dtrace/riscv/instr_size.c optional dtrace compile-with "${DTRACE_C}"
HDfiles.x8621 cddl/dev/dtrace/x86/instr_size.c optional dtrace_fbt | dtraceall compile-with "${DTRACE_C}"
/freebsd-14-stable/contrib/opencsd/decoder/include/opencsd/
HDocsd_if_types.h400 uint8_t instr_size; /**< Decoder : size of the decoded instruction */ member