Home
last modified time | relevance | path

Searched defs:processor_costs (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h111 struct processor_costs { struct
112 const int add; /* cost of an add instruction */
113 const int lea; /* cost of a lea instruction */
114 const int shift_var; /* variable shift costs */
115 const int shift_const; /* constant shift costs */
116 const int mult_init[5]; /* cost of starting a multiply
118 const int mult_bit; /* cost of multiply per each bit set */
119 const int divide[5]; /* cost of a divide/mod
121 int movsx; /* The cost of movsx operation. */
122 int movzx; /* The cost of movzx operation. */
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h230 struct processor_costs { struct
231 const int add; /* cost of an add instruction */
232 const int lea; /* cost of a lea instruction */
233 const int shift_var; /* variable shift costs */
234 const int shift_const; /* constant shift costs */
235 const int mult_init[5]; /* cost of starting a multiply
237 const int mult_bit; /* cost of multiply per each bit set */
238 const int divide[5]; /* cost of a divide/mod
240 int movsx; /* The cost of movsx operation. */
241 int movzx; /* The cost of movzx operation. */
[all …]