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

  /external/v8/src/compiler/
instruction.cc 19 const RegisterConfiguration* (*GetRegConfig)() = RegisterConfiguration::Default;
85 return GetRegConfig()->AreAliases(rep, loc.register_code(), other_rep,
128 void InstructionOperand::Print() const { Print(GetRegConfig()); }
187 << GetRegConfig()->GetGeneralOrSpecialRegisterName(
192 << GetRegConfig()->GetDoubleRegisterName(allocated.register_code())
196 << GetRegConfig()->GetFloatRegisterName(allocated.register_code())
201 << GetRegConfig()->GetSimd128RegisterName(allocated.register_code())
263 void MoveOperands::Print() const { Print(GetRegConfig()); }
315 GetRegConfig()->IsAllocatableGeneralCode(index));
317 GetRegConfig()->IsAllocatableFloatCode(index))
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 42 const auto GetRegConfig = RegisterConfiguration::Default;
123 Print(GetRegConfig()->GetDoubleRegisterName(reg));
    [all...]
simulator-ppc.cc 28 const auto GetRegConfig = RegisterConfiguration::Default;
275 GetRegConfig()->GetGeneralRegisterName(i), value);
294 GetRegConfig()->GetGeneralRegisterName(i), value, value);
314 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
    [all...]
  /external/v8/src/s390/
disasm-s390.cc 40 const auto GetRegConfig = RegisterConfiguration::Default;
115 Print(GetRegConfig()->GetDoubleRegisterName(reg));
    [all...]
simulator-s390.cc 27 const auto GetRegConfig = RegisterConfiguration::Default;
293 GetRegConfig()->GetGeneralRegisterName(i), value);
308 GetRegConfig()->GetGeneralRegisterName(i), value, value);
324 GetRegConfig()->GetDoubleRegisterName(i), fvalue,
332 GetRegConfig()->GetDoubleRegisterName(i), dvalue,
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 43 const auto GetRegConfig = RegisterConfiguration::Default;
    [all...]

Completed in 78 milliseconds