Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.h265 #define GENERAL_REGNO_P(N) ((int)(N) >= 0 && (N) < 16) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.h207 #define GENERAL_REGNO_P(N) ((int)(N) >= 0 && (N) < 16) macro
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.h330 #define GENERAL_REGNO_P(REGNO) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h456 #define GENERAL_REGNO_P(REGNO) \ macro
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.h1178 #define GENERAL_REGNO_P(N) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h1333 #define GENERAL_REGNO_P(N) \ macro