Searched refs:LInteger32ToDouble (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1724 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1726 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-arm.cc1869 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-arm.cc4232 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1335 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1337 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-arm64.cc1116 new(zone()) LInteger32ToDouble(UseRegisterAtStart(val)));
H A Dlithium-codegen-arm64.cc2800 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1747 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1749 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-ia32.cc1870 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-ia32.cc4039 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1687 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1689 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips.cc1816 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-mips.cc4206 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1749 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1751 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-mips64.cc1819 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-mips64.cc4441 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1689 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1691 explicit LInteger32ToDouble(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-ppc.cc1846 return DefineAsRegister(new (zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-ppc.cc4518 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1574 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1576 explicit LInteger32ToDouble(LOperand* value) { inputs_[0] = value; } function in class:v8::internal::final
H A Dlithium-s390.cc1691 return DefineAsRegister(new (zone()) LInteger32ToDouble(Use(val)));
H A Dlithium-codegen-s390.cc4464 void LCodeGen::DoInteger32ToDouble(LInteger32ToDouble* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1738 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1740 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x64.cc1857 return DefineAsRegister(new(zone()) LInteger32ToDouble(value));
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1737 class LInteger32ToDouble final : public LTemplateInstruction<1, 1, 0> {
1739 explicit LInteger32ToDouble(LOperand* value) { function in class:v8::internal::final
H A Dlithium-x87.cc1869 return DefineAsRegister(new(zone()) LInteger32ToDouble(Use(val)));

Completed in 3340 milliseconds

12