Searched refs:left_operand (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | hydrogen.cc | 5641 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/ |
D | lithium-ia32.cc | 905 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/ |
D | lithium-mips.cc | 904 LOperand* left_operand = UseFixed(left, a1); in DoArithmeticT() local 907 new(zone()) LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 904 LOperand* left_operand = UseFixed(left, r1); in DoArithmeticT() local 907 new(zone()) LArithmeticT(op, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 899 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/ |
D | lithium-x64.cc | 786 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/ |
D | lithium-arm.cc | 782 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/ |
D | lithium-mips.cc | 790 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/ |
D | lithium-ia32.cc | 847 LOperand* left_operand = UseFixed(left, edx); in DoArithmeticT() local 850 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|