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)
commit52df6be10e4ea2cc552af033863fb86d1a821400
tree3ca99c65f60e7438e13f47db9a2a57673ceab8ee
parente5c886894e215706945c19520716b9dd09e5b73f
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