lifting-bits / remill

Library for lifting machine code to LLVM bitcode
Apache License 2.0
1.22k stars 141 forks source link

Fix SSE Instructions for XED v2022.04.17 #597

Closed 2over12 closed 2 years ago

2over12 commented 2 years ago

The new release of XED adds an additional read parameter of XMM registers in packed insns that write half of the register. This PR adds a parameter to match the read param in the ISEL. This approach keeps decoding consistent