pub unsafe extern "C" fn instr_set_prefix_flag(
instr: *mut instr_t,
prefix: uint,
) -> *mut instr_tExpand description
Assumes that \p prefix is a PREFIX_ constant. Ors \p instr’s prefixes with \p prefix. Returns the supplied instr (for easy chaining).