Searched refs:exp_pos (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | output_c.cpp | 1495 int new_pos, exp_pos; local 1627 if ((exp_pos = node->_exprule->_newopers.index(opid)) != -1) { 1629 exp_pos += node->num_opnds(); 1634 cnt, new_pos, exp_pos-node->num_opnds(), opid); 1636 fprintf(fp," if(tmp%d != NULL)\n", exp_pos); 1637 fprintf(fp," n%d->add_req(tmp%d);\n", cnt, exp_pos); 1643 exp_pos = node->operand_position_format(opid); 1644 assert(exp_pos != -1, "Bad expand rule"); 1645 if (prev_pos > exp_pos && expand_instruction->_matrule != NULL) { 1656 prev_pos = exp_pos; [all...] |
Completed in 27 milliseconds