Searched refs:left_operand (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 254 InstructionOperand result_operand, InstructionOperand left_operand, in EmitDiv() argument 258 selector->Emit(div_opcode, result_operand, left_operand, right_operand); in EmitDiv() 264 selector->Emit(f64i32_opcode, left_double_operand, left_operand); in EmitDiv() 288 InstructionOperand left_operand = g.UseRegister(m.left().node()); in VisitMod() local 291 left_operand, right_operand); in VisitMod() 294 left_operand); in VisitMod() 298 selector->Emit(kArmSub, result_operand, left_operand, mul_operand); in VisitMod()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 749 LOperand* left_operand = UseFixed(left, a1); in DoArithmeticT() local 752 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 749 LOperand* left_operand = UseFixed(left, a1); in DoArithmeticT() local 752 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 753 LOperand* left_operand = UseFixed(left, r4); in DoArithmeticT() local 756 new (zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 763 LOperand* left_operand = UseFixed(left, rdx); in DoArithmeticT() local 766 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 739 LOperand* left_operand = UseFixed(left, r1); in DoArithmeticT() local 742 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 778 LOperand* left_operand = UseFixed(left, edx); in DoArithmeticT() local 781 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 816 LOperand* left_operand = UseFixed(left, x1); in DoArithmeticT() local 819 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 776 LOperand* left_operand = UseFixed(left, edx); in DoArithmeticT() local 779 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()
|