HomeSort by relevance Sort by last modified time
    Searched defs:right_operand (Results 1 - 15 of 15) sorted by null

  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 286 InstructionOperand right_operand) {
289 selector->Emit(div_opcode, result_operand, left_operand, right_operand);
296 selector->Emit(f64i32_opcode, right_double_operand, right_operand);
320 InstructionOperand right_operand = g.UseRegister(m.right().node()); local
322 left_operand, right_operand);
324 selector->Emit(kArmMls, result_operand, div_operand, right_operand,
328 selector->Emit(kArmMul, mul_operand, div_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 755 LOperand* right_operand = UseFixed(right, x0); local
757 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 688 LOperand* right_operand = UseFixed(right, r0); local
690 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 721 LOperand* right_operand = UseFixed(right, eax); local
723 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
lithium-codegen-ia32.cc 1328 int32_t right_operand = local
1333 __ and_(ToRegister(left), right_operand); local
1336 __ or_(ToRegister(left), right_operand); local
1342 __ xor_(ToRegister(left), right_operand); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 698 LOperand* right_operand = UseFixed(right, a0); local
700 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 698 LOperand* right_operand = UseFixed(right, a0); local
700 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 703 LOperand* right_operand = UseFixed(right, r3); local
705 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
lithium-codegen-ppc.cc 1733 Operand right_operand = ToOperand(right); local
1735 __ subfic(ToRegister(result), ToRegister(left), right_operand); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 634 LOperand* right_operand = UseFixed(right, r2); local
636 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
lithium-codegen-s390.cc 1741 Operand right_operand = ToOperand(right); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 714 LOperand* right_operand = UseFixed(right, rax); local
716 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
lithium-codegen-x64.cc 1388 int32_t right_operand = local
1555 int32_t right_operand = local
1727 int32_t right_operand = local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 718 LOperand* right_operand = UseFixed(right, eax); local
720 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
lithium-codegen-x87.cc 1629 int32_t right_operand = local
1634 __ and_(ToRegister(left), right_operand); local
1637 __ or_(ToRegister(left), right_operand); local
1643 __ xor_(ToRegister(left), right_operand); local
    [all...]

Completed in 677 milliseconds