Searched refs:regno_is_valid (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcfuncs.h33 #define regno_is_valid __collector_regno_is_valid macro
234 extern int regno_is_valid (const Hwcentry *pctr, regno_t regno);
H A Dhwcfuncs.c652 regno_is_valid (const Hwcentry * pctr, regno_t regno) function
H A Dhwcdrv.c75 if (regno < 0 || regno >= MAX_PICS || !regno_is_valid (entries[idx], regno))
H A Dhwctable.c2975 if (!regno_is_valid (pctr, regno))
3038 if (!regno_is_valid (pctr, pctr->reg_num))
3754 if (!regno_is_valid (pfound, regno))
5234 if (!regno_is_valid (pctr, 1))
5294 if (!regno_is_valid (praw, pctr->reg_num))
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.h33 #define regno_is_valid __collector_regno_is_valid macro
234 extern int regno_is_valid (const Hwcentry *pctr, regno_t regno);
H A Dhwcfuncs.c644 regno_is_valid (const Hwcentry * pctr, regno_t regno) function
H A Dhwcdrv.c75 if (regno < 0 || regno >= MAX_PICS || !regno_is_valid (entries[idx], regno))
H A Dhwctable.c3011 if (!regno_is_valid (pctr, regno))
3074 if (!regno_is_valid (pctr, pctr->reg_num))
3790 if (!regno_is_valid (pfound, regno))
5270 if (!regno_is_valid (pctr, 1))
5330 if (!regno_is_valid (praw, pctr->reg_num))

Completed in 181 milliseconds