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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2070 void div_strictfp (LIR_Opr left, LIR_Opr right, LIR_Opr res, LIR_Opr tmp) { append(new LIR_Op2(lir_div_strictfp, left, right, res, tmp)); } function in class:LIR_List
H A Dc1_LIRGenerator.cpp566 __ div_strictfp (left_op, right_op, result_op, tmp_op); break;

Completed in 473 milliseconds