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

  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 255 InstructionOperand right_operand) {
258 selector->Emit(div_opcode, result_operand, left_operand, right_operand);
265 selector->Emit(f64i32_opcode, right_double_operand, right_operand);
289 InstructionOperand right_operand = g.UseRegister(m.right().node()); local
291 left_operand, right_operand);
293 selector->Emit(kArmMls, result_operand, div_operand, right_operand,
297 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 1440 int32_t right_operand = local
1607 int32_t right_operand = local
1786 int32_t right_operand = local
    [all...]
lithium-x64.cc 764 LOperand* right_operand = UseFixed(right, rax); local
766 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 1477 int32_t right_operand = local
1482 __ and_(ToRegister(left), right_operand); local
1485 __ or_(ToRegister(left), right_operand); local
1491 __ xor_(ToRegister(left), right_operand); local
    [all...]
lithium-ia32.cc 779 LOperand* right_operand = UseFixed(right, eax); local
781 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 1778 int32_t right_operand = local
1783 __ and_(ToRegister(left), right_operand); local
1786 __ or_(ToRegister(left), right_operand); local
1792 __ xor_(ToRegister(left), right_operand); local
    [all...]
lithium-x87.cc 777 LOperand* right_operand = UseFixed(right, eax); local
779 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 1755 Operand right_operand = ToOperand(right); local
1757 __ subfic(ToRegister(result), ToRegister(left), right_operand); local
    [all...]
lithium-ppc.cc 754 LOperand* right_operand = UseFixed(right, r3); local
756 new (zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 740 LOperand* right_operand = UseFixed(right, r0); local
742 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 817 LOperand* right_operand = UseFixed(right, x0); local
819 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 750 LOperand* right_operand = UseFixed(right, a0); local
752 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 750 LOperand* right_operand = UseFixed(right, a0); local
752 new(zone()) LArithmeticT(op, context, left_operand, right_operand);
    [all...]

Completed in 1050 milliseconds