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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1165 InstructForm *inst_left = globals[pmatch->instruction_name(left_index)]->is_instruction(); local
1166 assert( inst_left, "Parser should guaranty this is an instruction");
1167 int left_op_base = inst_left->oper_input_base(globals);
1169 int left_op_index = inst_left->operand_position(left_op, Component::USE);
1171 left_op_index = inst_left->operand_position(left_op, Component::DEF);
1173 left_op_index = inst_left->operand_position(left_op, Component::USE_DEF);
1177 ComponentList components_left = inst_left->_components;

Completed in 52 milliseconds