Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1981 class LDoubleToI final : public LTemplateInstruction<1, 1, 1> {
1983 LDoubleToI(LOperand* value, LOperand* temp) { in LDoubleToI() function
Dlithium-ia32.cc1929 DefineAsRegister(new(zone()) LDoubleToI(value, temp)); in DoChange()
Dlithium-codegen-ia32.cc4689 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1989 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1991 explicit LDoubleToI(LOperand* value) { in LDoubleToI() function
Dlithium-x87.cc1928 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value)); in DoChange()
Dlithium-codegen-x87.cc5164 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1967 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1969 explicit LDoubleToI(LOperand* value) { in LDoubleToI() function
Dlithium-mips.cc1888 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value)); in DoChange()
Dlithium-codegen-mips.cc4809 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1975 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1977 explicit LDoubleToI(LOperand* value) { in LDoubleToI() function
Dlithium-x64.cc1901 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value)); in DoChange()
Dlithium-codegen-x64.cc4892 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2004 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
2006 explicit LDoubleToI(LOperand* value) { in LDoubleToI() function
Dlithium-arm.cc1941 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value)); in DoChange()
Dlithium-codegen-arm.cc4824 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2013 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
2015 explicit LDoubleToI(LOperand* value) { in LDoubleToI() function
Dlithium-mips64.cc1895 LInstruction* result = DefineAsRegister(new(zone()) LDoubleToI(value)); in DoChange()
Dlithium-codegen-mips64.cc5013 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1928 class LDoubleToI final : public LTemplateInstruction<1, 1, 0> {
1930 explicit LDoubleToI(LOperand* value) { inputs_[0] = value; } in LDoubleToI() function
Dlithium-ppc.cc1904 LInstruction* result = DefineAsRegister(new (zone()) LDoubleToI(value)); in DoChange()
Dlithium-codegen-ppc.cc5086 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoShiftI()