summaryrefslogtreecommitdiff
path: root/sys/arch/m68k
AgeCommit message (Expand)Author
2014-01-10make it clean after itself, use standard rules fileschristos
2014-01-04FLOGNP1(-0.0) is -0.0, not +0.0. Found by XM6i.isaki
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2014-01-01indent fix in a comment.isaki
2014-01-01Fix a sign when a source or destination is either (plus/minus)zeroisaki
2013-11-07add ifdefs for kernel only variablechristos
2013-10-25Comment unused stuff (for documentation purposes)martin
2013-10-25Mark a potentially unused variablemartin
2013-10-25Mark a potentialy unused variablemartin
2013-10-25Mark a diagnostic-only variablemartin
2013-10-25Change a few __unused to __diagused/__debugusedmartin
2013-10-19Remove unused variablemartin
2013-10-19Mark a variable that is only tested in DIAGNOSTIC kernels as potentiallymartin
2013-10-14Check whether we have an FPU regardless of FPU_EMULATE option.isaki
2013-10-11FATANH(-0) is -0, not +0.isaki
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-09-07switch to ELF naming for local labels.chs
2013-08-01Convert to motorola style.matt
2013-07-22Move to motorola syntaxmatt
2013-07-22use mvz[wb] when possiblematt
2013-07-22Use motorola syntaxmatt
2013-07-18pte and pmap files for the soft tlb on coldfire cpus.matt
2013-07-18Adjust LEA_LCL, GOT_SETUP, INTERRUPT_{SAVE,RESTORE}REG for Coldfirematt
2013-07-18Teach to use coldfire isac byterev if available, otherwise let the compilermatt
2013-07-18Fix some definitionsmatt
2013-07-18Coldfire FPU looks like the 68010 FPU (no long double)matt
2013-07-17Export fpreg.h for libcmatt
2013-07-16Make INTERRUPT_{SAVE,RESTORE}REG visible to userlandmatt
2013-07-16Remove non __ELF__ clauses.matt
2013-07-16Add an END macro. reorder EXTBL macromatt
2013-05-11Revise the algorithm after Step3.isaki
2013-05-05R := X even if L < 0 in Step2, according to algorithm of the comment.isaki
2013-05-05Rename modrem -> is_mod for a readability.isaki
2013-04-21M68010 -> __mc68010__, pointed out by tsutsui@isaki
2013-04-20Rewrite around BFFFO inline asm.isaki
2013-04-20Support sinh(-0.0) and tanh(-0.0).isaki
2013-04-20Support sin(-0.0).isaki
2013-04-20Clean up some useless codes.isaki
2013-04-20Support tan(-0.0).isaki
2013-04-20Fix typo in comment.isaki
2013-04-20Terminate a loop in EXT_FRACBITS(64bits) instead of FP_NMANT(83bits).isaki
2013-04-20Break a loop off to avoid a long loop even if the precision is not enough.isaki
2013-04-20Update a list of implement/unimplement functions.isaki
2013-04-20Implement exponential and power functions.isaki
2013-04-20s/tayler/taylor/. pointed out by christos@isaki
2013-04-19Implement a hyperbolic arctangent (FATANH).isaki
2013-04-19Implement inverse trigonometric functions (i.e., FACOS, FASIN, FATANisaki
2013-04-19Introduce the CORDIC algorithm.isaki
2013-04-18Improve how to use cmp/sub.isaki