[][src]Function xed_sys::xed_norep_map

pub unsafe extern "C" fn xed_norep_map(
    iclass: xed_iclass_enum_t
) -> xed_iclass_enum_t

@ingroup DEC Take an #xed_iclass_enum_t value for an instruction with a REP/REPNE/REPE prefix and return the corresponding #xed_iclass_enum_t without that prefix. If the input instruction does not have a REP/REPNE/REPE prefix, this function returns XED_ICLASS_INVALID.