Bug 126385 - (lsl) vex x86->IR: unhandled instruction bytes: 0xF 0x3 0xD8 0xB9
Summary: (lsl) vex x86->IR: unhandled instruction bytes: 0xF 0x3 0xD8 0xB9
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: 3.2 SVN
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks: 256630
  Show dependency treegraph
 
Reported: 2006-04-28 01:00 UTC by Thomas Kühne
Modified: 2010-11-11 20:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kühne 2006-04-28 01:00:15 UTC
b8 02 00 00 00          mov    eax,0x2
0f 03 d8                lsl    ebx,ax
b9 01 00 00 00          mov    ecx,0x1
Comment 1 Julian Seward 2006-05-03 16:27:13 UTC
Do any real programs use this instruction?