Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.h1564 class LDoubleToI: public LTemplateInstruction<1, 1, 0> {
1566 explicit LDoubleToI(LOperand* value) { in LDoubleToI() function
Dlithium-x64.cc1685 return AssignEnvironment(DefineAsRegister(new(zone()) LDoubleToI(value))); in DoChange()
Dlithium-codegen-x64.cc3830 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/mips/
Dlithium-mips.h1570 class LDoubleToI: public LTemplateInstruction<1, 1, 2> {
1572 LDoubleToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LDoubleToI() function
Dlithium-mips.cc1700 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2); in DoChange()
Dlithium-codegen-mips.cc4121 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/arm/
Dlithium-arm.h1590 class LDoubleToI: public LTemplateInstruction<1, 1, 2> {
1592 LDoubleToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LDoubleToI() function
Dlithium-arm.cc1699 LDoubleToI* res = new(zone()) LDoubleToI(value, temp1, temp2); in DoChange()
Dlithium-codegen-arm.cc4220 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()
/external/v8/src/ia32/
Dlithium-ia32.h1640 class LDoubleToI: public LTemplateInstruction<1, 1, 1> {
1642 LDoubleToI(LOperand* value, LOperand* temp) { in LDoubleToI() function
Dlithium-ia32.cc1741 DefineAsRegister(new(zone()) LDoubleToI(value, temp))); in DoChange()
Dlithium-codegen-ia32.cc3982 void LCodeGen::DoDoubleToI(LDoubleToI* instr) { in DoDoubleToI()