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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp431 uint freg_arg0 = 9999+fargs; local
439 if( freg_arg0 == fltarg_flt_dbl ) freg_arg0 = i;
472 if( freg_arg0 == fltarg_flt_dbl || freg_arg0 == fltarg_float_only ) {
473 freg_arg0 = i;
489 if( freg_arg0 == (uint)i ) {

Completed in 44 milliseconds