Lines Matching refs:total

17822 ix86_rtx_costs (rtx x, int code, int outer_code, int *total)
17833 *total = 3;
17835 *total = 2;
17841 *total = 1;
17843 *total = 0;
17848 *total = 0;
17853 *total = 1;
17856 *total = 2;
17862 *total = (COSTS_N_INSNS (1)
17874 *total = 1;
17876 *total = ix86_cost->add;
17878 *total = ix86_cost->movzx;
17882 *total = ix86_cost->movsx;
17892 *total = ix86_cost->add;
17898 *total = ix86_cost->lea;
17913 *total = ix86_cost->shift_const + COSTS_N_INSNS (2);
17915 *total = ix86_cost->shift_const * 2;
17920 *total = ix86_cost->shift_var * 2;
17922 *total = ix86_cost->shift_var * 6 + COSTS_N_INSNS (2);
17928 *total = ix86_cost->shift_const;
17930 *total = ix86_cost->shift_var;
17937 *total = ix86_cost->fmul;
17978 *total = (ix86_cost->mult_init[MODE_INDEX (mode)]
17990 *total = ix86_cost->fdiv;
17992 *total = ix86_cost->divide[MODE_INDEX (mode)];
17997 *total = ix86_cost->fadd;
18009 *total = ix86_cost->lea;
18010 *total += rtx_cost (XEXP (XEXP (x, 0), 1), outer_code);
18011 *total += rtx_cost (XEXP (XEXP (XEXP (x, 0), 0), 0),
18013 *total += rtx_cost (XEXP (x, 1), outer_code);
18023 *total = ix86_cost->lea;
18024 *total += rtx_cost (XEXP (XEXP (x, 0), 0), outer_code);
18025 *total += rtx_cost (XEXP (x, 1), outer_code);
18031 *total = ix86_cost->lea;
18032 *total += rtx_cost (XEXP (XEXP (x, 0), 0), outer_code);
18033 *total += rtx_cost (XEXP (XEXP (x, 0), 1), outer_code);
18034 *total += rtx_cost (XEXP (x, 1), outer_code);
18043 *total = ix86_cost->fadd;
18053 *total = (ix86_cost->add * 2
18065 *total = ix86_cost->fchs;
18072 *total = ix86_cost->add * 2;
18074 *total = ix86_cost->add;
18085 *total = (ix86_cost->add
18102 *total = 0;
18105 *total = 1;
18108 *total = (x86_ext_80387_constants & TUNEMASK
18116 *total = ix86_cost->fabs;
18121 *total = ix86_cost->fsqrt;
18126 *total = 0;
18629 The intervals are bounded by START and INSN. NBYTES is the total