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

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp496 static void restore_fpu(StubAssembler* sasm, bool restore_fpu_registers = true) { function
551 restore_fpu(sasm, restore_fpu_registers);
559 restore_fpu(sasm, restore_fpu_registers);
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2232 void restore_fpu() { append(new LIR_Op0(lir_reset_FPU )); } function in class:LIR_List

Completed in 170 milliseconds