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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1785 uint new_num_opnds = 1; local
1793 new_num_opnds++;
1802 new_num_opnds, i, comp->_name);
1805 fprintf(fp," set_req(i + idx%d, _in[i + idx%d]);\n", new_num_opnds, i);
1807 fprintf(fp," num%d = num%d;\n", new_num_opnds, i);
1808 fprintf(fp," idx%d = idx%d + num%d;\n", new_num_opnds+1, new_num_opnds, new_num_opnds);
1809 new_num_opnds++;
1813 fprintf(fp," for(int i = idx%d - 1; i >= (int)idx%d; i--) {\n", cur_num_opnds, new_num_opnds);
[all...]

Completed in 36 milliseconds