pub unsafe extern "C" fn instr_is_sse_or_sse2( instr: *mut instr_t, ) -> bool_
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.