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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1285 LIR_Opr temp_double = new_register(T_DOUBLE); local
1289 __ volatile_move(spill, temp_double, T_LONG);
1290 __ volatile_move(temp_double, LIR_OprFact::address(address), T_LONG, info);
1308 LIR_Opr temp_double = new_register(T_DOUBLE); local
1309 __ volatile_move(LIR_OprFact::address(address), temp_double, T_LONG, info); local
1310 __ volatile_move(temp_double, result, T_LONG);

Completed in 53 milliseconds