[nasm:master] x86/insns: add RMPADJUST

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Mon Nov 7 17:12:16 PST 2022


Commit-ID:  c4babdf2dbc1c2001c32f1b693a09c457db30f45
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=c4babdf2dbc1c2001c32f1b693a09c457db30f45
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Thu, 13 May 2021 01:29:32 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Thu, 13 May 2021 01:29:32 +0300

x86/insns: add RMPADJUST

https://bugzilla.nasm.us/show_bug.cgi?id=3392754

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 travis/test/vmx.asm |   1 +
 travis/test/vmx.o.t | Bin 656 -> 656 bytes
 x86/insns.dat       |   1 +
 3 files changed, 2 insertions(+)

diff --git a/travis/test/vmx.asm b/travis/test/vmx.asm
index 3f63b8b4..2136a120 100644
--- a/travis/test/vmx.asm
+++ b/travis/test/vmx.asm
@@ -21,3 +21,4 @@
 	invvpid		rcx, [0x55555555]
 
 	pvalidate
+	rmpadjust
diff --git a/travis/test/vmx.o.t b/travis/test/vmx.o.t
index 28167214..d5e553ed 100644
Binary files a/travis/test/vmx.o.t and b/travis/test/vmx.o.t differ
diff --git a/x86/insns.dat b/x86/insns.dat
index c01d6ac7..7356bdc1 100644
--- a/x86/insns.dat
+++ b/x86/insns.dat
@@ -1902,6 +1902,7 @@ INVVPID		reg32,mem			[rm: 66 0f 38 81 /r]				VMX,SO,NOLONG
 INVVPID		reg64,mem			[rm: o64nw 66 0f 38 81 /r]			VMX,SO,LONG
 ;# SEV-SNP AMD instructions
 PVALIDATE	void				[       f2 0f 01 ff]				VMX,AMD
+RMPADJUST	void				[       f3 0f 01 fe]				VMX,AMD
 
 ;# Tejas New Instructions (SSSE3)
 PABSB		mmxreg,mmxrm			[rm:	np 0f 38 1c /r]				SSSE3,MMX,SQ


More information about the Nasm-commits mailing list