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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp401 bool must_load_both = (x->op() == Bytecodes::_frem || x->op() == Bytecodes::_drem); local
402 if (left.is_register() || x->x()->type()->is_constant() || must_load_both) {
424 if (must_load_both) {

Completed in 1050 milliseconds