Searched defs:tmp_op (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp505 void LIRGenerator::arithmetic_op(Bytecodes::Code code, LIR_Opr result, LIR_Opr left, LIR_Opr right, bool is_strictfp, LIR_Opr tmp_op, CodeEmitInfo* info) { argument
527 __ mul_strictfp(left_op, right_op, result_op, tmp_op); break;
545 did_strength_reduce = strength_reduce_multiply(left_op, c, result_op, tmp_op);
566 __ div_strictfp (left_op, right_op, result_op, tmp_op); break;

Completed in 43 milliseconds