Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dregister-configuration.cc314 int other_rep_int = static_cast<int>(other_rep); in GetAliases() local
315 if (rep_int > other_rep_int) { in GetAliases()
316 int shift = rep_int - other_rep_int; in GetAliases()
325 int shift = other_rep_int - rep_int; in GetAliases()
339 int other_rep_int = static_cast<int>(other_rep); in AreAliases() local
340 if (rep_int > other_rep_int) { in AreAliases()
341 int shift = rep_int - other_rep_int; in AreAliases()
344 int shift = other_rep_int - rep_int; in AreAliases()