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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2014 LIR_Opr input_opr = input.result(); local
2015 assert(input_opr->is_register(), "why round if value is not in a register?");
2016 assert(input_opr->is_single_fpu() || input_opr->is_double_fpu(), "input should be floating-point value");
2017 if (input_opr->is_single_fpu()) {
2018 set_result(x, round_item(input_opr)); // This code path not currently taken
2022 __ roundfp(input_opr, LIR_OprFact::illegalOpr, result);

Completed in 38 milliseconds