Searched refs:regno_t (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwc_cpus.h29 typedef int regno_t; typedef
30 #define REGNO_ANY ((regno_t)-1)
31 #define REGNO_INVALID ((regno_t)-2)
33 /* --- Utilities for use with regno_t and reg_list[] --- */
H A Dhwcentry.h109 regno_t reg_num; /* register in CPU, aka picnum, or REGNO_ANY */
121 regno_t *reg_list; /* if not NULL, legal values for <reg_num> field above */
H A Dhwcfuncs.h156 char **pattrs, char **pregstr, regno_t *pregno);
234 extern int regno_is_valid (const Hwcentry *pctr, regno_t regno);
H A Dhwcfuncs.c278 regno_t reg = REGNO_ANY;
552 char **pattrs, char **pregstr, regno_t *pregno)
556 regno_t regno;
585 regno = (regno_t) strtol (slash + 1, &endchar, 0);
652 regno_is_valid (const Hwcentry * pctr, regno_t regno)
654 regno_t *reg_list = pctr->reg_list;
661 regno_t tmp = reg_list[ii];
H A Dhwcdrv.c67 regno_t regno = entries[idx]->reg_num;
92 regno_t *reg_list = entries[idx]->reg_list;
95 regno_t regno = *reg_list;
H A Dhwctable.c2636 regno_t regno;
2653 get_regnolist (char *buf, size_t sz, const regno_t *reg_list, int style)
2678 regno_t regno = reg_list[ii];
2702 regno_t regno = reg_list[ii];
2733 regno_t regno = reg_list[ii];
2741 regno_t regno = reg_list[ii];
2799 regno_add (Hwcentry * pctr, regno_t regno)
2802 regno_t *reg_list;
2812 reg_list = (regno_t*) malloc (sizeof (regno_t*) * MAX_PIC
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwc_cpus.h42 typedef int regno_t; typedef
43 #define REGNO_ANY ((regno_t)-1)
44 #define REGNO_INVALID ((regno_t)-2)
46 /* --- Utilities for use with regno_t and reg_list[] --- */
H A Dhwcentry.h109 regno_t reg_num; /* register in CPU, aka picnum, or REGNO_ANY */
122 regno_t *reg_list; /* if not NULL, legal values for <reg_num> field above */
H A Dhwcfuncs.h156 char **pattrs, char **pregstr, regno_t *pregno);
234 extern int regno_is_valid (const Hwcentry *pctr, regno_t regno);
H A Dhwcfuncs.c271 regno_t reg = REGNO_ANY;
544 char **pattrs, char **pregstr, regno_t *pregno)
548 regno_t regno;
577 regno = (regno_t) strtol (slash + 1, &endchar, 0);
644 regno_is_valid (const Hwcentry * pctr, regno_t regno)
646 regno_t *reg_list = pctr->reg_list;
653 regno_t tmp = reg_list[ii];
H A Dhwcdrv.c67 regno_t regno = entries[idx]->reg_num;
92 regno_t *reg_list = entries[idx]->reg_list;
95 regno_t regno = *reg_list;
H A Dhwctable.c2672 regno_t regno;
2689 get_regnolist (char *buf, size_t sz, const regno_t *reg_list, int style)
2714 regno_t regno = reg_list[ii];
2738 regno_t regno = reg_list[ii];
2769 regno_t regno = reg_list[ii];
2777 regno_t regno = reg_list[ii];
2835 regno_add (Hwcentry * pctr, regno_t regno)
2838 regno_t *reg_list;
2848 reg_list = (regno_t*) malloc (sizeof (regno_t*) * MAX_PIC
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc1343 hnew->reg_list = (regno_t*) malloc (sizeof (regno_t*) * MAX_PICS);
H A DDbe.cc7124 regno_t *reglist = ctr->reg_list;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc1366 hnew->reg_list = (regno_t*) malloc (sizeof (regno_t*) * MAX_PICS);
H A DDbe.cc7124 regno_t *reglist = ctr->reg_list;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c18251 int i, regno_t, field_size;
18267 regno_t = *regno;
18274 |= comp_not_to_clear_mask_str_un (field_t, &regno_t,
18280 regno_t = (field_size / 32) + *regno;
18284 for (i = *regno; i < regno_t; i++)
18295 padding_bits_to_clear_res[regno_t]
18296 &= padding_bits_to_clear_t[regno_t] | mask;
18300 if (max_reg < regno_t)
18302 max_reg = regno_t;
18305 else if (max_reg == regno_t
18235 int i, regno_t, field_size; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc18426 int i, regno_t, field_size;
18442 regno_t = *regno;
18449 |= comp_not_to_clear_mask_str_un (field_t, &regno_t,
18455 regno_t = (field_size / 32) + *regno;
18459 for (i = *regno; i < regno_t; i++)
18470 padding_bits_to_clear_res[regno_t]
18471 &= padding_bits_to_clear_t[regno_t] | mask;
18475 if (max_reg < regno_t)
18477 max_reg = regno_t;
18480 else if (max_reg == regno_t
[all...]

Completed in 537 milliseconds