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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 1144 static bool rs6000_mode_dependent_address (const_rtx);
1163 = rs6000_mode_dependent_address;
10014 rs6000_mode_dependent_address (const_rtx addr)
10058 /* Debug version of rs6000_mode_dependent_address. */
10062 bool ret = rs6000_mode_dependent_address (addr);
10097 that works around the ??? note of rs6000_mode_dependent_address.
10116 /* offsettable_address_p invokes rs6000_mode_dependent_address, but
10121 the correct logic for the PLUS case of rs6000_mode_dependent_address,
10001 rs6000_mode_dependent_address (const_rtx addr) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 1144 static bool rs6000_mode_dependent_address (const_rtx);
1163 = rs6000_mode_dependent_address;
9929 rs6000_mode_dependent_address (const_rtx addr)
9973 /* Debug version of rs6000_mode_dependent_address. */
9977 bool ret = rs6000_mode_dependent_address (addr);
10012 that works around the ??? note of rs6000_mode_dependent_address.
10031 /* offsettable_address_p invokes rs6000_mode_dependent_address, but
10036 the correct logic for the PLUS case of rs6000_mode_dependent_address,
9916 rs6000_mode_dependent_address (const_rtx addr) function

Completed in 216 milliseconds