Searched defs:other_rep (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dregister-configuration.cc220 MachineRepresentation other_rep,
223 DCHECK(IsFloatingPoint(rep) && IsFloatingPoint(other_rep));
224 if (rep == other_rep) {
229 int other_rep_int = static_cast<int>(other_rep);
246 MachineRepresentation other_rep,
249 DCHECK(IsFloatingPoint(rep) && IsFloatingPoint(other_rep));
250 if (rep == other_rep) {
254 int other_rep_int = static_cast<int>(other_rep);
219 GetAliases(MachineRepresentation rep, int index, MachineRepresentation other_rep, int* alias_base_index) const argument
245 AreAliases(MachineRepresentation rep, int index, MachineRepresentation other_rep, int other_index) const argument
/external/v8/src/compiler/
H A Dinstruction.cc81 MachineRepresentation other_rep = other_loc.representation(); local
82 if (rep == other_rep) return EqualsCanonicalized(other);
85 return GetRegConfig()->AreAliases(rep, loc.register_code(), other_rep,
95 other_index_hi - (1 << ElementSizeLog2Of(other_rep)) / kPointerSize + 1;

Completed in 450 milliseconds