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 8864c4afdf2 LoongArch: add .option directive new d8ba1c40371 Support APX CCMP and CTEST new f7b1fe8dc46 Remove %ME and used %NE for movbe. new 0915235d341 x86: Fix typo in i386-dis-evex-mod.h
The 3 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/config/tc-i386.c | 146 +- .../gas/i386/x86-64-apx-ccmp-ctest-intel.d | 222 ++ .../gas/i386/x86-64-apx-ccmp-ctest-inval.l | 17 + .../gas/i386/x86-64-apx-ccmp-ctest-inval.s | 20 + gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest.d | 222 ++ gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest.s | 218 ++ .../gas/i386/x86-64-apx-evex-promoted-bad.d | 22 +- .../gas/i386/x86-64-apx-evex-promoted-bad.s | 12 +- gas/testsuite/gas/i386/x86-64.exp | 3 + opcodes/i386-dis-evex-mod.h | 14 +- opcodes/i386-dis-evex-reg.h | 11 +- opcodes/i386-dis-evex.h | 16 +- opcodes/i386-dis.c | 97 +- opcodes/i386-mnem.h | 3892 ++++++++++---------- opcodes/i386-opc.h | 2 + opcodes/i386-opc.tbl | 19 + opcodes/i386-tbl.h | 2391 ++++++++++-- 17 files changed, 5054 insertions(+), 2270 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest.d create mode 100644 gas/testsuite/gas/i386/x86-64-apx-ccmp-ctest.s