Searched refs:GetRegConfig (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | instruction.cc | 19 const RegisterConfiguration* (*GetRegConfig)() = RegisterConfiguration::Default; variable 85 return GetRegConfig()->AreAliases(rep, loc.register_code(), other_rep, in InterferesWith() 128 void InstructionOperand::Print() const { Print(GetRegConfig()); } in Print() 187 << GetRegConfig()->GetGeneralOrSpecialRegisterName( in operator <<() 192 << GetRegConfig()->GetDoubleRegisterName(allocated.register_code()) in operator <<() 196 << GetRegConfig()->GetFloatRegisterName(allocated.register_code()) in operator <<() 201 << GetRegConfig()->GetSimd128RegisterName(allocated.register_code()) in operator <<() 263 void MoveOperands::Print() const { Print(GetRegConfig()); } in Print() 315 GetRegConfig()->IsAllocatableGeneralCode(index)); in ExplicitOperand() 317 GetRegConfig()->IsAllocatableFloatCode(index)); in ExplicitOperand() [all …]
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 42 const auto GetRegConfig = RegisterConfiguration::Default; variable 123 Print(GetRegConfig()->GetDoubleRegisterName(reg)); in PrintDRegister() 1492 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
|
D | simulator-ppc.cc | 28 const auto GetRegConfig = RegisterConfiguration::Default; variable 275 GetRegConfig()->GetGeneralRegisterName(i), value); in Debug() 294 GetRegConfig()->GetGeneralRegisterName(i), value, value); in Debug() 314 GetRegConfig()->GetDoubleRegisterName(i), dvalue, in Debug()
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 40 const auto GetRegConfig = RegisterConfiguration::Default; variable 115 Print(GetRegConfig()->GetDoubleRegisterName(reg)); in PrintDRegister() 941 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
|
D | simulator-s390.cc | 27 const auto GetRegConfig = RegisterConfiguration::Default; variable 293 GetRegConfig()->GetGeneralRegisterName(i), value); in Debug() 308 GetRegConfig()->GetGeneralRegisterName(i), value, value); in Debug() 324 GetRegConfig()->GetDoubleRegisterName(i), fvalue, in Debug() 332 GetRegConfig()->GetDoubleRegisterName(i), dvalue, in Debug()
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 43 const auto GetRegConfig = RegisterConfiguration::Default; variable 2680 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
|