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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 303 #define IS_STD_REG_TYPE(RTYPE) IN_RANGE(RTYPE, GPR_REG_TYPE, FPR_REG_TYPE)
12769 || (to_type == PSEUDO_REG_TYPE && IS_STD_REG_TYPE (from_type))
12770 || (from_type == PSEUDO_REG_TYPE && IS_STD_REG_TYPE (to_type)))
12775 if (to_type == from_type && IS_STD_REG_TYPE (to_type))
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 304 #define IS_STD_REG_TYPE(RTYPE) IN_RANGE(RTYPE, GPR_REG_TYPE, FPR_REG_TYPE)
12384 || (to_type == PSEUDO_REG_TYPE && IS_STD_REG_TYPE (from_type))
12385 || (from_type == PSEUDO_REG_TYPE && IS_STD_REG_TYPE (to_type)))
12390 if (to_type == from_type && IS_STD_REG_TYPE (to_type))

Completed in 58 milliseconds