comparison src/share/vm/opto/matcher.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 828eafbd85cc
children 1d1603768966
comparison
equal deleted inserted replaced
2399:b2949bf39900 2401:7e88bdae86ec
46 #ifdef TARGET_ARCH_MODEL_sparc 46 #ifdef TARGET_ARCH_MODEL_sparc
47 # include "adfiles/ad_sparc.hpp" 47 # include "adfiles/ad_sparc.hpp"
48 #endif 48 #endif
49 #ifdef TARGET_ARCH_MODEL_zero 49 #ifdef TARGET_ARCH_MODEL_zero
50 # include "adfiles/ad_zero.hpp" 50 # include "adfiles/ad_zero.hpp"
51 #endif
52 #ifdef TARGET_ARCH_MODEL_arm
53 # include "adfiles/ad_arm.hpp"
51 #endif 54 #endif
52 55
53 OptoReg::Name OptoReg::c_frame_pointer; 56 OptoReg::Name OptoReg::c_frame_pointer;
54 57
55 58