Add support for TBM instructions.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 8bc8139069519347d537cc8679fef7e5adbebfae..cb391e9cd9f246b5ed11d78c5feb3df23ea68384 100644 (file)
@@ -1,3 +1,23 @@
+2011-01-17  Quentin Neill  <quentin.neill@amd.com>
+
+       * i386-dis.c (REG_XOP_TBM_01): New.
+       (REG_XOP_TBM_02): New.
+       (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
+       (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
+       entries, and add bextr instruction.
+
+       * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
+       (cpu_flags): Add CpuTBM.
+
+       * i386-opc.h (CpuTBM) New.
+       (i386_cpu_flags): Add bit cputbm.
+
+       * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
+       blcs, blsfill, blsic, t1mskc, and tzmsk.
+
+       * i386-init.h: Regenerated.
+       * i386-tbl.h: Regenerated
+
 2011-01-12  DJ Delorie  <dj@redhat.com>
 
        * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
This page took 0.037897 seconds and 4 git commands to generate.