summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/fpe/fpu_emulate.c
AgeCommit message (Expand)Author
2019-12-27s/opration/operation/msaitoh
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2013-10-25Comment unused stuff (for documentation purposes)martin
2013-03-26u_int -> uint32_tisaki
2011-10-15Add hyperboric and trigonometric functions to m68k FPE, written by isaki@.tsutsui
2011-07-18fix indent again.isaki
2011-07-18fix indent. no functional changes.isaki
2011-05-23- use DPRINTF() style debug printfstsutsui
2011-05-23KNF, mostly indent. No binary change.tsutsui
2011-05-14Fix botch in rev 1.28 that causes wrong results of fcmp and ftst in FPE.tsutsui
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-01-20In fpu_emul_arith(), check lower 7 bits in word1 rather than only 6 bitstsutsui
2007-03-09Make these compile with options DEBUG_FPE.tsutsui
2005-12-11merge ktrace-lwp.christos
2003-09-22SA_SIGINFO support for m68kcl
2003-07-15__KERNEL_RCSID()lukem
2001-02-05conditionalize the ddb hook on DDB && DEBUG_FPE rather than DDB && DEBUG,chs
2001-01-05Make this actually sort-of-work for 68060 w. disabled FPU (tested), 68LC060,is
1999-05-30PR 7220 from Ken Nakata:briggs
1998-07-04defopt DDB.jonathan
1997-11-03Back out last change, which was a thinko.is
1997-11-02Add ftwotox emulation, by using the fscale emulation routine (preloadis
1997-07-20Make us pass the full ieeefp except regression test.is
1997-07-19Fix my own PR port-m68k/3871, nee port-amiga/3871:is
1997-07-17include <m68k/db_machdep.h> to get the prototype for kdb_trap if DDB andveego
1996-12-18Work around another uninitialized variable warningscottr
1996-12-17Fix warnings.gwr
1996-10-30Bug fix for FSINCOS: wouldn't handle FPc == FP1 earlier.is
1996-10-16Eliminate fusword() prototype, as it's now in <sys/systm.h>scottr
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-10-07The 68LC040 generates a format 4 stack frame for floating pointscottr
1996-10-04Fix FMOVEM emulation; postincrement modes use different ordering thanscottr
1996-05-15Fix "might be used uninitialized" warnings.leo
1996-04-30Update for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized.briggs
1995-11-05Fixes from Ken Nakata. Mainly renaming debug_level to fpu_debug_level.briggs
1995-11-03Still incomplete, but much more complete FPE from Ken Nakatabriggs
1995-03-10Add missing break in switch (not that it mattered 8^)gwr
1995-03-01First cut at an mc68881 emulator. Works only for fmovem right now.gwr