Home
last modified time | relevance | path

Searched defs:GENERAL_REGNO_P (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.h160 #define GENERAL_REGNO_P(N) IN_RANGE (N, 2, 31) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.h160 #define GENERAL_REGNO_P(N) IN_RANGE (N, 2, 31) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h292 #define GENERAL_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h292 #define GENERAL_REGNO_P(REGNO) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h419 #define GENERAL_REGNO_P(N) ((int)(N) >= 0 && (N) < 16) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h439 #define GENERAL_REGNO_P(N) ((int)(N) >= 0 && (N) < 16) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h1409 #define GENERAL_REGNO_P(N) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h1527 #define GENERAL_REGNO_P(N) \ macro