mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
x86/insns: add PVALIDATE
https://bugzilla.nasm.us/show_bug.cgi?id=3392753 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -19,3 +19,5 @@
|
||||
vmxon [0x33333333]
|
||||
invept rbx, [0x44444444]
|
||||
invvpid rcx, [0x55555555]
|
||||
|
||||
pvalidate
|
||||
|
Binary file not shown.
@@ -1900,6 +1900,8 @@ INVEPT reg32,mem [rm: 66 0f 38 80 /r] VMX,SO,NOLONG
|
||||
INVEPT reg64,mem [rm: o64nw 66 0f 38 80 /r] VMX,SO,LONG
|
||||
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
|
||||
|
||||
;# Tejas New Instructions (SSSE3)
|
||||
PABSB mmxreg,mmxrm [rm: np 0f 38 1c /r] SSSE3,MMX,SQ
|
||||
|
Reference in New Issue
Block a user