Lines Matching defs:bits

405 shift_cost_ptr (bool speed, machine_mode mode, int bits)
407 return expmed_op_cost_ptr (&this_target_expmed->x_shift_cost[bits],
414 set_shift_cost (bool speed, machine_mode mode, int bits, int cost)
416 *shift_cost_ptr (speed, mode, bits) = cost;
423 shift_cost (bool speed, machine_mode mode, int bits)
425 return *shift_cost_ptr (speed, mode, bits);
431 shiftadd_cost_ptr (bool speed, machine_mode mode, int bits)
433 return expmed_op_cost_ptr (&this_target_expmed->x_shiftadd_cost[bits],
441 set_shiftadd_cost (bool speed, machine_mode mode, int bits, int cost)
443 *shiftadd_cost_ptr (speed, mode, bits) = cost;
450 shiftadd_cost (bool speed, machine_mode mode, int bits)
452 return *shiftadd_cost_ptr (speed, mode, bits);
458 shiftsub0_cost_ptr (bool speed, machine_mode mode, int bits)
460 return expmed_op_cost_ptr (&this_target_expmed->x_shiftsub0_cost[bits],
468 set_shiftsub0_cost (bool speed, machine_mode mode, int bits, int cost)
470 *shiftsub0_cost_ptr (speed, mode, bits) = cost;
477 shiftsub0_cost (bool speed, machine_mode mode, int bits)
479 return *shiftsub0_cost_ptr (speed, mode, bits);
485 shiftsub1_cost_ptr (bool speed, machine_mode mode, int bits)
487 return expmed_op_cost_ptr (&this_target_expmed->x_shiftsub1_cost[bits],
495 set_shiftsub1_cost (bool speed, machine_mode mode, int bits, int cost)
497 *shiftsub1_cost_ptr (speed, mode, bits) = cost;
504 shiftsub1_cost (bool speed, machine_mode mode, int bits)
506 return *shiftsub1_cost_ptr (speed, mode, bits);
708 replace division by D, and put the least significant N bits of the result