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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 130 const struct processor_costs *ix86_cost = NULL; variable in typeref:struct:processor_costs
20668 return MAX (ix86_cost->hard_register.fp_load [index],
20669 ix86_cost->hard_register.fp_store [index]);
20670 return in ? ix86_cost->hard_register.fp_load [index]
20671 : ix86_cost->hard_register.fp_store [index];
20679 return MAX (ix86_cost->hard_register.sse_load [index],
20680 ix86_cost->hard_register.sse_store [index]);
20681 return in ? ix86_cost->hard_register.sse_load [index]
20682 : ix86_cost->hard_register.sse_store [index];
20705 return MAX (ix86_cost->hard_register.mask_load[index]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 126 const struct processor_costs *ix86_cost = NULL; variable in typeref:struct:processor_costs
19781 return MAX (ix86_cost->hard_register.fp_load [index],
19782 ix86_cost->hard_register.fp_store [index]);
19783 return in ? ix86_cost->hard_register.fp_load [index]
19784 : ix86_cost->hard_register.fp_store [index];
19792 return MAX (ix86_cost->hard_register.sse_load [index],
19793 ix86_cost->hard_register.sse_store [index]);
19794 return in ? ix86_cost->hard_register.sse_load [index]
19795 : ix86_cost->hard_register.sse_store [index];
19815 return MAX (ix86_cost->hard_register.mask_load[index]
    [all...]

Completed in 26 milliseconds