#include "xed-decoded-inst.h"
#include "xed-error-enum.h"
Go to the source code of this file.
Data Structures | |
struct | xed_decode_cache_entry_t |
struct | xed_decode_cache_t |
Functions | |
XED_DLL_EXPORT xed_error_enum_t | xed_decode_cache (xed_decoded_inst_t *xedd, const xed_uint8_t *itext, const unsigned int bytes, xed_decode_cache_t *cache) |
This is the main interface to the decoder. | |
XED_DLL_EXPORT void | xed_decode_cache_initialize (xed_decode_cache_t *cache, xed_decode_cache_entry_t *entries, xed_uint32_t n_entries) |
Have XED initialize the decode cache that you've allocated. |
Definition in file xed-decode-cache.h.