Home
last modified time | relevance | path

Searched defs:FP_REGNO_P (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.h588 #define FP_REGNO_P(REGNO) IN_RANGE (REGNO, 16, 23) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.h588 #define FP_REGNO_P(REGNO) IN_RANGE (REGNO, 16, 23) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h289 #define FP_REGNO_P(REGNO) ((REGNO) >= 128 && (REGNO) <= 254 && (REGNO) != 159) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h289 #define FP_REGNO_P(REGNO) ((REGNO) >= 128 && (REGNO) <= 254 && (REGNO) != 159) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.h488 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.h479 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h421 #define FP_REGNO_P(N) ((N) >= 16 && (N) < 32) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h441 #define FP_REGNO_P(N) ((N) >= 16 && (N) < 32) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h981 #define FP_REGNO_P(N) ((N) >= 32 && (N) <= 63) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h987 #define FP_REGNO_P(N) ((N) >= 32 && (N) <= 63) macro