diff options
author | Jeff Law <law@redhat.com> | 1998-03-25 01:09:09 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-03-25 01:09:09 +0000 |
commit | f4cbd84efee69de9e1d9a4c5fbb78d3b8c7c99d2 (patch) | |
tree | 0fbbdce1c5bd6918b53c53df5410768cfb744b7e /opcodes | |
parent | 7df9e1165533b51dd3a7a2aeddb26c94fd6aa8f6 (diff) | |
download | gdb-f4cbd84efee69de9e1d9a4c5fbb78d3b8c7c99d2.zip gdb-f4cbd84efee69de9e1d9a4c5fbb78d3b8c7c99d2.tar.gz gdb-f4cbd84efee69de9e1d9a4c5fbb78d3b8c7c99d2.tar.bz2 |
* vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni"
opcode extensions.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 | ||||
-rw-r--r-- | opcodes/vu0.h | 4 |
2 files changed, 11 insertions, 0 deletions
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 <nickc@cygnus.com> 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}, |