* vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni"
authorJeff Law <law@redhat.com>
Wed, 25 Mar 1998 01:09:09 +0000 (01:09 +0000)
committerJeff Law <law@redhat.com>
Wed, 25 Mar 1998 01:09:09 +0000 (01:09 +0000)
        opcode extensions.

opcodes/ChangeLog
opcodes/vu0.h

index a6c430812b75293f02140f106573a7d0ef45dabb..7f9ec69bde06ae84067195766867d1c7e091fd17 100644 (file)
@@ -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  <nickc@cygnus.com>
 
index d27f16f37754441d0c621f377b552d7ec69a7444..47479ed887c43d263d61865cddfdcae635d0af2b 100644 (file)
@@ -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},