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

UDBGRD, UDBGWR Undocumented Instructions #288

Open
ghost opened this issue Dec 15, 2021 · 0 comments
Open

UDBGRD, UDBGWR Undocumented Instructions #288

ghost opened this issue Dec 15, 2021 · 0 comments
Labels
A-decoder Area: Decoder C-enhancement Category: Enhancement of existing features P-low Priority: Low

Comments

@ghost
Copy link

ghost commented Dec 15, 2021

Intel processors only

UDBGRD

0F 0E
Hidden operands only
Reads from: rAX, rCX
Writes to: rDX, rBX

UDBGWR

0F 0F
Hidden operands only
Reads from: rAX, rCX, (rDX, rBX) / (rDX:rBX)
Writes to: rDX, rBX

Implemented through a new decoder mode

Paper: https://raw.githubusercontent.com/chip-red-pill/udbgInstr/main/paper/undocumented_x86_insts_for_uarch_control.pdf

@athre0z athre0z added A-decoder Area: Decoder C-enhancement Category: Enhancement of existing features P-low Priority: Low labels Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-decoder Area: Decoder C-enhancement Category: Enhancement of existing features P-low Priority: Low
Projects
None yet
Development

No branches or pull requests

1 participant