Searched refs:REGNO_ANY (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c111 static const Hwcentry empty_ctr = {NULL, NULL, REGNO_ANY, NULL, PRELOAD_DEF, 0, ABST_NONE, 0};
115 #define SYSTIME_REGNOS REGNO_ANY // Linux: make sys_time/usr_time available for data collection
138 {"usr", "PERF_COUNT_SW_TASK_CLOCK", REGNO_ANY, STXT("User CPU"), PRELOADS_7, -(1000), ABST_NONE}, \
139 {"sys", "PERF_COUNT_SW_TASK_CLOCK~system=1~user=0", REGNO_ANY, STXT("System CPU"), PRELOADS_7, -(1000), ABST_NONE}, \
146 {"PERF_COUNT_SW_TASK_CLOCK", NULL, REGNO_ANY, NULL, PRELOADS_7, -(1000),ABST_NONE}, \
160 {"PAPI_l1_dcm", NULL, REGNO_ANY, PAPITXT ("L1 D-cache misses"), PRELOADS_65, 0, ABST_NONE},
161 {"PAPI_l1_icm", NULL, REGNO_ANY, PAPITXT ("L1 I-cache misses"), PRELOADS_6, 0, ABST_NONE},
162 {"PAPI_l2_dcm", NULL, REGNO_ANY, PAPITXT ("L2 D-cache misses"), PRELOADS_6, 0, ABST_NONE},
163 {"PAPI_l2_icm", NULL, REGNO_ANY, PAPITXT ("L2 I-cache misses"), PRELOADS_6, 0, ABST_NONE},
164 {"PAPI_l3_dcm", NULL, REGNO_ANY, PAPITX
[all...]
H A Dhwc_cpus.h30 #define REGNO_ANY ((regno_t)-1) macro
34 #define REG_LIST_IS_EMPTY(reg_list) (!(reg_list) || (reg_list)[0] == REGNO_ANY)
35 #define REG_LIST_EOL(regno) ((regno)==REGNO_ANY)
37 (((reg_list) && (reg_list)[1] == REGNO_ANY && \
38 (reg_list)[0] != REGNO_ANY ) ? (reg_list)[0] : REGNO_ANY)
H A Dhwcfuncs.c238 hwcdef[idx].reg_num = REGNO_ANY;
278 regno_t reg = REGNO_ANY;
575 regno = REGNO_ANY;
657 if (regno == REGNO_ANY) /* wildcard */
H A Dhwcdrv.c68 if (regno == REGNO_ANY)
73 if (regno != REGNO_ANY)
86 /* assign HWCs that are currently REGNO_ANY */
89 if (entries[idx]->reg_num == REGNO_ANY)
93 for (; reg_list && *reg_list != REGNO_ANY; reg_list++)
310 if (regno == REGNO_ANY)
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c111 static const Hwcentry empty_ctr = {NULL, NULL, REGNO_ANY, NULL, PRELOAD_DEF, 0, ABST_NONE, 0};
115 #define SYSTIME_REGNOS REGNO_ANY // Linux: make sys_time/usr_time available for data collection
138 {"usr", "PERF_COUNT_SW_TASK_CLOCK", REGNO_ANY, STXT("User CPU"), PRELOADS_7, -(1000), ABST_NONE}, \
139 {"sys", "PERF_COUNT_SW_TASK_CLOCK~system=1~user=0", REGNO_ANY, STXT("System CPU"), PRELOADS_7, -(1000), ABST_NONE}, \
146 {"PERF_COUNT_SW_TASK_CLOCK", NULL, REGNO_ANY, NULL, PRELOADS_7, -(1000),ABST_NONE}, \
160 {"PAPI_l1_dcm", NULL, REGNO_ANY, PAPITXT ("L1 D-cache misses"), PRELOADS_65, 0, ABST_NONE},
161 {"PAPI_l1_icm", NULL, REGNO_ANY, PAPITXT ("L1 I-cache misses"), PRELOADS_6, 0, ABST_NONE},
162 {"PAPI_l2_dcm", NULL, REGNO_ANY, PAPITXT ("L2 D-cache misses"), PRELOADS_6, 0, ABST_NONE},
163 {"PAPI_l2_icm", NULL, REGNO_ANY, PAPITXT ("L2 I-cache misses"), PRELOADS_6, 0, ABST_NONE},
164 {"PAPI_l3_dcm", NULL, REGNO_ANY, PAPITX
[all...]
H A Dhwc_cpus.h43 #define REGNO_ANY ((regno_t)-1) macro
47 #define REG_LIST_IS_EMPTY(reg_list) (!(reg_list) || (reg_list)[0] == REGNO_ANY)
48 #define REG_LIST_EOL(regno) ((regno)==REGNO_ANY)
50 (((reg_list) && (reg_list)[1] == REGNO_ANY && \
51 (reg_list)[0] != REGNO_ANY ) ? (reg_list)[0] : REGNO_ANY)
H A Dhwcfuncs.c238 hwcdef[idx].reg_num = REGNO_ANY;
271 regno_t reg = REGNO_ANY;
567 regno = REGNO_ANY;
649 if (regno == REGNO_ANY) /* wildcard */
H A Dhwcdrv.c68 if (regno == REGNO_ANY)
73 if (regno != REGNO_ANY)
86 /* assign HWCs that are currently REGNO_ANY */
89 if (entries[idx]->reg_num == REGNO_ANY)
93 for (; reg_list && *reg_list != REGNO_ANY; reg_list++)
310 if (regno == REGNO_ANY)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc1350 if (hnew->reg_list[i] == REGNO_ANY)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc1373 if (hnew->reg_list[i] == REGNO_ANY)

Completed in 326 milliseconds