From: nasm-bot f. C. G. <gor...@gm...> - 2016-03-05 09:42:18
|
Commit-ID: b854be2772f2f4bcafe93558f50ee5b9b222ab10 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=b854be2772f2f4bcafe93558f50ee5b9b222ab10 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 5 Mar 2016 12:39:06 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sat, 5 Mar 2016 12:39:06 +0300 insns.dat: Add CLZERO AMD instruction https://sourceware.org/ml/binutils/2015-03/msg00078.html http://bugzilla.nasm.us/show_bug.cgi?id=3392337 Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- insns.dat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/insns.dat b/insns.dat index ef797d2..293f941 100644 --- a/insns.dat +++ b/insns.dat @@ -5115,6 +5115,9 @@ WRPKRU void [ 0f 01 ef] X64,FUTURE ; New memory instructions CLFLUSHOPT mem [m: 66 0f ae /7] FUTURE +; AMD Zen v1 +CLZERO void [ 0f 01 fc] X64,FUTURE,AMD + ;# Systematic names for the hinting nop instructions ; These should be last in the file HINT_NOP0 rm16 [m: o16 0f 18 /0] P6,UNDOC |