hotspot/src/share/vm/adlc/adlparse.hpp
changeset 22844 90f76a40ed8a
parent 11196 a310a659c580
child 24425 53764d2358f9
equal deleted inserted replaced
22843:b245fac3b6a4 22844:90f76a40ed8a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   157   Attribute     *attr_parse(char *ident);// Parse instr/operand attribute rule
   157   Attribute     *attr_parse(char *ident);// Parse instr/operand attribute rule
   158   // Parse instruction encode rule
   158   // Parse instruction encode rule
   159   void           ins_encode_parse(InstructForm &inst);
   159   void           ins_encode_parse(InstructForm &inst);
   160   void           ins_encode_parse_block(InstructForm &inst);
   160   void           ins_encode_parse_block(InstructForm &inst);
   161   void           ins_encode_parse_block_impl(InstructForm& inst, EncClass* encoding, char* ec_name);
   161   void           ins_encode_parse_block_impl(InstructForm& inst, EncClass* encoding, char* ec_name);
       
   162   // Parse instruction postalloc expand rule.
       
   163   void           postalloc_expand_parse(InstructForm &inst);
   162 
   164 
   163   void           constant_parse(InstructForm& inst);
   165   void           constant_parse(InstructForm& inst);
   164   void           constant_parse_expression(EncClass* encoding, char* ec_name);
   166   void           constant_parse_expression(EncClass* encoding, char* ec_name);
   165 
   167 
   166   Opcode        *opcode_parse(InstructForm *insr); // Parse instruction opcode
   168   Opcode        *opcode_parse(InstructForm *insr); // Parse instruction opcode