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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp197 uint opcnt = 1; // First operand local
201 opcnt++; // Bump operand count
202 assert( opcnt < numopnds, "Accessing non-existent operand" );
203 num_edges = _opnds[opcnt]->num_edges(); // leaves for next operand
207 if( rm == NULL || (int)opcnt != cisc_operand() ) {
208 rm = _opnds[opcnt]->in_RegMask(idx-skipped);
384 for (uint opcnt = 1; opcnt < operand; opcnt++) {
385 uint num_edges = _opnds[opcnt]
[all...]

Completed in 29 milliseconds