]> git.proxmox.com Git - qemu.git/commit
target-mips: microMIPS ASE support
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 8 Jun 2010 20:29:59 +0000 (13:29 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Jun 2010 14:10:50 +0000 (16:10 +0200)
commit3c824109da076d2a1df4b798f9df81b385131f92
tree504d7c603ec17658f473702dd2034e0b8bba0e49
parent620e48f66350991918dd78e9a686a9b159fec111
target-mips: microMIPS ASE support

Add instruction decoding for the microMIPS ASE.  All we do is decode and
then forward to the existing gen_* routines.

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/helper.h
target-mips/mips-defs.h
target-mips/op_helper.c
target-mips/translate.c