pub unsafe extern "C" fn instr_get_operation_size(
instr: *mut instr_t,
) -> opnd_size_tExpand description
Returns the operation size of \p instr if it’s a #DR_ISA_REGDEPS instruction, #OPSZ_NA otherwise.
pub unsafe extern "C" fn instr_get_operation_size(
instr: *mut instr_t,
) -> opnd_size_tReturns the operation size of \p instr if it’s a #DR_ISA_REGDEPS instruction, #OPSZ_NA otherwise.