/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1925 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> { 1927 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-ia32.cc | 1958 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-ia32.cc | 4319 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1933 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 1> { 1935 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-x87.cc | 1959 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-x87.cc | 4732 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1890 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> { 1892 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-mips.cc | 1921 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-mips.cc | 4400 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1915 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> { 1917 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-x64.cc | 1934 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-x64.cc | 4525 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1927 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> { 1929 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-arm.cc | 1974 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-arm.cc | 4422 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1952 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> { 1954 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-mips64.cc | 1924 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-mips64.cc | 4634 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1855 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> { 1857 explicit LUint32ToDouble(LOperand* value) { inputs_[0] = value; } in LUint32ToDouble() function
|
D | lithium-ppc.cc | 1937 return DefineAsRegister(new (zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-ppc.cc | 4687 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2898 class LUint32ToDouble final : public LTemplateInstruction<1, 1, 0> { 2900 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-arm64.cc | 1186 new(zone()) LUint32ToDouble(UseRegisterAtStart(val))); in DoChange()
|
D | lithium-codegen-arm64.cc | 5634 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|