mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-08 18:28:33 +00:00
* vu0.h (cfc2, ctc2): Add variants with ".i" and ".ni"
opcode extensions.
This commit is contained in:
parent
7df9e11655
commit
f4cbd84efe
@ -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>
|
||||
|
||||
|
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user