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

/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc292 InstructionOperand result_operand, InstructionOperand left_operand,
296 selector->Emit(div_opcode, result_operand, left_operand, right_operand);
302 selector->Emit(f64i32_opcode, left_double_operand, left_operand);
326 InstructionOperand left_operand = g.UseRegister(m.left().node()); local
329 left_operand, right_operand);
332 left_operand);
337 result_operand, left_operand, mul_operand);
290 EmitDiv(InstructionSelector* selector, ArchOpcode div_opcode, ArchOpcode f64i32_opcode, ArchOpcode i32f64_opcode, InstructionOperand result_operand, InstructionOperand left_operand, InstructionOperand right_operand) argument
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc713 LOperand* left_operand = UseFixed(left, r1); local
716 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc780 LOperand* left_operand = UseFixed(left, x1); local
783 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc746 LOperand* left_operand = UseFixed(left, edx); local
749 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc723 LOperand* left_operand = UseFixed(left, a1); local
726 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc723 LOperand* left_operand = UseFixed(left, a1); local
726 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc728 LOperand* left_operand = UseFixed(left, r4); local
731 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc655 LOperand* left_operand = UseFixed(left, r3); local
658 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc738 LOperand* left_operand = UseFixed(left, rdx); local
741 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc743 LOperand* left_operand = UseFixed(left, edx); local
746 new(zone()) LArithmeticT(op, context, left_operand, right_operand);

Completed in 188 milliseconds