]> git.proxmox.com Git - mirror_qemu.git/commit
target-mips: extract decode_opc_special* from decode_opc
authorLeon Alrae <leon.alrae@imgtec.com>
Fri, 27 Jun 2014 07:49:01 +0000 (08:49 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Mon, 13 Oct 2014 11:38:24 +0000 (12:38 +0100)
commit099e5b4d9fe99860b5533d09fac7ac8b64c12b53
treefb2032947ed1f7839000a9bcff1cca1d4093318b
parent4368b29a26ebd13db95325b3511c0157ea9826f0
target-mips: extract decode_opc_special* from decode_opc

Creating separate decode functions for special, special2 and special3
instructions to ease adding new R6 instructions and removing legacy
instructions.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c