From: nasm-bot f. H. P. A. <hp...@li...> - 2014-02-19 23:45:22
|
Commit-ID: 727eb3f8f60ad8806aba3d07ea6b0bbd450b5ae5 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=727eb3f8f60ad8806aba3d07ea6b0bbd450b5ae5 Author: H. Peter Anvin <hp...@li...> AuthorDate: Wed, 19 Feb 2014 15:39:57 -0800 Committer: H. Peter Anvin <hp...@li...> CommitDate: Wed, 19 Feb 2014 15:40:53 -0800 Add CLFLUSHOPT instruction Add the CLFLUSHOPT instruction from the Intel Instruction Set Architecture Extensions document version 319433-018 (Feb 2014). Signed-off-by: H. Peter Anvin <hp...@li...> --- doc/changes.src | 2 ++ insns.dat | 3 +++ 2 files changed, 5 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index 7e11f58..beabdd9 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -11,6 +11,8 @@ since 2007. \b Add the \c{XSAVEC}, \c{XSAVES} and \c{XRSTORS} family instructions. +\b Add the \c{CLFLUSHOPT} instruction. + \S{cl-2.11.01} Version 2.11.01 \b Allow instructions which implicitly uses \c{XMM0} (\c{VBLENDVPD}, diff --git a/insns.dat b/insns.dat index ddc305d..e5622ec 100644 --- a/insns.dat +++ b/insns.dat @@ -4142,6 +4142,9 @@ SHA256RNDS2 xmmreg,xmmrm128 [rm: 0f 38 cb /r ] SHA,FUTURE SHA256MSG1 xmmreg,xmmrm128 [rm: 0f 38 cc /r ] SHA,FUTURE SHA256MSG2 xmmreg,xmmrm128 [rm: 0f 38 cd /r ] SHA,FUTURE +; New memory instructions +CLFLUSHOPT mem [m: 66 0f ae /7] FUTURE + ;# Systematic names for the hinting nop instructions ; These should be last in the file HINT_NOP0 rm16 [m: o16 0f 18 /0] P6,UNDOC |