#include "xed-common-hdrs.h"
Go to the source code of this file.
Defines | |
#define | _XED_ERROR_ENUM_H_ |
Enumerations | |
enum | xed_error_enum_t { XED_ERROR_NONE, XED_ERROR_BUFFER_TOO_SHORT, XED_ERROR_GENERAL_ERROR, XED_ERROR_INVALID_FOR_CHIP, XED_ERROR_BAD_REGISTER, XED_ERROR_BAD_LOCK_PREFIX, XED_ERROR_BAD_REP_PREFIX, XED_ERROR_BAD_LEGACY_PREFIX, XED_ERROR_BAD_REX_PREFIX, XED_ERROR_BAD_EVEX_UBIT, XED_ERROR_BAD_MAP, XED_ERROR_NO_OUTPUT_POINTER, XED_ERROR_NO_AGEN_CALL_BACK_REGISTERED, XED_ERROR_BAD_MEMOP_INDEX, XED_ERROR_CALLBACK_PROBLEM, XED_ERROR_GATHER_REGS, XED_ERROR_INSTR_TOO_LONG, XED_ERROR_LAST } |
Functions | |
XED_DLL_EXPORT xed_error_enum_t | str2xed_error_enum_t (const char *s) |
This converts strings to xed_error_enum_t types. | |
XED_DLL_EXPORT const char * | xed_error_enum_t2str (const xed_error_enum_t p) |
This converts strings to xed_error_enum_t types. | |
XED_DLL_EXPORT xed_error_enum_t | xed_error_enum_t_last (void) |
Returns the last element of the enumeration. |
Definition in file xed-error-enum.h.
|
Definition at line 37 of file xed-error-enum.h. |
|
Definition at line 39 of file xed-error-enum.h. |