summaryrefslogtreecommitdiffstats
path: root/include/opcode/mips.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-05-22 18:08:25 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2013-05-22 18:08:25 +0000
commit08fd0f6438765e1cfa1c31bc21072273bb90cc51 (patch)
tree226a0c6c83dff833ca66c37308a22eb0c3734682 /include/opcode/mips.h
parent742fb38c56c2be314b8e0a2492dc483a6550d108 (diff)
downloadcygnal-08fd0f6438765e1cfa1c31bc21072273bb90cc51.tar.gz
cygnal-08fd0f6438765e1cfa1c31bc21072273bb90cc51.tar.bz2
cygnal-08fd0f6438765e1cfa1c31bc21072273bb90cc51.zip
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.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index bf0f11573..07259ea06 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -1070,6 +1070,7 @@ enum
M_LDC1_AB,
M_LDC2_AB,
M_LDC2_OB,
+ M_LQC2_AB,
M_LDC3_AB,
M_LDL_AB,
M_LDL_OB,
@@ -1163,6 +1164,7 @@ enum
M_SDC1_AB,
M_SDC2_AB,
M_SDC2_OB,
+ M_SQC2_AB,
M_SDC3_AB,
M_SDL_AB,
M_SDL_OB,