Searched defs:processor_costs (Results 1 – 2 of 2) sorted by relevance
111 struct processor_costs { struct112 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 multiply118 const int mult_bit; /* cost of multiply per each bit set */119 const int divide[5]; /* cost of a divide/mod121 int movsx; /* The cost of movsx operation. */122 int movzx; /* The cost of movzx operation. */[all …]
230 struct processor_costs { struct231 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 multiply237 const int mult_bit; /* cost of multiply per each bit set */238 const int divide[5]; /* cost of a divide/mod240 int movsx; /* The cost of movsx operation. */241 int movzx; /* The cost of movzx operation. */[all …]