Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.cc395 int rep_int = static_cast<int>(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()
420 int rep_int = static_cast<int>(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()