Searched refs:left_operand (Results 1 - 10 of 10) sorted by relevance
/external/v8/src/compiler/arm/ |
H A D | instruction-selector-arm.cc | 292 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 D | lithium-arm.cc | 713 LOperand* left_operand = UseFixed(left, r1); local 716 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.cc | 780 LOperand* left_operand = UseFixed(left, x1); local 783 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.cc | 746 LOperand* left_operand = UseFixed(left, edx); local 749 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.cc | 723 LOperand* left_operand = UseFixed(left, a1); local 726 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.cc | 723 LOperand* left_operand = UseFixed(left, a1); local 726 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.cc | 728 LOperand* left_operand = UseFixed(left, r4); local 731 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.cc | 655 LOperand* left_operand = UseFixed(left, r3); local 658 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.cc | 738 LOperand* left_operand = UseFixed(left, rdx); local 741 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.cc | 743 LOperand* left_operand = UseFixed(left, edx); local 746 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
|
Completed in 188 milliseconds