src/cpu/x86/vm/nativeInst_x86.hpp

changeset 3388
127b3692c168
parent 2686
b40d4fa697bf
child 6876
710a3c8b516e
     1.1 --- a/src/cpu/x86/vm/nativeInst_x86.hpp	Tue Dec 13 17:10:52 2011 -0800
     1.2 +++ b/src/cpu/x86/vm/nativeInst_x86.hpp	Wed Dec 14 14:54:38 2011 -0800
     1.3 @@ -287,6 +287,9 @@
     1.4      instruction_code_xmm_store          = 0x11,
     1.5      instruction_code_xmm_lpd            = 0x12,
     1.6  
     1.7 +    instruction_VEX_prefix_2bytes       = Assembler::VEX_2bytes,
     1.8 +    instruction_VEX_prefix_3bytes       = Assembler::VEX_3bytes,
     1.9 +
    1.10      instruction_size                    = 4,
    1.11      instruction_offset                  = 0,
    1.12      data_offset                         = 2,

mercurial