Searched defs:right_op_index (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1184 int right_op_index = -1; local
1193 right_op_index = inst_right->operand_position(right_op, Component::USE);
1194 if( right_op_index == -1 ) {
1195 right_op_index = inst_right->operand_position(right_op, Component::DEF);
1196 if( right_op_index == -1 ) {
1197 right_op_index = inst_right->operand_position(right_op, Component::USE_DEF);
1200 assert( right_op_index != NameList::Not_in_list, "Did not find operand in instruction");
1202 const char *right_comp_type = components_right.at(right_op_index)->_type;
1217 // right_index, right_op_base, right_op_index, right_op );
1238 if( right_op_index !
[all...]

Completed in 40 milliseconds