HomeSort by relevance Sort by last modified time
    Searched full:shift_max (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/arm/
assembler_arm32_test.cc 203 int32_t shift_min, int32_t shift_max) {
212 if (shift_min != shift_max) {
213 res.push_back(arm::ShifterOperand(*reg, shift, shift_max));
214 int32_t middle = (shift_min + shift_max) / 2;
  /external/v8/src/compiler/
typer.cc 992 double shift_max = kMaxInt >> static_cast<int>(rhs->Min()); local
994 max = std::min(max, shift_max);
    [all...]

Completed in 93 milliseconds