Skip to main content

instr_is_sse_or_sse2

Function instr_is_sse_or_sse2 

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

Returns true iff \p instr is part of Intel’s SSE or SSE2 instructions. \deprecated Use instr_is_sse() combined with instr_is_sse2() instead.