Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
and simpler.
|
|
o handles decode of all 64 32 bit registers (based on type)
o easier to read (at least imo).
o needs some optimization (clarity was the first goal here)
|
|
|
|
|
|
|
|
|
|
We have enough floating point problems without multimedia in the kernel.
|
|
|
|
and will need attention before it can be expected to work).
|
|
|
|
Also, and more importantly, applying the same mask to rs2 and rd is bad ju-ju for the F?TO? instructions.
|
|
|
|
|
|
the low bits.
|
|
|
|
for paranoia's sake (don't want to break sparc32 while hacking on it).
Real work by art.
|
|
|
|
All this ugliness makes it harder to debug the code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add tcx to MAKEDEV
|
|
|
|
|
|
|
|
|
|
|
|
|
|
move DEBUG defines to after includes to avoid pollution
add more debugging information if DEBUG is defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleanup in debug code.
|