hotspot/src/cpu/x86/vm/nativeInst_x86.hpp
changeset 11427 bf248009cbbe
parent 8871 5c3b26c4119e
child 24930 1fc3041c8e78
equal deleted inserted replaced
11426:7dd181af6a26 11427:bf248009cbbe
   284     instruction_code_xmm_sd_prefix      = 0xf2,
   284     instruction_code_xmm_sd_prefix      = 0xf2,
   285     instruction_code_xmm_code           = 0x0f,
   285     instruction_code_xmm_code           = 0x0f,
   286     instruction_code_xmm_load           = 0x10,
   286     instruction_code_xmm_load           = 0x10,
   287     instruction_code_xmm_store          = 0x11,
   287     instruction_code_xmm_store          = 0x11,
   288     instruction_code_xmm_lpd            = 0x12,
   288     instruction_code_xmm_lpd            = 0x12,
       
   289 
       
   290     instruction_VEX_prefix_2bytes       = Assembler::VEX_2bytes,
       
   291     instruction_VEX_prefix_3bytes       = Assembler::VEX_3bytes,
   289 
   292 
   290     instruction_size                    = 4,
   293     instruction_size                    = 4,
   291     instruction_offset                  = 0,
   294     instruction_offset                  = 0,
   292     data_offset                         = 2,
   295     data_offset                         = 2,
   293     next_instruction_offset             = 4
   296     next_instruction_offset             = 4