Home
last modified time | relevance | path

Searched refs:other_rep_int (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dregister-configuration.cc396 int other_rep_int = static_cast<int>(other_rep); in GetAliases() local
397 if (rep_int > other_rep_int) { in GetAliases()
398 int shift = rep_int - other_rep_int; in GetAliases()
407 int shift = other_rep_int - rep_int; in GetAliases()
421 int other_rep_int = static_cast<int>(other_rep); in AreAliases() local
422 if (rep_int > other_rep_int) { in AreAliases()
423 int shift = rep_int - other_rep_int; in AreAliases()
426 int shift = other_rep_int - rep_int; in AreAliases()