]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Recognize MPX instructions and bnd prefix. Bug #333666.
authorMark Wielaard <mark@klomp.org>
Fri, 9 May 2014 11:41:06 +0000 (11:41 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 9 May 2014 11:41:06 +0000 (11:41 +0000)
commitcbe6b66570631c9f7068925a740265fb59f1f609
tree0e7251b576ec4bce940d966eb7c89ca896594648
parent8c7f35a18b9f3bb3a5bf17397006c5eea8c74650
Recognize MPX instructions and bnd prefix. Bug #333666.

Recognize and parse operands of new MPX instructions BNDMK, BNDCL,
BNDCU, BNDCN, BNDMOV, BNDLDX and BNDSTX. Also recognize bnd (F2) prefix
for CALL (E8,FF/2), RET (C2,C3), JMP (EB,E9,FF/4) and Jcc (70-7F,0F 80-8F).
All new MPX instructions are currently NOPs and the bnd prefix is ignored.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2858
VEX/priv/guest_amd64_toIR.c