Skip to main content

instr_is_mov

Function instr_is_mov 

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

Returns true iff \p instr is an IA-32/AMD64 “mov” instruction: either OP_mov_st, OP_mov_ld, OP_mov_imm, OP_mov_seg, or OP_mov_priv.