src/cpu/x86/vm/stubRoutines_x86_64.hpp

changeset 4205
a3ecd773a7b9
parent 4153
b9a9ed0f8eeb
child 5353
b800986664f4
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Tue Oct 23 13:06:37 2012 -0700
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_64.hpp	Wed Oct 24 14:33:22 2012 -0700
     1.3 @@ -54,6 +54,8 @@
     1.4    static address _double_sign_mask;
     1.5    static address _double_sign_flip;
     1.6    static address _mxcsr_std;
     1.7 +  // shuffle mask for fixing up 128-bit words consisting of big-endian 32-bit integers
     1.8 +  static address _key_shuffle_mask_addr;
     1.9  
    1.10   public:
    1.11  
    1.12 @@ -116,6 +118,9 @@
    1.13    {
    1.14      return _mxcsr_std;
    1.15    }
    1.16 +
    1.17 +  static address key_shuffle_mask_addr()                     { return _key_shuffle_mask_addr; }
    1.18 +
    1.19  };
    1.20  
    1.21  #endif // CPU_X86_VM_STUBROUTINES_X86_64_HPP

mercurial