hotspot/src/share/vm/opto/optoreg.hpp
changeset 29180 50369728b00e
parent 25715 d5a8dbdc5150
child 29474 81a5c5330d08
equal deleted inserted replaced
27647:4dcb647196fd 29180:50369728b00e
    45 #ifdef TARGET_ARCH_MODEL_ppc_32
    45 #ifdef TARGET_ARCH_MODEL_ppc_32
    46 # include "adfiles/adGlobals_ppc_32.hpp"
    46 # include "adfiles/adGlobals_ppc_32.hpp"
    47 #endif
    47 #endif
    48 #ifdef TARGET_ARCH_MODEL_ppc_64
    48 #ifdef TARGET_ARCH_MODEL_ppc_64
    49 # include "adfiles/adGlobals_ppc_64.hpp"
    49 # include "adfiles/adGlobals_ppc_64.hpp"
       
    50 #endif
       
    51 #ifdef TARGET_ARCH_MODEL_aarch64
       
    52 # include "adfiles/adGlobals_aarch64.hpp"
    50 #endif
    53 #endif
    51 
    54 
    52 //------------------------------OptoReg----------------------------------------
    55 //------------------------------OptoReg----------------------------------------
    53 // We eventually need Registers for the Real World.  Registers are essentially
    56 // We eventually need Registers for the Real World.  Registers are essentially
    54 // non-SSA names.  A Register is represented as a number.  Non-regular values
    57 // non-SSA names.  A Register is represented as a number.  Non-regular values