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

  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 311 InstructionOperand right_operand) {
314 selector->Emit(div_opcode, result_operand, left_operand, right_operand);
321 selector->Emit(f64i32_opcode, right_double_operand, right_operand);
345 InstructionOperand right_operand = g.UseRegister(m.right().node()); local
347 left_operand, right_operand);
349 selector->Emit(kArmMls, result_operand, div_operand, right_operand,
353 selector->Emit(kArmMul, mul_operand, div_operand, right_operand);
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 1394 int32_t right_operand = local
1561 int32_t right_operand = local
1733 int32_t right_operand = local
    [all...]
lithium-x64.cc 715 LOperand* right_operand = UseFixed(right, rax); local
717 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 1332 int32_t right_operand = local
1337 __ and_(ToRegister(left), right_operand); local
1340 __ or_(ToRegister(left), right_operand); local
1346 __ xor_(ToRegister(left), right_operand); local
    [all...]
lithium-ia32.cc 721 LOperand* right_operand = UseFixed(right, eax); local
723 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 1633 int32_t right_operand = local
1638 __ and_(ToRegister(left), right_operand); local
1641 __ or_(ToRegister(left), right_operand); local
1647 __ xor_(ToRegister(left), right_operand); local
    [all...]
lithium-x87.cc 718 LOperand* right_operand = UseFixed(right, eax); local
720 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 1740 Operand right_operand = ToOperand(right); local
1742 __ subfic(ToRegister(result), ToRegister(left), right_operand); local
    [all...]
lithium-ppc.cc 703 LOperand* right_operand = UseFixed(right, r3); local
705 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/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/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/s390/
lithium-s390.cc 636 LOperand* right_operand = UseFixed(right, r2); local
638 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]

Completed in 2209 milliseconds