[][src]Function xed_sys::xed_decode_with_features

pub unsafe extern "C" fn xed_decode_with_features(
    xedd: *mut xed_decoded_inst_t,
    itext: *const u8,
    bytes: c_uint,
    features: *mut xed_chip_features_t
) -> xed_error_enum_t

@ingroup DEC See #xed_decode(). This version of the decode API adds a CPUID feature vector to support restricting decode based on both a specified chip via #xed_decoded_inst_set_input_chip() and a modify-able cpuid feature vector obtained from #xed_get_chip_features().