Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.cc229 int other_rep_int = static_cast<int>(other_rep); in GetAliases() local
230 if (rep_int > other_rep_int) { in GetAliases()
231 int shift = rep_int - other_rep_int; in GetAliases()
240 int shift = other_rep_int - rep_int; in GetAliases()
254 int other_rep_int = static_cast<int>(other_rep); in AreAliases() local
255 if (rep_int > other_rep_int) { in AreAliases()
256 int shift = rep_int - other_rep_int; in AreAliases()
259 int shift = other_rep_int - rep_int; in AreAliases()