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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 289 PSEUDO_REG_TYPE,
12274 return PSEUDO_REG_TYPE;
12278 return PSEUDO_REG_TYPE;
12768 if ((to_type == PSEUDO_REG_TYPE && from_type == PSEUDO_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)))
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 290 PSEUDO_REG_TYPE,
11889 return PSEUDO_REG_TYPE;
11893 return PSEUDO_REG_TYPE;
12383 if ((to_type == PSEUDO_REG_TYPE && from_type == PSEUDO_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)))

Completed in 59 milliseconds