HomeSort by: relevance | last modified time | path
    Searched defs:FP_REGNO_P (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.h 294 #define FP_REGNO_P(REGNO) ((REGNO) >= 128 && (REGNO) <= 254 && (REGNO) != 159)
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.h 595 #define FP_REGNO_P(REGNO) IN_RANGE (REGNO, 16, 23)
626 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X)))
737 (INT_REGNO_P (REG) || FP_REGNO_P (REG) ? (REG) : INVALID_REGNUM)
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.h 492 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
757 (FP_REGNO_P (X) \
760 && FP_REGNO_P (reg_renumber[X])))
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.h 294 #define FP_REGNO_P(REGNO) ((REGNO) >= 128 && (REGNO) <= 254 && (REGNO) != 159)
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.h 595 #define FP_REGNO_P(REGNO) IN_RANGE (REGNO, 16, 23)
626 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X)))
737 (INT_REGNO_P (REG) || FP_REGNO_P (REG) ? (REG) : INVALID_REGNUM)
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.h 490 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
755 (FP_REGNO_P (X) \
758 && FP_REGNO_P (reg_renumber[X])))
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.h 441 #define FP_REGNO_P(N) ((N) >= 16 && (N) < 32)
446 #define VECTOR_REGNO_P(N) (FP_REGNO_P (N) || VECTOR_NOFP_REGNO_P (N))
450 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X)))
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.h 441 #define FP_REGNO_P(N) ((N) >= 16 && (N) < 32)
446 #define VECTOR_REGNO_P(N) (FP_REGNO_P (N) || VECTOR_NOFP_REGNO_P (N))
450 #define FP_REG_P(X) (REG_P (X) && FP_REGNO_P (REGNO (X)))
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.h 937 #define FP_REGNO_P(N) ((N) >= 32 && (N) <= 63)
956 #define VSX_REGNO_P(N) (FP_REGNO_P (N) || ALTIVEC_REGNO_P (N))
961 (ALTIVEC_REGNO_P (N) || (TARGET_VSX && FP_REGNO_P (N)))
972 || (TARGET_VSX && FP_REGNO_P (N))) \
982 && FP_REGNO_P (REGNO) \
984 : FLOAT128_IBM_P (MODE) && FP_REGNO_P (REGNO) \
986 : (MODE) == TDmode && FP_REGNO_P (REGNO) \
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.h 983 #define FP_REGNO_P(N) ((N) >= 32 && (N) <= 63)
1002 #define VSX_REGNO_P(N) (FP_REGNO_P (N) || ALTIVEC_REGNO_P (N))
1007 (ALTIVEC_REGNO_P (N) || (TARGET_VSX && FP_REGNO_P (N)))
1018 || (TARGET_VSX && FP_REGNO_P (N))) \
1028 && FP_REGNO_P (REGNO) \
1030 : FLOAT128_IBM_P (MODE) && FP_REGNO_P (REGNO) \
1032 : (MODE) == TDmode && FP_REGNO_P (REGNO) \

Completed in 48 milliseconds