]> git.proxmox.com Git - qemu.git/commit
target-mips: refactor c{, abs}.cond.fmt insns
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 8 Jun 2010 20:29:57 +0000 (13:29 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Jun 2010 14:10:50 +0000 (16:10 +0200)
commit8153667c718e359368f306e1b2c144596dec5f80
tree1b7f33fe6c11bec3c0cdf83279707ad9d226dd56
parente459440a896166b65875767f081d9add8db6c9ea
target-mips: refactor c{, abs}.cond.fmt insns

Move all knowledge about coprocessor-checking and register numbering
into the gen_cmp* helper functions.

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