HomeSort by relevance Sort by last modified time
    Searched refs:other_rep (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
register-configuration.cc 220 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);
register-configuration.h 124 MachineRepresentation other_rep, int* alias_base_index) const;
129 MachineRepresentation other_rep, int other_index) const;
  /external/v8/src/compiler/
instruction.cc 81 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;
    [all...]

Completed in 81 milliseconds