comparison src/share/vm/adlc/main.cpp @ 2401:7e88bdae86ec

7029017: Additional architecture support for c2 compiler Summary: Enables cross building of a c2 VM. Support masking of shift counts when the processor architecture mandates it. Reviewed-by: kvn, never
author roland
date Fri, 25 Mar 2011 09:35:39 +0100
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2399:b2949bf39900 2401:7e88bdae86ec
237 #endif 237 #endif
238 #ifdef TARGET_ARCH_sparc 238 #ifdef TARGET_ARCH_sparc
239 AD.addInclude(AD._CPP_file, "assembler_sparc.inline.hpp"); 239 AD.addInclude(AD._CPP_file, "assembler_sparc.inline.hpp");
240 AD.addInclude(AD._CPP_file, "nativeInst_sparc.hpp"); 240 AD.addInclude(AD._CPP_file, "nativeInst_sparc.hpp");
241 AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp"); 241 AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp");
242 #endif
243 #ifdef TARGET_ARCH_arm
244 AD.addInclude(AD._CPP_file, "assembler_arm.inline.hpp");
245 AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
246 AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
242 #endif 247 #endif
243 AD.addInclude(AD._HPP_file, "memory/allocation.hpp"); 248 AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
244 AD.addInclude(AD._HPP_file, "opto/machnode.hpp"); 249 AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
245 AD.addInclude(AD._HPP_file, "opto/node.hpp"); 250 AD.addInclude(AD._HPP_file, "opto/node.hpp");
246 AD.addInclude(AD._HPP_file, "opto/regalloc.hpp"); 251 AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");