Summary: | vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x38 0x31 (pmovzxbd) | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Mathieu Carrier <mat.carrier+digikam> |
Component: | vex | Assignee: | Josef Weidendorfer <josef.weidendorfer> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | crash | CC: | jseward, rhyskidd, timurrrr |
Priority: | NOR | ||
Version: | 3.7.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=332917 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mathieu Carrier
2012-01-19 07:10:11 UTC
This is not callgrind related (ie. all the tools should have the same issue). Moved to "vex" component. SSE4 isn't supported in 32 bit mode, only 64 bit mode. 32 bit mode supports only up to and including SSSE3. Do SSE4 will be supported in a future release of 32-bits version or not at all ? There are no current plans to support SSE4 on 32-bit. Please use 64-bit. See also bug 332917. pmovzxbd is an SSE4.1 instruction. SSE4 isn't supported in 32 bit mode, only 64 bit mode. 32 bit mode supports only up to and including SSSE3. http://www.valgrind.org/docs/manual/manual-core.html#manual-core.limits There are no current plans to support SSE4 on 32-bit. Please use 64-bit. |