comparison src/cpu/x86/vm/stubRoutines_x86_32.cpp @ 6894:a3ecd773a7b9

7184394: add intrinsics to use AES instructions Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
author kvn
date Wed, 24 Oct 2012 14:33:22 -0700
parents f08d439fab8c
children f34d701e952e
comparison
equal deleted inserted replaced
6893:b2c669fd8114 6894:a3ecd773a7b9
42 // Implementation of the platform-specific part of StubRoutines - for 42 // Implementation of the platform-specific part of StubRoutines - for
43 // a description of how to extend it, see the stubRoutines.hpp file. 43 // a description of how to extend it, see the stubRoutines.hpp file.
44 44
45 address StubRoutines::x86::_verify_mxcsr_entry = NULL; 45 address StubRoutines::x86::_verify_mxcsr_entry = NULL;
46 address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry = NULL; 46 address StubRoutines::x86::_verify_fpu_cntrl_wrd_entry = NULL;
47 address StubRoutines::x86::_key_shuffle_mask_addr = NULL;