Actions
Bug #8385
closed32-bit avx dis test mishandles EVEX prefix
Start date:
2017-06-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Some version of gas are assembling some of the instructions with an EVEX prefix. Since we don't handle EVEX yet, the 32.avx.out file records these as a sequence starting with bound.
Updated by Electric Monk about 5 years ago
- Status changed from New to Closed
git commit 81b505b772ab015c588c56bb116239ee549b6eee
commit 81b505b772ab015c588c56bb116239ee549b6eee Author: Jerry Jelinek <jerry.jelinek@joyent.com> Date: 2017-06-20T19:09:30.000Z 8384 AVX512 dis - EVEX prefix support 8385 32-bit avx dis test mishandles EVEX prefix 8386 32-bit bound dis is incorrect Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions