This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from c1fa250ae16 x86: Add support for Intel HRESET instruction new 58bf9b6a7ff x86: Support Intel AVX VNNI
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/ChangeLog | 14 + gas/NEWS | 2 + gas/config/tc-i386.c | 12 +- gas/doc/c-i386.texi | 8 +- gas/testsuite/gas/i386/avx-vnni.d | 43 + gas/testsuite/gas/i386/avx-vnni.s | 22 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/x86-64-avx-vnni.d | 47 + gas/testsuite/gas/i386/x86-64-avx-vnni.s | 23 + opcodes/ChangeLog | 27 + opcodes/i386-dis.c | 43 +- opcodes/i386-gen.c | 6 + opcodes/i386-init.h | 500 +- opcodes/i386-opc.h | 6 + opcodes/i386-opc.tbl | 10 + opcodes/i386-tbl.h | 8652 +++++++++++++++--------------- 16 files changed, 4876 insertions(+), 4541 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx-vnni.d create mode 100644 gas/testsuite/gas/i386/avx-vnni.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx-vnni.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx-vnni.s