Skip to content

Commit c4babdf

Browse files
committed
x86/insns: add RMPADJUST
https://bugzilla.nasm.us/show_bug.cgi?id=3392754 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1 parent 1430995 commit c4babdf

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

travis/test/vmx.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
invvpid rcx, [0x55555555]
2222

2323
pvalidate
24+
rmpadjust

travis/test/vmx.o.t

0 Bytes
Binary file not shown.

x86/insns.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,7 @@ INVVPID reg32,mem [rm: 66 0f 38 81 /r] VMX,SO,NOLONG
19021902
INVVPID reg64,mem [rm: o64nw 66 0f 38 81 /r] VMX,SO,LONG
19031903
;# SEV-SNP AMD instructions
19041904
PVALIDATE void [ f2 0f 01 ff] VMX,AMD
1905+
RMPADJUST void [ f3 0f 01 fe] VMX,AMD
19051906

19061907
;# Tejas New Instructions (SSSE3)
19071908
PABSB mmxreg,mmxrm [rm: np 0f 38 1c /r] SSSE3,MMX,SQ

0 commit comments

Comments
 (0)