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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3121 LIR_Opr phys_reg = LIR_OprFact::illegalOpr; local
3125 phys_reg = result_register_for(result_type);
3152 __ call_runtime(entry, getThreadTemp(), phys_reg, cc->args(), info);
3154 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
3157 __ move(phys_reg, result);
3166 LIR_Opr phys_reg = LIR_OprFact::illegalOpr; local
3170 phys_reg = result_register_for(result_type);
3194 __ call_runtime(entry, getThreadTemp(), phys_reg, cc->args(), info);
3196 __ call_runtime_leaf(entry, getThreadTemp(), phys_reg, cc->args());
3199 __ move(phys_reg, resul
[all...]

Completed in 174 milliseconds