Home
last modified time | relevance | path

Searched refs:left_operand (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dhydrogen.cc5641 HValue* left_operand = left; in TryInlineBuiltinMethodCall() local
5654 left_operand = AddInstruction(left_convert); in TryInlineBuiltinMethodCall()
5667 ASSERT(left_operand->representation().Equals( in TryInlineBuiltinMethodCall()
5669 ASSERT(!left_operand->representation().IsTagged()); in TryInlineBuiltinMethodCall()
5674 new(zone()) HCompareIDAndBranch(left_operand, right_operand, op); in TryInlineBuiltinMethodCall()
5675 compare->SetInputRepresentation(left_operand->representation()); in TryInlineBuiltinMethodCall()
5690 if (left_operand->representation().IsDouble()) { in TryInlineBuiltinMethodCall()
5693 left_operand, left_operand, Token::EQ); in TryInlineBuiltinMethodCall()
5694 compare_nan->SetInputRepresentation(left_operand->representation()); in TryInlineBuiltinMethodCall()
/external/v8/src/ia32/
Dlithium-ia32.cc905 LOperand* left_operand = UseFixed(left, edx); in DoArithmeticT() local
908 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
/external/v8/src/mips/
Dlithium-mips.cc904 LOperand* left_operand = UseFixed(left, a1); in DoArithmeticT() local
907 new(zone()) LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
/external/v8/src/arm/
Dlithium-arm.cc904 LOperand* left_operand = UseFixed(left, r1); in DoArithmeticT() local
907 new(zone()) LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
/external/v8/src/x64/
Dlithium-x64.cc899 LOperand* left_operand = UseFixed(left, rdx); in DoArithmeticT() local
902 new(zone()) LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc786 LOperand* left_operand = UseFixed(left, rdx); in DoArithmeticT() local
789 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
/external/chromium_org/v8/src/arm/
Dlithium-arm.cc782 LOperand* left_operand = UseFixed(left, r1); in DoArithmeticT() local
785 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
/external/chromium_org/v8/src/mips/
Dlithium-mips.cc790 LOperand* left_operand = UseFixed(left, a1); in DoArithmeticT() local
793 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc847 LOperand* left_operand = UseFixed(left, edx); in DoArithmeticT() local
850 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()