Function xed_sys::xed_interface::xed_encode_nop [] [src]

pub unsafe extern "C" fn xed_encode_nop(
    array: *mut u8,
    ilen: c_uint
) -> xed_error_enum_t

This function will attempt to encode a NOP of exactly ilen bytes. If such a NOP is not encodeable, then false will be returned.

@param array the encoded instruction bytes are stored here @param ilen the input length array. @return success/failure as a #xed_error_enum_t @ingroup ENC