Searched defs:trig (Results 1 - 2 of 2) 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.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 67 milliseconds