]> git.proxmox.com Git - qemu.git/commit
target-mips: mips16 cleanups
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 8 Jun 2010 20:29:58 +0000 (13:29 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Jun 2010 14:10:50 +0000 (16:10 +0200)
commit620e48f66350991918dd78e9a686a9b159fec111
treef02400793e4de3552320382d8fa90229115a9f9b
parent8153667c718e359368f306e1b2c144596dec5f80
target-mips: mips16 cleanups

Change code handling mips16-specific branches to use ISA-neutral special
opcodes.  Since there are several places where the delay slot
requirements for microMIPS branches differ from mips16 branches, using
opcodes is easier than checking hflags, then checking mips16
vs. microMIPS.

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