mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Add MIPS32R2 instructions, and generally straighten out the instruction
decoding. This is also the first percent towards MIPS64 support. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2224 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8c0fdd856c
commit
7a387fffce
7 changed files with 2233 additions and 589 deletions
|
@ -153,12 +153,12 @@ void cpu_mips_store_compare(CPUState *env, uint32_t value)
|
|||
|
||||
void do_mtc0_status_debug(uint32_t old, uint32_t val)
|
||||
{
|
||||
cpu_abort(env, "mtc0 status\n");
|
||||
cpu_abort(env, "mtc0 status debug\n");
|
||||
}
|
||||
|
||||
void do_mtc0_status_irqraise_debug(void)
|
||||
void do_mtc0_status_irqraise_debug (void)
|
||||
{
|
||||
cpu_abort(env, "mtc0 status\n");
|
||||
cpu_abort(env, "mtc0 status irqraise debug\n");
|
||||
}
|
||||
|
||||
void do_tlbwi (void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue