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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 105 static int alpha_memory_latency = 3; variable
575 alpha_memory_latency = lat;
1348 return 4 + 2 * alpha_memory_latency;
1358 return 2 * alpha_memory_latency;
1419 *total = COSTS_N_INSNS (!speed ? 1 : alpha_memory_latency);
1486 *total = COSTS_N_INSNS (!speed ? 1 : alpha_memory_latency);
4779 cost += alpha_memory_latency-1;
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 105 static int alpha_memory_latency = 3; variable
575 alpha_memory_latency = lat;
1347 return 4 + 2 * alpha_memory_latency;
1357 return 2 * alpha_memory_latency;
1418 *total = COSTS_N_INSNS (!speed ? 1 : alpha_memory_latency);
1485 *total = COSTS_N_INSNS (!speed ? 1 : alpha_memory_latency);
4766 cost += alpha_memory_latency-1;

Completed in 22 milliseconds