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

/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc310 InstructionOperand result_operand, InstructionOperand left_operand,
314 selector->Emit(div_opcode, result_operand, left_operand, right_operand);
320 selector->Emit(f64i32_opcode, left_double_operand, left_operand);
344 InstructionOperand left_operand = g.UseRegister(m.left().node()); local
347 left_operand, right_operand);
350 left_operand);
355 result_operand, left_operand, mul_operand);
308 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.cc687 LOperand* left_operand = UseFixed(left, r1); local
690 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc754 LOperand* left_operand = UseFixed(left, x1); local
757 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc720 LOperand* left_operand = UseFixed(left, edx); local
723 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc697 LOperand* left_operand = UseFixed(left, a1); local
700 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc697 LOperand* left_operand = UseFixed(left, a1); local
700 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc702 LOperand* left_operand = UseFixed(left, r4); local
705 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc635 LOperand* left_operand = UseFixed(left, r3); local
638 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc714 LOperand* left_operand = UseFixed(left, rdx); local
717 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc717 LOperand* left_operand = UseFixed(left, edx); local
720 new(zone()) LArithmeticT(op, context, left_operand, right_operand);

Completed in 194 milliseconds