Searched refs:div_operand (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc659 InstructionOperand* div_operand = g.TempRegister(); local
663 EmitDiv(selector, div_opcode, f64i32_opcode, i32f64_opcode, div_operand,
666 selector->Emit(kArmMls, result_operand, div_operand, right_operand,
671 selector->Emit(kArmMul, mul_operand, div_operand, right_operand);

Completed in 2169 milliseconds