summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/fpu/fpu.c
AgeCommit message (Collapse)Author
2006-06-21There was hope, at one time, of sharing fpu/ with sparc. That's stillJason Wright
possible, but not with #ifdef SUN4U all over the place. The define should be _v9 or __sparc64__ since it will equally well apply to all v9 machines. We'll burn that bridge before we cross it.
2006-05-14Make the array of fpu exception types/codes big enough.Mark Kettenis
Fix a typo too, such that we actually read beyond element 0 in all cases. ok miod@
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02one more... nuke clause 3 & 4Jason Wright
2002-08-12Remove a large chunk of `#ifdef notyet' codeJason Wright
2002-08-03Don't depend on curproc, pass the proc * down to the functions that need it ↵Jason Wright
(fmovr/fmovcc).
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-15Mostly rewritten decode of fpu emulation:Jason Wright
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)
2001-09-10Add more debugging stuff (including fpstate dumping)Jason Wright
Also, and more importantly, applying the same mask to rs2 and rd is bad ju-ju for the F?TO? instructions.
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
for paranoia's sake (don't want to break sparc32 while hacking on it). Real work by art.