HomeSort by: relevance | last modified time | path
    Searched defs:a_high (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 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,
251 if (a_high.ugt (max_r)
252 || (a_high == max_r &&
275 if (a_high.sgt (max_r)
276 || (a_high == max_r &&
284 else if (a_high.slt (min_r)
285 || (a_high == min_r &&
416 double_int a_high, a_low, b_high, b_low; local
422 a_high.low = a->data.high
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 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,
251 if (a_high.ugt (max_r)
252 || (a_high == max_r &&
275 if (a_high.sgt (max_r)
276 || (a_high == max_r &&
284 else if (a_high.slt (min_r)
285 || (a_high == min_r &&
416 double_int a_high, a_low, b_high, b_low; local
422 a_high.low = a->data.high
    [all...]

Completed in 47 milliseconds