Home
last modified time | relevance | path

Searched refs:LUint32ToDouble (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1759 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1761 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-ia32.cc1868 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-ia32.cc4051 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1750 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1752 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-x64.cc1855 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-x64.cc4328 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1699 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1701 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-mips.cc1814 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-mips.cc4226 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1699 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1701 explicit LUint32ToDouble(LOperand* value) { inputs_[0] = value; } in LUint32ToDouble() function
Dlithium-ppc.cc1844 return DefineAsRegister(new (zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1736 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1738 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-arm.cc1867 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-arm.cc4253 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1749 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 1> {
1751 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-x87.cc1867 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1568 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1570 explicit LUint32ToDouble(LOperand* value) { inputs_[0] = value; } in LUint32ToDouble() function
Dlithium-s390.cc1670 return DefineAsRegister(new (zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-s390.cc4494 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1761 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1763 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-mips64.cc1817 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-mips64.cc4446 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2619 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
2621 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-arm64.cc1113 new(zone()) LUint32ToDouble(UseRegisterAtStart(val))); in DoChange()
Dlithium-codegen-arm64.cc5456 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()

12