Sparc: improve CPU register dump
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 17 Jan 2010 16:51:57 +0000 (16:51 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 17 Jan 2010 16:51:57 +0000 (16:51 +0000)
commit0d46ceb47ce3c63963b32ce6298e6d2c6f74926a
tree64b66be1c2dcff0ead42f6beb0e11d33f422c437
parent1f33c4f3754fe764fa010403f262dc7dc769bac2
Sparc: improve CPU register dump

Common:
 * Remove unnecessary 0x prefix
 * Print %y
 * Fix NZVC flag print order to match CPU bit order

Sparc64 specific:
 * Print registers without line wrapping
 * Print %f40-%f63
 * Pretty print CCR flags
 * Print %fsr and %fprs in full precision
 * More consistent formatting

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/helper.c