comparison src/cpu/x86/vm/nativeInst_x86.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents f79b652d4437 127b3692c168
children b5dc2403c1e7
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
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