Implement RDRSEED, ADX and PRFCHW instructions
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index ce571237b37137f9dfb3ee51dd7923c8b2e7cb4f..ff95178fa6fb6f789d863b1f6d3b0f0cd769694a 100644 (file)
@@ -1,3 +1,18 @@
+2012-07-16  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
+
+       * i386-dis.c (PREFIX_0F38F6): New.
+       (prefix_table): Add adcx, adox instructions.
+       (three_byte_table): Use PREFIX_0F38F6.
+       (mod_table): Add rdseed instruction.
+       * i386-gen.c (cpu_flag_init): Add CpuADX, CpuRDSEED, CpuPRFCHW.
+       (cpu_flags): Likewise.
+       * i386-opc.h: Add CpuADX, CpuRDSEED, CpuPRFCHW.
+       (i386_cpu_flags): Add fields cpurdseed, cpuadx, cpuprfchw.
+       * i386-opc.tbl: Add instrcutions adcx, adox, rdseed. Extend
+       prefetchw.
+       * i386-tbl.h: Regenerate.
+       * i386-init.h: Likewise.
+
 2012-07-05  Thomas Schwinge  <thomas@codesourcery.com>
 
        * mips-dis.c: Remove gratuitous newline.
This page took 0.02356 seconds and 4 git commands to generate.