Home | History | Annotate | Download | only in gcc

Lines Matching refs:a_low

227 /* If SAT_P, saturate {A_HIGH, A_LOW} to the maximum or the minimum, and
236 fixed_saturate2 (machine_mode mode, double_int a_high, double_int a_low,
253 a_low.ugt (max_s)))
277 a_low.ugt (max_s)))
286 a_low.ult (min_s)))
416 double_int a_high, a_low, b_high, b_low;
424 a_low.low = a->data.low;
425 a_low.high = 0;
432 low_low = a_low * b_low;
433 low_high = a_low * b_high;