Skip to main content

instr_get_x86_mode

Function instr_get_x86_mode 

Source
pub unsafe extern "C" fn instr_get_x86_mode(
    instr: *mut instr_t,
) -> bool_
Expand description

Returns true if \p instr is an x86 instruction (32-bit) and false if \p instr is an x64 instruction (64-bit).

\note For 64-bit DR builds only.

\deprecated Replaced by instr_get_isa_mode().