Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1925 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1927 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-ia32.cc1958 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-ia32.cc4319 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1933 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 1> {
1935 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-x87.cc1959 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-x87.cc4732 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1890 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1892 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-mips.cc1921 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-mips.cc4400 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1915 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1917 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-x64.cc1934 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-x64.cc4525 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1927 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1929 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-arm.cc1974 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-arm.cc4422 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1952 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1954 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-mips64.cc1924 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-mips64.cc4634 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1855 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1857 explicit LUint32ToDouble(LOperand* value) { inputs_[0] = value; } in LUint32ToDouble() function
Dlithium-ppc.cc1937 return DefineAsRegister(new (zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-ppc.cc4687 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2898 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> {
2900 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-arm64.cc1186 new(zone()) LUint32ToDouble(UseRegisterAtStart(val))); in DoChange()
Dlithium-codegen-arm64.cc5634 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()