Home
last modified time | relevance | path

Searched refs:LInteger32ToDouble (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h1501 class LInteger32ToDouble: public LTemplateInstruction<1, 1, 0> {
1503 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
Dlithium-arm.cc1658 return DefineAsRegister(new LInteger32ToDouble(value)); in DoChange()
Dlithium-codegen-arm.cc3428 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
/external/v8/src/x64/
Dlithium-x64.h1485 class LInteger32ToDouble: public LTemplateInstruction<1, 1, 0> {
1487 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
Dlithium-x64.cc1650 return DefineAsRegister(new LInteger32ToDouble(Use(instr->value()))); in DoChange()
Dlithium-codegen-x64.cc3285 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
/external/v8/src/ia32/
Dlithium-ia32.h1560 class LInteger32ToDouble: public LTemplateInstruction<1, 1, 0> {
1562 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
Dlithium-ia32.cc1682 return DefineAsRegister(new LInteger32ToDouble(Use(instr->value()))); in DoChange()
Dlithium-codegen-ia32.cc3302 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()