]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/i386-dis.c
gas/
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 18 Apr 2007 16:13:15 +0000 (16:13 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 18 Apr 2007 16:13:15 +0000 (16:13 +0000)
commit42903f7f5903fc4a27294aab1e23708c59a86b17
tree5e5e5c86c160605d02c3bd5d9663b0faf1776893
parent026d3abbb22d4ac067a57d0a9aa2b2482266c9e7
gas/

2007-04-18  H.J. Lu <hongjiu.lu@intel.com>

* config/tc-i386.c (cpu_arch): Add .sse4.1.
(process_operands): Adjust implicit operand for blendvpd,
blendvps and pblendvb in SSE4.1.
(output_insn): Support SSE4.1.

gas/testsuite/

2007-04-18  H.J. Lu <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Add sse4.1 and x86-64-sse4.1.

* gas/i386/sse4_1.d: New file.
* gas/i386/sse4_1.s: Likewise.
* gas/i386/x86-64-sse4_1.d: Likewise.
* gas/i386/x86-64-sse4_1.s: Likewise.

opcodes/

2007-04-18  H.J. Lu <hongjiu.lu@intel.com>

* i386-dis.c (XMM_Fixup): New.
(Edqb): New.
(Edqd): New.
(XMM0): New.
(dqb_mode): New.
(dqd_mode): New.
(PREGRP39 ... PREGRP85): New.
(threebyte_0x38_uses_DATA_prefix): Updated for SSE4.
(threebyte_0x3a_uses_DATA_prefix): Likewise.
(prefix_user_table): Add PREGRP39 ... PREGRP85.
(three_byte_table): Likewise.
(putop): Handle 'K'.
(intel_operand_size): Handle dqb_mode, dqd_mode):
(OP_E): Likewise.
(OP_G): Likewise.

* i386-opc.c (i386_optab): Add SSE4.1 opcodes.

* i386-opc.h (CpuSSE4_1): New.
(CpuUnknownFlags): Add CpuSSE4_1.
(regKludge): Update comment.
12 files changed:
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/sse4_1.d [new file with mode: 0644]
gas/testsuite/gas/i386/sse4_1.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-sse4_1.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-sse4_1.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c
opcodes/i386-opc.c
opcodes/i386-opc.h