[ gas/ChangeLog ]
commitb0de3717318cb7cd128d05c37bc9c0d53e16934b
authorThiemo Seufer <ths@networkno.de>
Tue, 6 Jun 2006 10:49:48 +0000 (6 10:49 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 6 Jun 2006 10:49:48 +0000 (6 10:49 +0000)
tree05d5b3ea36ce2e382ac12bf1e33cca892ceee493
parentfd7580511ead782cdb23b86ccd91df456a1efd2a
[ gas/ChangeLog ]
* config/tc-mips.c (ISA_SUPPORTS_DSP64): New macro.
(CPU_HAS_MIPS3D, CPU_HAS_MDMX, CPU_HAS_DSP, CPU_HAS_MT): Delete.
(macro_build): Update comment.
(mips_ip): Allow DSP64 instructions for MIPS64R2.
(mips_after_parse_args): Remove uses of CPU_HAS_MIPS3D and
CPU_HAS_MDMX.
(mips_cpu_info): Fix formatting. Add MIPS_CPU_ASE_MIPS3D and
MIPS_CPU_ASE_MDMX flags for sb1.

[ gas/testsuite/ChangeLog ]
* gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests.
* gas/mips/mips.exp: Run DSP64 tests.

[ opcodes/ChangeLog ]
* mips-dis.c: Disassemble DSP64 instructions for MIPS64R2.
* mips-opc.c: Add DSP64 instructions.
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/mips64-dsp.d [new file with mode: 0644]
gas/testsuite/gas/mips/mips64-dsp.s [new file with mode: 0644]
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-dis.c
opcodes/mips-opc.c