Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h2052 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2054 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-ia32.cc1984 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-ia32.cc4461 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/x87/
Dlithium-x87.h2062 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 1> {
2064 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-x87.cc1986 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-x87.cc4911 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/x64/
Dlithium-x64.h2037 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2039 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-x64.cc1945 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-x64.cc4660 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/mips64/
Dlithium-mips64.h2001 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2003 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-mips64.cc1936 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-mips64.cc4668 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/mips/
Dlithium-mips.h2001 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2003 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-mips.cc1938 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-mips.cc4604 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/arm/
Dlithium-arm.h2037 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
2039 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-arm.cc1989 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
Dlithium-codegen-arm.cc4647 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
/external/v8/src/arm64/
Dlithium-arm64.h2998 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> {
3000 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
Dlithium-arm64.cc1182 new(zone()) LUint32ToDouble(UseRegisterAtStart(val))); in DoChange()
Dlithium-codegen-arm64.cc5891 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()