Home
last modified time | relevance | path

Searched defs:REG_LIST_IS_EMPTY (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwc_cpus.h34 #define REG_LIST_IS_EMPTY(reg_list) (!(reg_list) || (reg_list)[0] == REGNO_ANY) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwc_cpus.h47 #define REG_LIST_IS_EMPTY(reg_list) (!(reg_list) || (reg_list)[0] == REGNO_ANY) macro