comparison src/share/vm/adlc/adlparse.hpp @ 14521:29ccc4cbabca

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 12 Mar 2014 13:30:08 +0100
parents 044b28168e20
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14520:f84115370178 14521:29ccc4cbabca
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