Home
last modified time | relevance | path

Searched refs:use_lea (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.cc1558 bool use_lea = LAddI::UseLea(instr); in DoAdd() local
1569 right = use_lea ? UseRegisterOrConstantAtStart(right_candidate) in DoAdd()
1574 LInstruction* result = use_lea ? DefineAsRegister(add) in DoAdd()
1584 bool use_lea = LAddI::UseLea(instr); in DoAdd() local
1587 LOperand* right = use_lea in DoAdd()
1591 LInstruction* result = use_lea in DoAdd()
/external/v8/src/x87/
Dlithium-x87.cc1595 bool use_lea = LAddI::UseLea(instr); in DoAdd() local
1598 LOperand* right = use_lea in DoAdd()
1603 LInstruction* result = use_lea in DoAdd()
1616 bool use_lea = LAddI::UseLea(instr); in DoAdd() local
1619 LOperand* right = use_lea in DoAdd()
1623 LInstruction* result = use_lea in DoAdd()
/external/v8/src/ia32/
Dlithium-ia32.cc1584 bool use_lea = LAddI::UseLea(instr); in DoAdd() local
1587 LOperand* right = use_lea in DoAdd()
1592 LInstruction* result = use_lea in DoAdd()
1605 bool use_lea = LAddI::UseLea(instr); in DoAdd() local
1608 LOperand* right = use_lea in DoAdd()
1612 LInstruction* result = use_lea in DoAdd()