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)
commit43bb98bfed400f8957133089ef543389e4fed319
tree64b66be1c2dcff0ead42f6beb0e11d33f422c437
parent0ddbc96ec109aec18168d1dd9b38fe6015102033
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