hotspot/src/share/vm/opto/regmask.cpp
changeset 8107 78e5bd944384
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    34 #ifdef 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 #endif
    37 #ifdef TARGET_ARCH_MODEL_zero
    37 #ifdef TARGET_ARCH_MODEL_zero
    38 # include "adfiles/ad_zero.hpp"
    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
       
    44 # include "adfiles/ad_ppc.hpp"
    39 #endif
    45 #endif
    40 
    46 
    41 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */
    47 #define RM_SIZE _RM_SIZE /* a constant private to the class RegMask */
    42 
    48 
    43 //-------------Non-zero bit search methods used by RegMask---------------------
    49 //-------------Non-zero bit search methods used by RegMask---------------------