Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc254 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/
Dlithium-mips64.cc749 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/
Dlithium-mips.cc749 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/
Dlithium-ppc.cc753 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/
Dlithium-x64.cc763 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/
Dlithium-arm.cc739 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/
Dlithium-ia32.cc778 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/
Dlithium-arm64.cc816 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/
Dlithium-x87.cc776 LOperand* left_operand = UseFixed(left, edx); in DoArithmeticT() local
779 new(zone()) LArithmeticT(op, context, left_operand, right_operand); in DoArithmeticT()