Searched refs:trig (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1813 Node* trig = make_runtime_call(RC_LEAF, call_type, funcAddr, funcName, local
1816 Node* value = _gvn.transform(new (C) ProjNode(trig, TypeFunc::Parms+0));
1818 Node* value_top = _gvn.transform(new (C) ProjNode(trig, TypeFunc::Parms+1));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp2201 void trigfunc(char trig, int num_fpu_regs_in_use = 1);
2587 // call runtime as a fallback for trig functions and pow/exp.
H A Dassembler_x86.cpp3728 // 64bit typically doesn't use the x87 but needs to for the trig funcs
9243 void MacroAssembler::trigfunc(char trig, int num_fpu_regs_in_use) { argument
9269 switch(trig) {
9289 switch(trig) {

Completed in 1645 milliseconds