diff src/cpu/x86/vm/nativeInst_x86.hpp @ 4759:127b3692c168

7116452: Add support for AVX instructions Summary: Added support for AVX extension to the x86 instruction set. Reviewed-by: never
author kvn
date Wed, 14 Dec 2011 14:54:38 -0800
parents b40d4fa697bf
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/cpu/x86/vm/nativeInst_x86.hpp	Tue Dec 13 17:10:52 2011 -0800
+++ b/src/cpu/x86/vm/nativeInst_x86.hpp	Wed Dec 14 14:54:38 2011 -0800
@@ -287,6 +287,9 @@
     instruction_code_xmm_store          = 0x11,
     instruction_code_xmm_lpd            = 0x12,
 
+    instruction_VEX_prefix_2bytes       = Assembler::VEX_2bytes,
+    instruction_VEX_prefix_3bytes       = Assembler::VEX_3bytes,
+
     instruction_size                    = 4,
     instruction_offset                  = 0,
     data_offset                         = 2,