Function xed_sys::xed_repne_map[][src]

pub unsafe extern "C" fn xed_repne_map(
    iclass: xed_iclass_enum_t
) -> xed_iclass_enum_t
Expand description

@ingroup DEC Take an #xed_iclass_enum_t value without a REPNE prefix and return the corresponding #xed_iclass_enum_t with a REPNE prefix. If the input instruction cannot have a REPNE prefix, this function returns XED_ICLASS_INVALID.