commit | 396e467cb143d9947aa68c14ad1dfefd4fcb704a | [log] [tgz] |
---|---|---|
author | Filip Navara <filip.navara@gmail.com> | Thu Oct 15 12:55:34 2009 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Oct 17 23:52:17 2009 +0200 |
tree | 3ca99c65f60e7438e13f47db9a2a57673ceab8ee | |
parent | 15bb4eac129931329e3b4d1493331b780d2a92f4 [diff] |
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>