]> git.proxmox.com Git - qemu.git/commit
target-mips: convert bitfield ops to TCG
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 11:46:58 +0000 (11:46 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 11:46:58 +0000 (11:46 +0000)
commit505ad7c2ffd1caf82a6789b610bff82b8b6ad472
treeacdc27b38fb8a32d1ac3abc7630b5d1fff3ce7c2
parent2623c1ecfc87a0a86188c75598410e6b3d0f18a3
target-mips: convert bitfield ops to TCG

Bitfield operations can be written with very few TCG instructions
(between 2 and 5), so it is worth converting them to TCG.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5678 c046a42c-6fe2-441c-8c8c-71466251a162
target-mips/helper.h
target-mips/op_helper.c
target-mips/translate.c