Home
last modified time | relevance | path

Searched refs:GetRegConfig (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dinstruction.cc19 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/
Ddisasm-ppc.cc42 const auto GetRegConfig = RegisterConfiguration::Default; variable
123 Print(GetRegConfig()->GetDoubleRegisterName(reg)); in PrintDRegister()
1492 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
Dsimulator-ppc.cc28 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/
Ddisasm-s390.cc40 const auto GetRegConfig = RegisterConfiguration::Default; variable
115 Print(GetRegConfig()->GetDoubleRegisterName(reg)); in PrintDRegister()
941 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()
Dsimulator-s390.cc27 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/
Ddisasm-arm.cc43 const auto GetRegConfig = RegisterConfiguration::Default; variable
2680 return v8::internal::GetRegConfig()->GetGeneralRegisterName(reg); in NameOfCPURegister()