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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 2629 bool indexed_only_p = (m == SDmode && TARGET_NO_SDMODE_STACK);
2708 if ((addr_mask != 0) && !indexed_only_p
2720 else if ((addr_mask != 0) && !indexed_only_p
2621 bool indexed_only_p = (m == SDmode && TARGET_NO_SDMODE_STACK); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 2623 bool indexed_only_p = (m == SDmode && TARGET_NO_SDMODE_STACK);
2702 if ((addr_mask != 0) && !indexed_only_p
2714 else if ((addr_mask != 0) && !indexed_only_p
2615 bool indexed_only_p = (m == SDmode && TARGET_NO_SDMODE_STACK); local

Completed in 61 milliseconds