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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2358 bool dest_is_tos = (dest_index == 0); local
2364 else if (dest_is_tos) __ fadd (non_tos_index);
2371 else if (dest_is_tos) __ fsub (non_tos_index);
2375 else if (dest_is_tos) __ fsubr (non_tos_index);
2383 else if (dest_is_tos) __ fmul (non_tos_index);
2391 else if (dest_is_tos) __ fdiv (non_tos_index);
2395 else if (dest_is_tos) __ fdivr (non_tos_index);
2401 assert(left_is_tos && dest_is_tos && right_index == 1, "must be guaranteed by FPU stack allocation");

Completed in 42 milliseconds