aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/fpu/fpu_emu.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2022-05-121-1/+0
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* powerpc: Sync icache on SIGILL, in case of cache issuesJustin Hibbits2018-11-191-10/+3
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Un-static two local variables in the FPU emulatorJustin Hibbits2016-10-191-2/+2
* Fix build of powerpc FPU emulator after changes in r295132 to restore theJohn Baldwin2016-02-041-21/+21
* Restore the ABI of 'struct fpreg' on powerpc.John Baldwin2016-02-011-1/+1
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7Nathan Whitehorn2015-02-221-20/+22
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-051-8/+13
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-3/+3
* Make single precision floating point arithmetic actually work -- I thinkNathan Whitehorn2013-11-171-3/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Don't define DEBUG. No debugging required.Marcel Moolenaar2008-02-241-2/+0
* Resolve warnings exposed by LINT.Marcel Moolenaar2008-02-241-3/+3
* Add a floating-point emulator so that a single userland or single ABIMarcel Moolenaar2008-02-231-0/+787