comparison src/share/vm/adlc/main.cpp @ 6179:8c92982cbbc4

7119644: Increase superword's vector size up to 256 bits Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
author kvn
date Fri, 15 Jun 2012 01:25:19 -0700
parents 1d1603768966
children da91efe96a93
comparison
equal deleted inserted replaced
6146:eba1d5bce9e8 6179:8c92982cbbc4
1 /* 1 /*
2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2012, 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.
248 AD.addInclude(AD._HPP_file, "memory/allocation.hpp"); 248 AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
249 AD.addInclude(AD._HPP_file, "opto/machnode.hpp"); 249 AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
250 AD.addInclude(AD._HPP_file, "opto/node.hpp"); 250 AD.addInclude(AD._HPP_file, "opto/node.hpp");
251 AD.addInclude(AD._HPP_file, "opto/regalloc.hpp"); 251 AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");
252 AD.addInclude(AD._HPP_file, "opto/subnode.hpp"); 252 AD.addInclude(AD._HPP_file, "opto/subnode.hpp");
253 AD.addInclude(AD._HPP_file, "opto/vectornode.hpp");
253 AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp"); 254 AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp");
254 AD.addInclude(AD._CPP_CLONE_file, "adfiles", get_basename(AD._HPP_file._name)); 255 AD.addInclude(AD._CPP_CLONE_file, "adfiles", get_basename(AD._HPP_file._name));
255 AD.addInclude(AD._CPP_EXPAND_file, "precompiled.hpp"); 256 AD.addInclude(AD._CPP_EXPAND_file, "precompiled.hpp");
256 AD.addInclude(AD._CPP_EXPAND_file, "adfiles", get_basename(AD._HPP_file._name)); 257 AD.addInclude(AD._CPP_EXPAND_file, "adfiles", get_basename(AD._HPP_file._name));
257 AD.addInclude(AD._CPP_FORMAT_file, "precompiled.hpp"); 258 AD.addInclude(AD._CPP_FORMAT_file, "precompiled.hpp");