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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp508 LIR_Opr right_op = right; local
511 assert(right_op != result_op, "malformed");
520 case Bytecodes::_iadd: __ add(left_op, right_op, result_op); break;
522 case Bytecodes::_lmul: __ mul(left_op, right_op, result_op); break;
527 __ mul_strictfp(left_op, right_op, result_op, tmp_op); break;
529 __ mul(left_op, right_op, result_op); break;
550 __ mul(left_op, right_op, result_op);
558 case Bytecodes::_isub: __ sub(left_op, right_op, result_op); break;
560 case Bytecodes::_fdiv: __ div (left_op, right_op, result_op); break;
566 __ div_strictfp (left_op, right_op, result_o
616 logic_op(Bytecodes::Code code, LIR_Opr result_op, LIR_Opr left_op, LIR_Opr right_op) argument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1186 const char *right_op = pconstraint->_right_op; local
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);
1217 // right_index, right_op_base, right_op_index, right_op );
1246 right_index, right_op, right_index, right_op_index, right_index, right_reg_index );
1248 fprintf(fp, "%s_enc", right_op );
1259 right_index, right_op, right_index, right_op_index );
1270 right_index, right_op, right_index, right_op_index, right_index, right_index, right_op_index );
1276 right_index, right_op, right_inde
4150 const Form *right_op = _globalNames[right->_opType]->is_operand(); local
[all...]
H A Dformsopt.cpp648 int right_inst, char* right_op)
650 _right_inst(right_inst), _right_op(right_op), _next(NULL) {}
647 PeepConstraint(int left_inst, char* left_op, char* relation, int right_inst, char* right_op) argument
H A Dformsopt.hpp490 int right_inst, char* right_op);
H A Dadlparse.cpp2604 char *right_op = get_ident_dup(); local
2609 right_inst, right_op );

Completed in 61 milliseconds