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 ddbe6976d51 PR28167, vms-alpha build_module_list new 0cc7872125e [PATCH 1/2] Enable Intel AVX512_FP16 instructions new 17a089ffda6 [PATCH 2/2] Add tests for Intel AVX512_FP16 instructions
The 2 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/NEWS | 2 + gas/config/tc-i386.c | 45 +- gas/doc/c-i386.texi | 4 +- gas/testsuite/gas/i386/avx512_fp16-intel.d | 1479 + gas/testsuite/gas/i386/avx512_fp16-inval-bcast.l | 27 + gas/testsuite/gas/i386/avx512_fp16-inval-bcast.s | 33 + gas/testsuite/gas/i386/avx512_fp16.d | 1479 + gas/testsuite/gas/i386/avx512_fp16.s | 1475 + gas/testsuite/gas/i386/avx512_fp16_pseudo_ops.d | 2035 + gas/testsuite/gas/i386/avx512_fp16_pseudo_ops.s | 2030 + gas/testsuite/gas/i386/avx512_fp16_vl-intel.d | 1437 + gas/testsuite/gas/i386/avx512_fp16_vl.d | 1437 + gas/testsuite/gas/i386/avx512_fp16_vl.s | 1433 + gas/testsuite/gas/i386/i386.exp | 14 + gas/testsuite/gas/i386/x86-64-avx512_fp16-bad.d | 17 + gas/testsuite/gas/i386/x86-64-avx512_fp16-bad.s | 36 + gas/testsuite/gas/i386/x86-64-avx512_fp16-intel.d | 1539 + .../gas/i386/x86-64-avx512_fp16-inval-bcast.l | 27 + .../gas/i386/x86-64-avx512_fp16-inval-bcast.s | 33 + .../gas/i386/x86-64-avx512_fp16-inval-register.l | 11 + .../gas/i386/x86-64-avx512_fp16-inval-register.s | 15 + gas/testsuite/gas/i386/x86-64-avx512_fp16.d | 1539 + gas/testsuite/gas/i386/x86-64-avx512_fp16.s | 1535 + .../gas/i386/x86-64-avx512_fp16_pseudo_ops.d | 2034 + .../gas/i386/x86-64-avx512_fp16_pseudo_ops.s | 2031 + .../gas/i386/x86-64-avx512_fp16_vl-intel.d | 1437 + gas/testsuite/gas/i386/x86-64-avx512_fp16_vl.d | 1437 + gas/testsuite/gas/i386/x86-64-avx512_fp16_vl.s | 1433 + gas/testsuite/gas/i386/x86-64-default-suffix-avx.d | 3 + gas/testsuite/gas/i386/x86-64-default-suffix.d | 3 + gas/testsuite/gas/i386/x86-64-default-suffix.s | 3 + gas/testsuite/gas/i386/xmmword.l | 10 + gas/testsuite/gas/i386/xmmword.s | 11 + opcodes/i386-dis-evex-prefix.h | 221 + opcodes/i386-dis-evex-w.h | 63 +- opcodes/i386-dis-evex.h | 608 +- opcodes/i386-dis.c | 252 +- opcodes/i386-gen.c | 10 +- opcodes/i386-init.h | 520 +- opcodes/i386-opc.h | 11 + opcodes/i386-opc.tbl | 366 + opcodes/i386-tbl.h | 39415 +++++++++++-------- 42 files changed, 51340 insertions(+), 16210 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512_fp16-intel.d create mode 100644 gas/testsuite/gas/i386/avx512_fp16-inval-bcast.l create mode 100644 gas/testsuite/gas/i386/avx512_fp16-inval-bcast.s create mode 100644 gas/testsuite/gas/i386/avx512_fp16.d create mode 100644 gas/testsuite/gas/i386/avx512_fp16.s create mode 100644 gas/testsuite/gas/i386/avx512_fp16_pseudo_ops.d create mode 100644 gas/testsuite/gas/i386/avx512_fp16_pseudo_ops.s create mode 100755 gas/testsuite/gas/i386/avx512_fp16_vl-intel.d create mode 100755 gas/testsuite/gas/i386/avx512_fp16_vl.d create mode 100644 gas/testsuite/gas/i386/avx512_fp16_vl.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16-bad.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16-inval-bcast.l create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16-inval-bcast.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16-inval-register.l create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16-inval-register.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16_pseudo_ops.d create mode 100755 gas/testsuite/gas/i386/x86-64-avx512_fp16_pseudo_ops.s create mode 100755 gas/testsuite/gas/i386/x86-64-avx512_fp16_vl-intel.d create mode 100755 gas/testsuite/gas/i386/x86-64-avx512_fp16_vl.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_fp16_vl.s