Function xed_sys::xed_interface::xed_rep_remove [] [src]

pub unsafe extern "C" fn xed_rep_remove(
    x: xed_iclass_enum_t
) -> xed_iclass_enum_t

@ingroup DEC Take an instruction with a REP/REPE/REPNE prefix and return the corresponding xed_iclass_enum_t without that prefix. The return value differs from the other functions in this group: If the input iclass does not have REP/REPNE/REPE prefix, the function returns the original instruction.