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

  /external/v8/src/compiler/
instruction.cc 17 const RegisterConfiguration* (*GetRegConfig)() =
85 return GetRegConfig()->AreAliases(rep, loc.register_code(), other_rep,
109 void InstructionOperand::Print() const { Print(GetRegConfig()); }
166 << GetRegConfig()->GetGeneralRegisterName(allocated.register_code())
170 << GetRegConfig()->GetDoubleRegisterName(allocated.register_code())
174 << GetRegConfig()->GetFloatRegisterName(allocated.register_code())
179 << GetRegConfig()->GetSimd128RegisterName(allocated.register_code())
251 void MoveOperands::Print() const { Print(GetRegConfig()); }
303 GetRegConfig()->IsAllocatableGeneralCode(index));
305 GetRegConfig()->IsAllocatableFloatCode(index))
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 45 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
69 GetRegConfig()->GetGeneralRegisterName(reg_index);
80 GetRegConfig()->GetDoubleRegisterName(reg_index);
117 GetRegConfig()->GetGeneralRegisterName(reg_index));
126 stream->Add("[%s|R]", GetRegConfig()->GetDoubleRegisterName(reg_index));
lithium-allocator.cc 17 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
946 if (GetRegConfig()->IsAllocatableGeneralCode(i)) {
959 if (GetRegConfig()->IsAllocatableDoubleCode(i)) {
    [all...]
hydrogen.cc 72 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 42 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
123 Print(GetRegConfig()->GetDoubleRegisterName(reg));
    [all...]
simulator-ppc.cc 26 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
270 GetRegConfig()->GetGeneralRegisterName(i), value);
289 GetRegConfig()->GetGeneralRegisterName(i), value, value);
309 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 40 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
116 Print(GetRegConfig()->GetDoubleRegisterName(reg));
    [all...]
simulator-s390.cc 26 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
292 GetRegConfig()->GetGeneralRegisterName(i), value);
307 GetRegConfig()->GetGeneralRegisterName(i), value, value);
323 GetRegConfig()->GetDoubleRegisterName(i), fvalue,
331 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 43 const auto GetRegConfig = RegisterConfiguration::Crankshaft;
    [all...]

Completed in 126 milliseconds