summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/fpu
AgeCommit message (Expand)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-05define FPE_STATE so that DEBUG will compileJason Wright
2001-09-15Mostly rewritten decode of fpu emulation:Jason Wright
2001-09-10More accurate compare (from netbsd)Jason Wright
2001-09-10More debugging stuff.Jason Wright
2001-09-10Add more debugging stuff (including fpstate dumping)Jason Wright
2001-09-10Add some debugging stuff: a function to dump all of the fpstate64 fields.Jason Wright
2001-09-09only one prototype for fpu_implode necessary.Jason Wright
2001-09-09in fpu_ftox() make sure the high bits are the return value and res[1] getsJason Wright
2001-09-08From NetBSD: debugging stuff to dump fpn'sJason Wright
2001-09-08Import netbsd's fpu handling (modified to be separate from sparc); this isJason Wright