Bug 126385

Summary: (lsl) vex x86->IR: unhandled instruction bytes: 0xF 0x3 0xD8 0xB9
Product: [Developer tools] valgrind Reporter: Thomas Kühne <thomas-dloop>
Component: vexAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: crash    
Priority: NOR    
Version: 3.2 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 256630    

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?