Searched refs:left_operand (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc5641 HValue* left_operand = left; local
5654 left_operand = AddInstruction(left_convert);
5667 ASSERT(left_operand->representation().Equals(
5669 ASSERT(!left_operand->representation().IsTagged());
5674 new(zone()) HCompareIDAndBranch(left_operand, right_operand, op);
5675 compare->SetInputRepresentation(left_operand->representation());
5690 if (left_operand->representation().IsDouble()) {
5691 // If left_operand != left_operand then it is NaN.
5693 left_operand, left_operan
[all...]
/external/v8/src/arm/
H A Dlithium-arm.cc904 LOperand* left_operand = UseFixed(left, r1); local
907 new(zone()) LArithmeticT(op, left_operand, right_operand);
/external/v8/src/mips/
H A Dlithium-mips.cc904 LOperand* left_operand = UseFixed(left, a1); local
907 new(zone()) LArithmeticT(op, left_operand, right_operand);
/external/v8/src/x64/
H A Dlithium-x64.cc899 LOperand* left_operand = UseFixed(left, rdx); local
902 new(zone()) LArithmeticT(op, left_operand, right_operand);
/external/v8/src/ia32/
H A Dlithium-ia32.cc905 LOperand* left_operand = UseFixed(left, edx); local
908 new(zone()) LArithmeticT(op, context, left_operand, right_operand);

Completed in 103 milliseconds