Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc1468 HValue* h_right = instr->BetterRightOperand(); in DoMul() local
1469 LOperand* right = UseOrConstant(h_right); in DoMul()
1476 h_right->IsConstant() ? HConstant::cast(h_right)->Integer32Value() : 0; in DoMul()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc1475 HValue* h_right = instr->BetterRightOperand(); in DoMul() local
1476 LOperand* right = UseOrConstant(h_right); in DoMul()
1483 h_right->IsConstant() ? HConstant::cast(h_right)->Integer32Value() : 0; in DoMul()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc1464 HValue* h_right = instr->BetterRightOperand(); in DoMul() local
1465 LOperand* right = UseOrConstant(h_right); in DoMul()
1468 h_right->IsConstant() ? HConstant::cast(h_right)->Integer32Value() : 0; in DoMul()