GDB (xrefs)
tic6x-c6xp.c
Go to the documentation of this file.
1 /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
2  Original: tic6x-c6xp.xml */
3 
4 #include "arch/tdesc.h"
5 
6 static int
8 {
9  struct tdesc_feature *feature;
10 
11  feature = tdesc_create_feature (result, "org.gnu.gdb.tic6x.c6xp", "tic6x-c6xp.xml");
12  tdesc_create_reg (feature, "TSR", regnum++, 1, NULL, 32, "uint32");
13  tdesc_create_reg (feature, "ILC", regnum++, 1, NULL, 32, "uint32");
14  tdesc_create_reg (feature, "RILC", regnum++, 1, NULL, 32, "uint32");
15  return regnum;
16 }
void tdesc_create_reg(struct tdesc_feature *feature, const char *name, int regnum, int save_restore, const char *group, int bitsize, const char *type)
int regnum
Definition: aarch64-tdep.c:77
static int create_feature_tic6x_c6xp(struct target_desc *result, long regnum)
Definition: tic6x-c6xp.c:7
struct tdesc_feature * tdesc_create_feature(struct target_desc *tdesc, const char *name, const char *xml=nullptr)