Searched refs:exp_with_fallback (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp192 __ exp_with_fallback(0);
H A Dinterpreter_x86_64.cpp280 __ exp_with_fallback(0);
H A Dassembler_x86.hpp2581 void exp_with_fallback(int num_fpu_regs_in_use) { pow_or_exp(true, num_fpu_regs_in_use); } function in class:MacroAssembler
H A DstubGenerator_x86_32.cpp2157 __ exp_with_fallback(0);
H A DstubGenerator_x86_64.cpp3004 __ exp_with_fallback(0);
H A Dc1_LIRAssembler_x86.cpp2450 __ exp_with_fallback(op->as_Op2()->fpu_stack_size());

Completed in 567 milliseconds