hotspot/src/cpu/ppc/vm/globalDefinitions_ppc.hpp
changeset 35112 b3c4347bb751
parent 35085 839c8ba29724
child 35135 dd2ce9021031
equal deleted inserted replaced
35111:d72f2f2e084e 35112:b3c4347bb751
    29 // Size of PPC Instructions
    29 // Size of PPC Instructions
    30 const int BytesPerInstWord = 4;
    30 const int BytesPerInstWord = 4;
    31 
    31 
    32 const int StackAlignmentInBytes = 16;
    32 const int StackAlignmentInBytes = 16;
    33 
    33 
       
    34 // Indicates whether the C calling conventions require that
       
    35 // 32-bit integer argument values are extended to 64 bits.
       
    36 const bool CCallingConventionRequiresIntsAsLongs = true;
       
    37 
    34 #define SUPPORTS_NATIVE_CX8
    38 #define SUPPORTS_NATIVE_CX8
    35 
    39 
    36 // The PPC CPUs are NOT multiple-copy-atomic.
    40 // The PPC CPUs are NOT multiple-copy-atomic.
    37 #define CPU_NOT_MULTIPLE_COPY_ATOMIC
    41 #define CPU_NOT_MULTIPLE_COPY_ATOMIC
    38 
    42