Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 9e8d72d1aa022ec6385dab2ac8525515459b97ac
https://github.com/dyninst/dyninst/commit/9e8d72d1aa022ec6385dab2ac8525515459b97ac
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2019-05-10 (Fri, 10 May 2019)
Changed paths:
M common/h/entryIDs.h
M common/src/arch-x86.C
M common/src/arch-x86.h
M instructionAPI/src/InstructionDecoder-x86.C
Log Message:
-----------
Add initial support for decoding AMD FMA4 and XOP instructions (#575)
* Add initial support for decoding AMD FMA4 instruction, including:
e_vfmaddsd, e_vfmaddss, e_vfmsubpd, e_vfmsubsd, e_vfnmaddpd,
e_vfnmaddsd,
* Add initial support for decoding XOP instructions:
e_vpcomd, e_vpmacsdd, e_vpcmov, e_vpshad
* Add x86 instruction decoding support for vpperm, movbe, vpperm
|