Skip to content

Add RDPRU instruction - #299

Open
LinuxCoder13 wants to merge 4 commits into
netwide-assembler:masterfrom
LinuxCoder13:add-rdpru
Open

Add RDPRU instruction#299
LinuxCoder13 wants to merge 4 commits into
netwide-assembler:masterfrom
LinuxCoder13:add-rdpru

Conversation

@LinuxCoder13

@LinuxCoder13 LinuxCoder13 commented Aug 17, 2026

Copy link
Copy Markdown

Add support for the AMD RDPRU instruction (0F 01 FD).

This adds the RDPKU instruction flag and the corresponding
RDPRU encoding to x86/insns.dat.

Comment thread x86/iflags.ph Outdated
if_("AVX10_VNNIINT", "AVX Vector Neural Network integer instructions");
if_("ADX", "ADCX and ADOX instructions");
if_("PKU", "Protection key for user mode");
if_("RDPKU", "RDPRU instruction");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be RDPRU, like the CPUID flag (and the instruction)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry :-(

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