DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.45k stars 263 forks source link

handle VSIB memory addressing #1375

Open derekbruening opened 10 years ago

derekbruening commented 10 years ago

From bruen...@google.com on November 08, 2013 17:13:20

AVX2 introduces a new memory addressing form: vector indexing via VSIB. This issue covers Dr. Memory handling these multi-address references.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=1375

derekbruening commented 3 years ago

This will rely on DR explanding these, like it does for rep string ops: https://github.com/DynamoRIO/dynamorio/issues/2985