Searched refs:LUint32ToDouble (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2052 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2054 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-ia32.cc | 1984 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-ia32.cc | 4461 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 2062 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 1> { 2064 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-x87.cc | 1986 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-x87.cc | 4911 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 2037 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2039 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-x64.cc | 1945 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-x64.cc | 4660 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 2001 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2003 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-mips64.cc | 1936 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-mips64.cc | 4668 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2001 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2003 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-mips.cc | 1938 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-mips.cc | 4604 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2037 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2039 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-arm.cc | 1989 return DefineAsRegister(new(zone()) LUint32ToDouble(UseRegister(val))); in DoChange()
|
D | lithium-codegen-arm.cc | 4647 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2998 class LUint32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 3000 explicit LUint32ToDouble(LOperand* value) { in LUint32ToDouble() function
|
D | lithium-arm64.cc | 1182 new(zone()) LUint32ToDouble(UseRegisterAtStart(val))); in DoChange()
|
D | lithium-codegen-arm64.cc | 5891 void LCodeGen::DoUint32ToDouble(LUint32ToDouble* instr) { in DoUint32ToDouble()
|