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 EVEX-encoded vaes and vpclmulqdq #7145

Merged
merged 4 commits into from
Dec 18, 2024
Merged

Conversation

khuey
Copy link
Contributor

@khuey khuey commented Dec 17, 2024

Four of the VAES opcodes take EVEX prefixes, as does vpclmulqdq, for a total of five decode table changes.

  • vaesdec
  • vaesdeclast
  • vaesenc
  • vaesenclast
  • vpclmulqdq

These instructions do not take opmasks so there are no new macros, only tests.

@khuey khuey requested a review from derekbruening December 17, 2024 00:18
@khuey khuey merged commit 9481855 into master Dec 18, 2024
17 checks passed
@khuey khuey deleted the iX-evex-vaes-vpclmulqdq branch December 18, 2024 03:30
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