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

/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreterGenerator_x86.cpp189 __ MacroAssembler::verify_FPU(1, "generate_return_entry_for compiled");
191 __ MacroAssembler::verify_FPU(0, "generate_return_entry_for compiled");
195 __ MacroAssembler::verify_FPU(UseSSE >= 1 ? 0 : 1, "generate_return_entry_for in interpreter");
197 __ MacroAssembler::verify_FPU(UseSSE >= 2 ? 0 : 1, "generate_return_entry_for in interpreter");
245 __ MacroAssembler::verify_FPU(UseSSE >= 1 ? 0 : 1, "generate_deopt_entry_for in interpreter");
247 __ MacroAssembler::verify_FPU(UseSSE >= 2 ? 0 : 1, "generate_deopt_entry_for in interpreter");
H A Dinterp_masm_x86.hpp280 void verify_FPU(int stack_depth, TosState state = ftos);
H A Dc1_MacroAssembler_x86.cpp362 verify_FPU(0, "method_entry");
H A Dinterp_masm_x86.cpp813 verify_FPU(1, state);
1918 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { function in class:InterpreterMacroAssembler
1922 MacroAssembler::verify_FPU(stack_depth);
H A Dc1_Runtime1_x86.cpp490 __ verify_FPU(0, "save_live_registers");
526 __ verify_FPU(0, "restore_live_registers");
531 __ verify_FPU(0, "restore_live_registers");
H A DsharedRuntime_x86_32.cpp538 __ verify_FPU(0, "c2i transition should have clean FPU stack");
591 __ verify_FPU(0, "c2i transition should have clean FPU stack");
1816 __ verify_FPU(0, "c2i transition should have clean FPU stack");
2261 __ verify_FPU(ret_type == T_FLOAT || ret_type == T_DOUBLE ? 1 : 0, "native_wrapper normal exit");
H A DstubGenerator_x86_32.cpp230 __ verify_FPU(0, "call_stub_return");
268 __ verify_FPU(0, "generate_call_stub");
H A DmacroAssembler_x86.hpp609 void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
H A DmacroAssembler_x86.cpp6565 void MacroAssembler::verify_FPU(int stack_depth, const char* s) { function in class:MacroAssembler
7104 verify_FPU(0, "FPU stack must be clean on entry");
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.hpp279 void verify_FPU(int stack_depth, TosState state = ftos);
H A DmacroAssembler_aarch64.hpp934 void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
H A Dinterp_masm_aarch64.cpp1450 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { ; } function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.hpp264 void verify_FPU(int stack_depth, TosState state = ftos) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp335 void verify_FPU(int stack_depth, TosState state = ftos); // only if +VerifyFPU && (state == ftos || state == dtos)
H A Dc1_MacroAssembler_sparc.cpp76 verify_FPU(0, "method_entry");
H A Dinterp_masm_sparc.cpp91 verify_FPU(1, state);
265 verify_FPU(1, state);
2521 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { function in class:InterpreterMacroAssembler
2522 if (state == ftos || state == dtos) MacroAssembler::verify_FPU(stack_depth);
H A DmacroAssembler_sparc.hpp1126 void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
H A DmacroAssembler_sparc.cpp2998 void MacroAssembler::verify_FPU(int stack_depth, const char* s) { function in class:MacroAssembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc.hpp259 void verify_FPU(int stack_depth, TosState state = ftos);
H A Dinterp_masm_ppc_64.cpp2322 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.hpp316 void verify_FPU(int stack_depth, TosState state = ftos);
H A Dinterp_masm_s390.cpp87 verify_FPU(1, state);
2146 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { function in class:InterpreterMacroAssembler
/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreterGenerator.cpp365 __ verify_FPU(1, t->tos_in());

Completed in 255 milliseconds