From: nasm-bot f. C. G. <gor...@gm...> - 2013-05-12 17:15:35
|
Commit-ID: 552dccbb22fa4e77cea3fb98728ac5e4597657a9 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=552dccbb22fa4e77cea3fb98728ac5e4597657a9 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 12 May 2013 21:05:25 +0400 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 12 May 2013 21:05:25 +0400 insns.dat: Add TZMSK instruction Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- insns.dat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/insns.dat b/insns.dat index 7728315..265fb6e 100644 --- a/insns.dat +++ b/insns.dat @@ -3437,6 +3437,8 @@ SHRX reg64,rm64,reg64 [rmv: vex.nds.lz.f2.0f38.w1 f7 /r] LONG,FUTURE,BMI2 TZCNT reg16,rm16 [rm: o16 f3i 0f bc /r] FUTURE,BMI1 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 ;# Systematic names for the hinting nop instructions ; These should be last in the file |