From 02b23d1d0043f90e927742ec8f90712001b390a2 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 12 May 2013 21:06:26 +0400 Subject: [PATCH] insns.dat: Add T1MSKC intstruction Signed-off-by: Cyrill Gorcunov --- 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 -- 2.7.4