OSDN Git Service

ART: Enables x86_64 disassembly
authorVladimir Kostyukov <vladimir.kostyukov@intel.com>
Fri, 18 Apr 2014 10:06:15 +0000 (17:06 +0700)
committerIan Rogers <irogers@google.com>
Fri, 25 Apr 2014 17:42:13 +0000 (10:42 -0700)
commite8861b30ac8b2b1ca49386f9c9218f1d6fedc511
tree70ec1c5dc2b917211b9bf0428f2806694f725744
parent3f4dcdf6c99f90a2301304d26ce29dc637b4be7f
ART: Enables x86_64 disassembly

This patch
  (a) cuts a REX prefix from the instruction and
  (b) adds missed 32bit disp to instructions with ModR/M and SIB bytes.

Change-Id: I2674678224ca27746b33d4006ed38d497972309f
Signed-off-by: Vladimir Kostyukov <vladimir.kostyukov@intel.com>
disassembler/disassembler_x86.cc