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

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 1369 bool matching_memory = false; local
1380 matching_memory = true;
1386 if (MEM_P (src) && !matching_memory)
i386-expand.cc 1369 bool matching_memory = false; local
1380 matching_memory = true;
1386 if (MEM_P (src) && !matching_memory)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 1497 bool matching_memory = false; local
1508 matching_memory = true;
1514 if (!use_ndd && MEM_P (src) && !matching_memory)
i386-expand.cc 1497 bool matching_memory = false; local
1508 matching_memory = true;
1514 if (!use_ndd && MEM_P (src) && !matching_memory)

Completed in 94 milliseconds