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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp498 static void restore_fpu(StubAssembler* sasm, bool restore_fpu_registers = true) { function
561 restore_fpu(sasm, restore_fpu_registers);
569 restore_fpu(sasm, restore_fpu_registers);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2140 void restore_fpu() { append(new LIR_Op0(lir_reset_FPU )); } function in class:LIR_List

Completed in 167 milliseconds