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 de62696504 Fix logical expression in last commit new 2a410bd1c3 x86: add CVT{,T}PS2PI cases to xmmwords test new b8364fa775 x86-64: also optimize ANDQ with immediate fitting in 7 bits new e1a1babdad x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode new a280ab8e81 x86: simplify OP_I64() new a38d71189b x86: don't open code is_any_vex_encoding() new 54fbadc0c3 x86: drop dqa_mode
The 6 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 | 24 ++++ gas/config/tc-i386.c | 10 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/{sse2.d => sse2-16bit.d} | 151 ++++++++++++------------ gas/testsuite/gas/i386/sse2-16bit.s | 7 ++ gas/testsuite/gas/i386/x86-64-optimize-1.d | 6 + gas/testsuite/gas/i386/x86-64-optimize-1.s | 6 + gas/testsuite/gas/i386/xmmword.l | 2 + gas/testsuite/gas/i386/xmmword.s | 4 + opcodes/ChangeLog | 29 +++++ opcodes/i386-dis-evex-prefix.h | 4 +- opcodes/i386-dis-evex-w.h | 14 +-- opcodes/i386-dis.c | 67 ++--------- opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 4 +- 15 files changed, 179 insertions(+), 154 deletions(-) copy gas/testsuite/gas/i386/{sse2.d => sse2-16bit.d} (52%) create mode 100644 gas/testsuite/gas/i386/sse2-16bit.s