diff src/cpu/x86/vm/stubRoutines_x86_64.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 b9a9ed0f8eeb
children f34d701e952e
line wrap: on
line diff
--- a/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Tue Oct 23 13:06:37 2012 -0700
+++ b/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Wed Oct 24 14:33:22 2012 -0700
@@ -56,3 +56,4 @@
 address StubRoutines::x86::_double_sign_mask = NULL;
 address StubRoutines::x86::_double_sign_flip = NULL;
 address StubRoutines::x86::_mxcsr_std = NULL;
+address StubRoutines::x86::_key_shuffle_mask_addr = NULL;