commit | e4a7d5e88c361040a64a0f298d666a273dc6db85 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Apr 09 20:52:48 2010 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Apr 19 07:02:53 2010 +0200 |
tree | 646192ffb20f51e0b9dc29bc48e1e950198a6427 | |
parent | 39221a82be8d224e935bdba10ce108a1a808a52f [diff] |
tcg/arm: explicitely list clobbered/reserved regs Instead of writing very compact code, declare all registers that are clobbered or reserved one by one. This makes the code easier to read. Also declare all the 16 registers to TCG, and mark pc as reserved. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>