DynamoRIO / DynamoRIO/dynamorio
Add SIMD support to reg_set_value()
Open
Component-API
Component-IR
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 30
Description
Today we have support for mapping a DR_REG_ enum to a dr_mcontext_t field for GPR's for reading and writing in reg_{get,set}_value(), and for SIMD regs for reading in reg_get_value_ex(). This issue covers adding SIMD write support via reg_set_value_ex(). This will be especially useful if the new AVX-512 enums are separated from the existing enums, which is likely for compatibility.
Contributor guide
Assessment
This issue has not been assessed yet.