Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more Intel registers #2014

Merged
merged 5 commits into from
Sep 29, 2024
Merged

Conversation

elicn
Copy link
Contributor

@elicn elicn commented Sep 28, 2024

Highlights:

  • Added read and write support for CR8, though changes to this reg have no effect currently
  • Fixed a bug in which CR3 got updated whenever CR1 and CR2 were written
  • Initial support for AVX512
    • Added read and write support for XMM8-15 (all modes) and XMM16-31 (64-bit mode)
    • Added read and write support for YMM8-15 (all modes) and YMM16-31 (64-bit mode)
    • Added read and write support for ZMM0-31 (64-bit mode)
    • Writes to XMMn were tested to be reflected in YMMn and ZMMn and vice versa

@elicn elicn marked this pull request as draft September 28, 2024 21:17
@elicn elicn marked this pull request as ready for review September 28, 2024 21:49
@wtdcode
Copy link
Member

wtdcode commented Sep 29, 2024

LGTM.

@wtdcode wtdcode merged commit 35a6b14 into unicorn-engine:dev Sep 29, 2024
33 checks passed
@elicn elicn deleted the more-x86-regs branch September 29, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants