From f4cbd84efee69de9e1d9a4c5fbb78d3b8c7c99d2 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 25 Mar 1998 01:09:09 +0000 Subject: [PATCH] * vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni" opcode extensions. --- opcodes/ChangeLog | 7 +++++++ opcodes/vu0.h | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a6c4308..7f9ec69 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-r5900 +Tue Mar 24 18:11:13 1998 Jeffrey A Law (law@cygnus.com) + + * vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni" + opcode extensions. + +end-sanitize-r5900 start-sanitize-m32rx Mon Mar 23 11:32:11 1998 Nick Clifton diff --git a/opcodes/vu0.h b/opcodes/vu0.h index d27f16f..47479ed 100644 --- a/opcodes/vu0.h +++ b/opcodes/vu0.h @@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License along with this file; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +{"cfc2.ni", "t,G", 0x48400000, 0xffe007ff, LCD|WR_t|RD_C2, I1 }, +{"cfc2.i", "t,G", 0x48400001, 0xffe007ff, LCD|WR_t|RD_C2, I1 }, +{"ctc2.ni", "t,G", 0x48c00000, 0xffe007ff, COD|RD_t|WR_CC, I1 }, +{"ctc2.i", "t,G", 0x48c00001, 0xffe007ff, COD|RD_t|WR_CC, I1 }, {"lqc2", "1,o(b)", 0xd8000000, 0xfc000000, 0, T5}, {"qmfc2", "t,2", 0x48200000, 0xffe007ff, 0, T5}, {"qmfc2.ni", "t,2", 0x48200000, 0xffe007ff, 0, T5}, -- 2.7.4