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 0375113302 x86: Add -mvexwig=[0|1] option to assembler new d5f787c2bc x86: Set Vex=1 on VEX.128 only vmovd and vmovq new 04e2a1829e x86: Set EVex=2 on EVEX.128 only vmovd and vmovq
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/ChangeLog | 26 ++++++++ gas/testsuite/gas/i386/avx-scalar-2.d | 24 ++++++++ gas/testsuite/gas/i386/avx-scalar-2.s | 22 +++++++ gas/testsuite/gas/i386/avx-scalar-intel.d | 39 ------------ gas/testsuite/gas/i386/avx-scalar.d | 39 ------------ gas/testsuite/gas/i386/avx-scalar.s | 55 ----------------- gas/testsuite/gas/i386/evex-lig-2.d | 18 ++++++ gas/testsuite/gas/i386/evex-lig-2.s | 14 +++++ gas/testsuite/gas/i386/i386.exp | 4 ++ gas/testsuite/gas/i386/x86-64-avx-scalar-2.d | 32 ++++++++++ gas/testsuite/gas/i386/x86-64-avx-scalar-2.s | 31 ++++++++++ gas/testsuite/gas/i386/x86-64-avx-scalar-intel.d | 65 +------------------- gas/testsuite/gas/i386/x86-64-avx-scalar.d | 65 +------------------- gas/testsuite/gas/i386/x86-64-avx-scalar.s | 77 ------------------------ gas/testsuite/gas/i386/x86-64-evex-lig-2.d | 20 ++++++ gas/testsuite/gas/i386/x86-64-evex-lig-2.s | 15 +++++ opcodes/ChangeLog | 28 +++++++++ opcodes/i386-dis-evex.h | 30 +++++++-- opcodes/i386-dis.c | 43 ++++++++++++- opcodes/i386-opc.tbl | 24 ++++---- opcodes/i386-tbl.h | 24 ++++---- 21 files changed, 328 insertions(+), 367 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx-scalar-2.d create mode 100644 gas/testsuite/gas/i386/avx-scalar-2.s create mode 100644 gas/testsuite/gas/i386/evex-lig-2.d create mode 100644 gas/testsuite/gas/i386/evex-lig-2.s create mode 100644 gas/testsuite/gas/i386/x86-64-avx-scalar-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-avx-scalar-2.s create mode 100644 gas/testsuite/gas/i386/x86-64-evex-lig-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-evex-lig-2.s