|
|
static XED_INLINE unsigned int | xed_flag_set_mask (const xed_flag_set_t *p) |
|
const XED_DLL_EXPORT xed_flag_action_t * | xed_simple_flag_get_flag_action (const xed_simple_flag_t *p, unsigned int i) |
|
XED_DLL_EXPORT xed_bool_t | xed_simple_flag_get_may_write (const xed_simple_flag_t *p) |
|
XED_DLL_EXPORT xed_bool_t | xed_simple_flag_get_must_write (const xed_simple_flag_t *p) |
|
XED_DLL_EXPORT unsigned int | xed_simple_flag_get_nflags (const xed_simple_flag_t *p) |
|
const XED_DLL_EXPORT xed_flag_set_t * | xed_simple_flag_get_read_flag_set (const xed_simple_flag_t *p) |
|
const XED_DLL_EXPORT xed_flag_set_t * | xed_simple_flag_get_undefined_flag_set (const xed_simple_flag_t *p) |
|
const XED_DLL_EXPORT xed_flag_set_t * | xed_simple_flag_get_written_flag_set (const xed_simple_flag_t *p) |
|
XED_DLL_EXPORT int | xed_simple_flag_print (const xed_simple_flag_t *p, char *buf, int buflen) |
|
XED_DLL_EXPORT xed_bool_t | xed_simple_flag_reads_flags (const xed_simple_flag_t *p) |
|
XED_DLL_EXPORT xed_bool_t | xed_simple_flag_writes_flags (const xed_simple_flag_t *p) |
|