Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.cc181 MachineRepresentation other_rep, in GetAliases() argument
186 DCHECK(other_rep == MachineRepresentation::kFloat32 || in GetAliases()
187 other_rep == MachineRepresentation::kFloat64); in GetAliases()
188 if (rep == other_rep) { in GetAliases()
193 DCHECK(other_rep == MachineRepresentation::kFloat64); in GetAliases()
199 DCHECK(other_rep == MachineRepresentation::kFloat32); in GetAliases()
209 MachineRepresentation other_rep, in AreAliases() argument
214 DCHECK(other_rep == MachineRepresentation::kFloat32 || in AreAliases()
215 other_rep == MachineRepresentation::kFloat64); in AreAliases()
216 if (rep == other_rep) { in AreAliases()
[all …]
Dregister-configuration.h106 MachineRepresentation other_rep, int* alias_base_index) const;
111 MachineRepresentation other_rep, int other_index) const;