Summary: | vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0xDF | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Mariusz Plucinski <plucinski.mariusz> |
Component: | vex | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | philippe.waroquiers |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=332917 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Valgrind output.
Stubs for several SSE instructions in x86 mode. |
Description
Mariusz Plucinski
2012-07-19 15:32:20 UTC
Created attachment 72632 [details]
Valgrind output.
This is the same problem as discussed in bug 290655 comment 13 and 14. There is currently no plan to have SSE 4 in 32 bits mode. So, at least for the moment, the only solution is to switch to 64 bit app. Understand. Anyway, I have created stubs for a few instructions (AESDEC, AESDECLAST, AESENC, AESENCLAST, AESIMC, AESKEYGENASSIST and PEXTRD). It made my application working. Maybe it will help someone. Created attachment 72871 [details]
Stubs for several SSE instructions in x86 mode.
|