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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp169 void verify_FPU(int stack_depth, TosState state = ftos); // only if +VerifyFPU && (state == ftos || state == dtos)
H A Dinterp_masm_x86_64.hpp238 void verify_FPU(int stack_depth, TosState state = ftos);
H A Dinterp_masm_x86_32.cpp451 verify_FPU(1, state);
1337 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { function in class:InterpreterMacroAssembler
1338 if (state == ftos || state == dtos) MacroAssembler::verify_FPU(stack_depth);
H A Dc1_MacroAssembler_x86.cpp396 verify_FPU(0, "method_entry");
H A DtemplateInterpreter_x86_32.cpp167 __ MacroAssembler::verify_FPU(1, "generate_return_entry_for compiled");
169 __ MacroAssembler::verify_FPU(0, "generate_return_entry_for compiled");
186 __ MacroAssembler::verify_FPU(state == ftos || state == dtos ? 1 : 0, "generate_return_entry_for in interpreter");
237 __ MacroAssembler::verify_FPU(state == ftos || state == dtos ? 1 : 0, "generate_deopt_entry_for in interpreter");
H A Dinterp_masm_x86_64.cpp451 verify_FPU(1, state);
1403 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { function in class:InterpreterMacroAssembler
H A Dc1_Runtime1_x86.cpp492 __ verify_FPU(0, "save_live_registers");
536 __ verify_FPU(0, "restore_live_registers");
541 __ verify_FPU(0, "restore_live_registers");
H A DsharedRuntime_x86_32.cpp536 __ verify_FPU(0, "c2i transition should have clean FPU stack");
590 __ verify_FPU(0, "c2i transition should have clean FPU stack");
1834 __ verify_FPU(0, "c2i transition should have clean FPU stack");
2275 __ verify_FPU(ret_type == T_FLOAT || ret_type == T_DOUBLE ? 1 : 0, "native_wrapper normal exit");
H A DstubGenerator_x86_32.cpp250 __ verify_FPU(0, "call_stub_return");
288 __ verify_FPU(0, "generate_call_stub");
H A DcppInterpreter_x86.cpp1938 __ MacroAssembler::verify_FPU(0, "generate_return_entry_for compiled");
H A Dassembler_x86.hpp2316 void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
H A Dassembler_x86.cpp10137 void MacroAssembler::verify_FPU(int stack_depth, const char* s) { function in class:MacroAssembler
10540 verify_FPU(0, "FPU stack must be clean on entry");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp75 verify_FPU(0, "method_entry");
H A Dinterp_masm_sparc.hpp324 void verify_FPU(int stack_depth, TosState state = ftos); // only if +VerifyFPU && (state == ftos || state == dtos)
H A Dinterp_masm_sparc.cpp113 verify_FPU(1, state);
290 verify_FPU(1, state);
2266 void InterpreterMacroAssembler::verify_FPU(int stack_depth, TosState state) { function in class:InterpreterMacroAssembler
2267 if (state == ftos || state == dtos) MacroAssembler::verify_FPU(stack_depth);
H A Dassembler_sparc.cpp3874 void MacroAssembler::verify_FPU(int stack_depth, const char* s) { function in class:MacroAssembler
H A Dassembler_sparc.hpp2379 void verify_FPU(int stack_depth, const char* s = "illegal FPU state");
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp499 __ verify_FPU(1, t->tos_in());

Completed in 171 milliseconds