Bug 256630 - x86 VEX is missing support for various instructions
Summary: x86 VEX is missing support for various instructions
Status: CONFIRMED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: 3.6 SVN
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on: 88116 105227 126239 126241 126242 126245 126256 126258 126259 126348 126385 127956 135491 154323 159720 189232 192952 197448 226601 229515 133984 137095 149838 183409 204574 256387
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-11 20:06 UTC by Vince Weaver
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 Vince Weaver 2010-11-11 20:06:24 UTC
Version:           3.6 SVN
OS:                Linux

The x86 VEX support is complete for commonly used instructions, but there
are still a number left unimplemented.

Most of these are only really exercised in hand-coded assembly, though
apparently many of them are used by windows and show up when running WINE under
valgrind.

This is intended as a meta bug that depends on all known missing instructions.



Reproducible: Didn't try