HomeSort by relevance Sort by last modified time
    Searched refs:left_operand (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 615 InstructionOperand* left_operand,
619 selector->Emit(div_opcode, result_operand, left_operand, right_operand);
625 selector->Emit(f64i32_opcode, left_double_operand, left_operand);
661 InstructionOperand* left_operand = g.UseRegister(m.left().node()); local
664 left_operand, right_operand);
667 left_operand);
672 selector->Emit(kArmSub, result_operand, left_operand, mul_operand);
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 742 LOperand* left_operand = UseFixed(left, r1); local
745 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 818 LOperand* left_operand = UseFixed(left, x1); local
821 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 782 LOperand* left_operand = UseFixed(left, edx); local
785 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 752 LOperand* left_operand = UseFixed(left, a1); local
755 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 752 LOperand* left_operand = UseFixed(left, a1); local
755 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 765 LOperand* left_operand = UseFixed(left, rdx); local
768 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 781 LOperand* left_operand = UseFixed(left, edx); local
784 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]

Completed in 282 milliseconds