From 08fd0f6438765e1cfa1c31bc21072273bb90cc51 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 22 May 2013 18:08:25 +0000 Subject: =?UTF-8?q?include/opcode/=202013-05-22=20=20J=C3=BCrgen=20Urban?= =?UTF-8?q?=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * mips.h (M_LQC2_AB, M_SQC2_AB): New macros. opcodes/ 2013-05-22 Jürgen Urban * mips-opc.c (mips_builtin_opcodes): Add R5900 VU0 instructions. gas/ 2013-05-22 Jürgen Urban * config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB. gas/testsuite/ 2013-05-22 Jürgen Urban * 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. --- include/opcode/ChangeLog | 4 ++++ include/opcode/mips.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 773fa58e4..7ed2c6874 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2013-05-22 Jürgen Urban + + * mips.h (M_LQC2_AB, M_SQC2_AB): New macros. + 2013-05-09 Andrew Pinski * mips.h (OP_MASK_CODE10): Correct definition. 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, -- cgit v1.2.3