From: nasm-bot f. C. G. <gor...@gm...> - 2013-05-12 17:15:26
|
Commit-ID: 02b23d1d0043f90e927742ec8f90712001b390a2 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=02b23d1d0043f90e927742ec8f90712001b390a2 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 12 May 2013 21:06:26 +0400 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 12 May 2013 21:06:26 +0400 insns.dat: Add T1MSKC intstruction Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- insns.dat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/insns.dat b/insns.dat index 265fb6e..f5dd9de 100644 --- a/insns.dat +++ b/insns.dat @@ -3439,7 +3439,9 @@ TZCNT reg32,rm32 [rm: o32 f3i 0f bc /r] FUTURE,BMI1 TZCNT reg64,rm64 [rm: o64 f3i 0f bc /r] LONG,FUTURE,BMI1 TZMSK reg32,rm32 [vm: xop.ndd.lz.m9.w0 01 /4] FUTURE,TBM TZMSK reg64,rm64 [vm: xop.ndd.lz.m9.w1 01 /4] LONG,FUTURE,TBM - +T1MSKC reg32,rm32 [vm: xop.ndd.lz.m9.w0 01 /7] FUTURE,TBM +T1MSKC reg64,rm64 [vm: xop.ndd.lz.m9.w1 01 /7] LONG,FUTURE,TBM ++ ;# Systematic names for the hinting nop instructions ; These should be last in the file HINT_NOP0 rm16 [m: o16 0f 18 /0] P6,UNDOC |