mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
BR 3463230: Add VMFUNC instruction
Add VMFUNC instruction from the Intel SDM version 041. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
4b6f98bdd6
commit
a56b70436e
@ -1781,6 +1781,7 @@ MOVSLDUP xmmreg,xmmrm [rm: f3 0f 12 /r] PRESCOTT,SSE3
|
||||
;# VMX Instructions
|
||||
VMCALL void [ 0f 01 c1] VMX
|
||||
VMCLEAR mem [m: 66 0f c7 /6] VMX
|
||||
VMFUNC void [ 0f 01 d4] VMX
|
||||
VMLAUNCH void [ 0f 01 c2] VMX
|
||||
VMLOAD void [ 0f 01 da] X64,VMX
|
||||
VMMCALL void [ 0f 01 d9] X64,VMX
|
||||
|
Loading…
Reference in New Issue
Block a user