static int create_feature_i386_32bit_mpx(struct target_desc *result, long regnum)
void tdesc_create_reg(struct tdesc_feature *feature, const char *name, int regnum, int save_restore, const char *group, int bitsize, const char *type)
void tdesc_add_bitfield(tdesc_type_with_fields *type, const char *field_name, int start, int end)
tdesc_type_with_fields * tdesc_create_union(struct tdesc_feature *feature, const char *name)
struct tdesc_feature * tdesc_create_feature(struct target_desc *tdesc, const char *name, const char *xml=nullptr)
tdesc_type_with_fields * tdesc_create_struct(struct tdesc_feature *feature, const char *name)
struct tdesc_type * tdesc_named_type(const struct tdesc_feature *feature, const char *id)
void tdesc_add_field(tdesc_type_with_fields *type, const char *field_name, struct tdesc_type *field_type)
void tdesc_set_struct_size(tdesc_type_with_fields *type, int size)