|
Intel® X86 Encoder Decoder
|
#include "xed-types.h"#include "xed-portability.h"#include "xed-flag-enum.h"#include "xed-flag-action-enum.h"#include "xed-gen-table-defs.h"#include "xed-reg-enum.h"Data Structures | |
| union | xed_flag_dfv_s |
| a struct representing an instruction's default flags values More... | |
| struct | xed_flag_enum_s |
| Associated with each flag field there can be one action. More... | |
| union | xed_flag_set_s |
| a union of flags bits More... | |
| struct | xed_simple_flag_s |
| A collection of xed_flag_action_t's and unions of read and written flags. More... | |
Typedefs | |
| typedef union xed_flag_dfv_s | xed_flag_dfv_t |
| a struct representing an instruction's default flags values | |
| typedef union xed_flag_set_s | xed_flag_set_t |
Flag-set accessors | |
| typedef struct xed_flag_enum_s | xed_flag_action_t |
| Associated with each flag field there can be one action. | |
| XED_DLL_EXPORT xed_bool_t | xed_flag_set_is_subset_of (const xed_flag_set_t *p, const xed_flag_set_t *other) |
| returns true if this object has a subset of the flags of the "other" object. | |
| XED_DLL_EXPORT int | xed_flag_set_print (const xed_flag_set_t *p, char *buf, int buflen) |
| print the flag set in the supplied buffer | |
| typedef union xed_flag_set_s xed_flag_set_t |