Home
last modified time | relevance | path

Searched refs:NUM_GPRS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h149 builtin_define_with_int_value ("__FRV_GPR__", NUM_GPRS); \
194 #define NUM_GPRS (TARGET_GPR_32? 32 : 64) macro
Dfrv.cc793 for (i = GPR_FIRST + NUM_GPRS; i <= GPR_LAST; i++) in frv_conditional_register_usage()