]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate.c
target-arm: replace thumb usage of cpu_T registers by proper register allocations
authorFilip Navara <filip.navara@gmail.com>
Thu, 15 Oct 2009 10:55:34 +0000 (12:55 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 17 Oct 2009 21:52:17 +0000 (23:52 +0200)
commit396e467cb143d9947aa68c14ad1dfefd4fcb704a
tree3ca99c65f60e7438e13f47db9a2a57673ceab8ee
parent15bb4eac129931329e3b4d1493331b780d2a92f4
target-arm: replace thumb usage of cpu_T registers by proper register allocations

The goal is eventually to get rid of all cpu_T register usage and to use
just short-lived tmp/tmp2 registers. This patch converts all the places where
cpu_T was used in the Thumb code and replaces it with explicit TCG register
allocation.

Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c