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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp70 const char *_opcode; member in class:MatchList
76 _resultStr = _lchild = _rchild = _opcode = NULL; }
81 : _next(nxt), _pred(prd), _cost(cost), _opcode(opcode),
H A Ddfa.cpp272 cost_check(fp, spaces6, ArchDesc::getMachOperEnum(mList._resultStr), cost, mList._opcode, status);
279 strcmp(mList._opcode,mList._resultStr) ? mList._opcode : "Invalid";
H A Dformssel.hpp95 Opcode *_opcode; // Encoding of the opcode for instruction member in class:InstructForm
H A Dformssel.cpp42 _opcode = NULL;
74 _opcode = instr->_opcode;
1446 if (_opcode) _opcode->output(fp);
H A Doutput_c.cpp2397 if (!_inst._opcode->print_opcode(_fp, Opcode::as_opcode_type(rep_var) )) {
2453 if (!_inst._opcode->print_opcode(_fp, Opcode::as_opcode_type(inst_rep_var) )) {
H A Dadlparse.cpp223 else if (!strcmp(ident, "opcode")) instr->_opcode = opcode_parse(instr);

Completed in 79 milliseconds