Searched refs:LInteger32ToDouble (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2040 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2042 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
|
D | lithium-ia32.cc | 1986 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val))); in DoChange()
|
D | lithium-codegen-ia32.cc | 4452 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 2050 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2052 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
|
D | lithium-x87.cc | 1988 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val))); in DoChange()
|
D | lithium-codegen-x87.cc | 4895 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 2025 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2027 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
|
D | lithium-x64.cc | 1948 return DefineAsRegister(new(zone()) LInteger32ToDouble(value)); in DoChange()
|
D | lithium-codegen-x64.cc | 4647 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1989 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 1991 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
|
D | lithium-mips64.cc | 1938 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val))); in DoChange()
|
D | lithium-codegen-mips64.cc | 4651 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1989 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 1991 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
|
D | lithium-mips.cc | 1940 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val))); in DoChange()
|
D | lithium-codegen-mips.cc | 4587 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2025 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 2027 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
|
D | lithium-arm.cc | 1991 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val))); in DoChange()
|
D | lithium-codegen-arm.cc | 4630 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 1532 class LInteger32ToDouble FINAL : public LTemplateInstruction<1, 1, 0> { 1534 explicit LInteger32ToDouble(LOperand* value) { in LInteger32ToDouble() function
|
D | lithium-arm64.cc | 1185 new(zone()) LInteger32ToDouble(UseRegisterAtStart(val))); in DoChange()
|
D | lithium-codegen-arm64.cc | 3171 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) { in DoInteger32ToDouble()
|