src/share/vm/opto/ad.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn


  29 # include "adfiles/ad_x86_32.hpp"
  30 #endif
  31 #ifdef TARGET_ARCH_MODEL_x86_64
  32 # include "adfiles/ad_x86_64.hpp"
  33 #endif
  34 #ifdef TARGET_ARCH_MODEL_sparc
  35 # include "adfiles/ad_sparc.hpp"
  36 #endif
  37 #ifdef TARGET_ARCH_MODEL_zero
  38 # include "adfiles/ad_zero.hpp"
  39 #endif
  40 #ifdef TARGET_ARCH_MODEL_arm
  41 # include "adfiles/ad_arm.hpp"
  42 #endif
  43 #ifdef TARGET_ARCH_MODEL_ppc_32
  44 # include "adfiles/ad_ppc_32.hpp"
  45 #endif
  46 #ifdef TARGET_ARCH_MODEL_ppc_64
  47 # include "adfiles/ad_ppc_64.hpp"
  48 #endif



  49 
  50 #endif // SHARE_VM_OPTO_AD_HPP


  29 # include "adfiles/ad_x86_32.hpp"
  30 #endif
  31 #ifdef TARGET_ARCH_MODEL_x86_64
  32 # include "adfiles/ad_x86_64.hpp"
  33 #endif
  34 #ifdef TARGET_ARCH_MODEL_sparc
  35 # include "adfiles/ad_sparc.hpp"
  36 #endif
  37 #ifdef TARGET_ARCH_MODEL_zero
  38 # include "adfiles/ad_zero.hpp"
  39 #endif
  40 #ifdef TARGET_ARCH_MODEL_arm
  41 # include "adfiles/ad_arm.hpp"
  42 #endif
  43 #ifdef TARGET_ARCH_MODEL_ppc_32
  44 # include "adfiles/ad_ppc_32.hpp"
  45 #endif
  46 #ifdef TARGET_ARCH_MODEL_ppc_64
  47 # include "adfiles/ad_ppc_64.hpp"
  48 #endif
  49 #ifdef TARGET_ARCH_MODEL_aarch64
  50 # include "adfiles/ad_aarch64.hpp"
  51 #endif
  52 
  53 #endif // SHARE_VM_OPTO_AD_HPP