hotspot/src/share/vm/opto/ad.hpp
changeset 29474 81a5c5330d08
parent 29180 50369728b00e
child 40010 e32d5e545789
equal deleted inserted replaced
29362:4188dc7f05a8 29474:81a5c5330d08
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2015, 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.
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_OPTO_AD_HPP
    25 #ifndef SHARE_VM_OPTO_AD_HPP
    26 #define SHARE_VM_OPTO_AD_HPP
    26 #define SHARE_VM_OPTO_AD_HPP
    27 
    27 
    28 #ifdef TARGET_ARCH_MODEL_x86_32
    28 #if defined AD_MD_HPP
       
    29 # include AD_MD_HPP
       
    30 #elif defined TARGET_ARCH_MODEL_x86_32
    29 # include "adfiles/ad_x86_32.hpp"
    31 # include "adfiles/ad_x86_32.hpp"
    30 #endif
    32 #elif defined TARGET_ARCH_MODEL_x86_64
    31 #ifdef TARGET_ARCH_MODEL_x86_64
       
    32 # include "adfiles/ad_x86_64.hpp"
    33 # include "adfiles/ad_x86_64.hpp"
    33 #endif
    34 #elif defined TARGET_ARCH_MODEL_sparc
    34 #ifdef TARGET_ARCH_MODEL_sparc
       
    35 # include "adfiles/ad_sparc.hpp"
    35 # include "adfiles/ad_sparc.hpp"
    36 #endif
    36 #elif defined TARGET_ARCH_MODEL_zero
    37 #ifdef TARGET_ARCH_MODEL_zero
       
    38 # include "adfiles/ad_zero.hpp"
    37 # include "adfiles/ad_zero.hpp"
    39 #endif
    38 #elif defined TARGET_ARCH_MODEL_ppc_64
    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"
    39 # include "adfiles/ad_ppc_64.hpp"
    48 #endif
    40 #elif defined TARGET_ARCH_MODEL_aarch64
    49 #ifdef TARGET_ARCH_MODEL_aarch64
       
    50 # include "adfiles/ad_aarch64.hpp"
    41 # include "adfiles/ad_aarch64.hpp"
    51 #endif
    42 #endif
    52 
    43 
    53 #endif // SHARE_VM_OPTO_AD_HPP
    44 #endif // SHARE_VM_OPTO_AD_HPP