Closed GoogleCodeExporter closed 9 years ago
Further testing shows these decode as expected in 32-bit mode, but I was using
64-bit mode.
These instructions are defined in Intel's Volume 2B, pp. 4-444, 4-445. It looks
like a REX.W prefix may be used, but isn't required in 64-bit mode? Adding a
REX prefix doesn't change the diStorm output in 64-bit mode.
Original comment by spa...@rotateright.com
on 9 Feb 2012 at 6:15
According to AMD's http://support.amd.com/us/Processor_TechDocs/24594_APM_v3.pdf
They are invalid in Long mode.
Original comment by distorm@gmail.com
on 7 Mar 2012 at 10:21
Intel docs say otherwise.
Therefore I will make them valid for all modes, but encoded than invalid..
Original comment by distorm@gmail.com
on 7 Mar 2012 at 3:00
Original issue reported on code.google.com by
spa...@rotateright.com
on 9 Feb 2012 at 6:05