Searched defs:processor_costs (Results 1 – 1 of 1) sorted by relevance
121 struct processor_costs { struct122 const int add; /* cost of an add instruction */123 const int lea; /* cost of a lea instruction */124 const int shift_var; /* variable shift costs */125 const int shift_const; /* constant shift costs */126 const int mult_init[5]; /* cost of starting a multiply128 const int mult_bit; /* cost of multiply per each bit set */129 const int divide[5]; /* cost of a divide/mod131 int movsx; /* The cost of movsx operation. */132 int movzx; /* The cost of movzx operation. */[all …]