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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp80 // input register lookup, corresponding to ext_format
114 // May need to lookup the base register, as done in int_ and ext_format
155 virtual void ext_format(PhaseRegAlloc *,const MachNode *node,int idx, outputStream *st) const=0;
890 virtual void ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const { int_format( ra, node, st ); } function in class:labelOper
917 virtual void ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const { int_format( ra, node, st ); } function in class:methodOper
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp675 void ext_format(FILE *fp, FormDict &globals, uint index);
H A Doutput_h.cpp425 fprintf(fp," virtual void ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const;\n");
501 fprintf(fp,"void %sOper::ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const {\n", oper._ident);
508 // Initialization code for ext_format
543 if ( op != NULL ) op->ext_format(fp, globals, idx);
557 oper.ext_format(fp, globals, 0);
564 // labelOper::ext_format is defined in ad_<...>.cpp
1438 // int_format and ext_format are not needed in PRODUCT code either
1441 // Declare int_format() and ext_format()
H A Dformssel.cpp1316 fprintf(fp,"ext_format(ra, this,idx%d, st); // %s\n", idx, rep_var );
2473 void OperandForm::ext_format(FILE *fp, FormDict &globals, uint index) { function in class:OperandForm

Completed in 448 milliseconds