include/opcode/
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 22 May 2013 18:08:26 +0000 (18:08 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Wed, 22 May 2013 18:08:26 +0000 (18:08 +0000)
commitc77c0862b26d536f91187c34c510cee96bef1f7a
treed528508e7690c671c6dc1f6d9b6194419c0bac32
parent45901633da81442f00f59211280e9697737131d5
include/opcode/
2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>

* mips.h (M_LQC2_AB, M_SQC2_AB): New macros.

opcodes/
2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>

* mips-opc.c (mips_builtin_opcodes): Add R5900 VU0 instructions.

gas/
2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>

* config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB.

gas/testsuite/
2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>

* gas/mips/r5900-full.s, gas/mips/r5900-full.d: Add tests for LQ
and SQ macros.
* gas/mips/r5900-vu0.s, gas/mips/r5900-vu0.d: New test.
* gas/mips/mips.exp: Run it.
12 files changed:
gas/ChangeLog
gas/config/tc-mips.c
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/r5900-full.d
gas/testsuite/gas/mips/r5900-full.s
gas/testsuite/gas/mips/r5900-vu0.d [new file with mode: 0644]
gas/testsuite/gas/mips/r5900-vu0.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/mips.h
opcodes/ChangeLog
opcodes/mips-opc.c