qemu-patch-raspberry4/target-mips
Nathan Froyd bbfa8f72e9 target-mips: add microMIPS exception handler support
Unlike MIPS16, microMIPS lets you choose the ISA mode for your exception
handlers.  The ISA mode is selectable via a user-writable CP0.Config3
flag.

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-06-09 16:10:51 +02:00
..
cpu.h target-mips: add microMIPS exception handler support 2010-06-09 16:10:51 +02:00
exec.h kill regs_to_env and env_to_regs 2010-01-19 16:31:02 -06:00
helper.c target-mips: add microMIPS exception handler support 2010-06-09 16:10:51 +02:00
helper.h target-mips: microMIPS ASE support 2010-06-09 16:10:50 +02:00
machine.c
mips-defs.h target-mips: microMIPS ASE support 2010-06-09 16:10:50 +02:00
op_helper.c target-mips: microMIPS ASE support 2010-06-09 16:10:50 +02:00
TODO
translate.c target-mips: microMIPS ASE support 2010-06-09 16:10:50 +02:00
translate_init.c