comparison src/share/vm/adlc/archDesc.hpp @ 14428:044b28168e20

8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
author goetz
date Thu, 14 Nov 2013 19:24:59 -0800
parents d336b3173277
children ad6695638a35
comparison
equal deleted inserted replaced
14427:eb178e97560c 14428:044b28168e20
309 public: 309 public:
310 // Generator for EvalConstantValue methods for instructions 310 // Generator for EvalConstantValue methods for instructions
311 void defineEvalConstant(FILE *fp, InstructForm &node); 311 void defineEvalConstant(FILE *fp, InstructForm &node);
312 // Generator for Emit methods for instructions 312 // Generator for Emit methods for instructions
313 void defineEmit (FILE *fp, InstructForm &node); 313 void defineEmit (FILE *fp, InstructForm &node);
314 // Generator for postalloc_expand methods for instructions.
315 void define_postalloc_expand(FILE *fp, InstructForm &node);
314 316
315 // Define a MachOper encode method 317 // Define a MachOper encode method
316 void define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals, 318 void define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals,
317 const char *name, const char *encoding); 319 const char *name, const char *encoding);
318 320