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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp369 FILE *_cpp; member in class:OutputMap
375 : _hpp(decl_file), _cpp(def_file), _globals(globals), _AD(AD), _name(name) {};
378 FILE *def_file() { return _cpp; }
393 virtual void closing() { fprintf(_cpp, "};\n"); }
H A Doutput_c.cpp3240 void definition() { fprintf(_cpp, "const int reduceOp[] = {\n"); }
3241 void closing() { fprintf(_cpp, " 0 // no trailing comma\n");
3246 if( reduce ) fprintf(_cpp, " %s_rule", reduce);
3247 else fprintf(_cpp, " 0");
3254 if( reduce ) fprintf(_cpp, " %s_rule", reduce);
3255 else fprintf(_cpp, " 0");
3259 if( reduce ) fprintf(_cpp, " %s_rule", reduce);
3260 else fprintf(_cpp, " 0");
3263 if( reduce ) fprintf(_cpp, " %s_rule", reduce);
3264 else fprintf(_cpp, "
[all...]
H A Doutput_h.cpp2039 void definition() { fprintf(_cpp, "enum MachOperands {\n"); }
2040 void closing() { fprintf(_cpp, " _LAST_MACH_OPER\n");
2045 fprintf(_cpp, " %s", opc_ident_to_upper);
2050 fprintf(_cpp, " %s", oper_ident_to_upper);
2055 fprintf(_cpp, " %s", name_to_upper);
2088 void definition() { fprintf(_cpp, "enum MachOpcodes {\n"); }
2091 fprintf(_cpp, " _BEGIN_INST_CHAIN_RULE = %d,\n", begin_inst_chain_rule);
2093 fprintf(_cpp, " _END_INST_CHAIN_RULE = %d,\n", end_inst_chain_rule);
2095 fprintf(_cpp, " _BEGIN_REMATERIALIZE = %d,\n", begin_rematerialize);
2097 fprintf(_cpp, " _END_REMATERIALIZ
[all...]

Completed in 70 milliseconds