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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1189 InstructForm *inst_right = globals[pmatch->instruction_name(right_index)]->is_instruction(); local
1190 assert( inst_right, "Parser should guaranty this is an instruction");
1191 int right_op_base = inst_right->oper_input_base(globals);
1193 right_op_index = inst_right->operand_position(right_op, Component::USE);
1195 right_op_index = inst_right->operand_position(right_op, Component::DEF);
1197 right_op_index = inst_right->operand_position(right_op, Component::USE_DEF);
1201 ComponentList components_right = inst_right->_components;

Completed in 43 milliseconds