comparison src/share/vm/opto/regmask.cpp @ 14391:d2907f74462e

8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
author goetz
date Thu, 20 Jun 2013 16:30:44 -0700
parents 2c673161698a
children 4ca6dc0799b6 78bbf4d43a14
comparison
equal deleted inserted replaced
14390:0f03ff49c720 14391:d2907f74462e
38 # include "adfiles/ad_zero.hpp" 38 # include "adfiles/ad_zero.hpp"
39 #endif 39 #endif
40 #ifdef TARGET_ARCH_MODEL_arm 40 #ifdef TARGET_ARCH_MODEL_arm
41 # include "adfiles/ad_arm.hpp" 41 # include "adfiles/ad_arm.hpp"
42 #endif 42 #endif
43 #ifdef TARGET_ARCH_MODEL_ppc 43 #ifdef TARGET_ARCH_MODEL_ppc_32
44 # include "adfiles/ad_ppc.hpp" 44 # include "adfiles/ad_ppc_32.hpp"
45 #endif
46 #ifdef TARGET_ARCH_MODEL_ppc_64
47 # include "adfiles/ad_ppc_64.hpp"
45 #endif 48 #endif
46 49
47 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */ 50 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */
48 51
49 //-------------Non-zero bit search methods used by RegMask--------------------- 52 //-------------Non-zero bit search methods used by RegMask---------------------