NetBSD/sys/arch/powerpc/include
simonb 2d8577fb83 Clean up some rampant code duplication wrt ieee number handling:
- Add alignment-safe double and float unions.
 - Use the above for the __infinity and __nan constants on all
   architectures that use the standard ieee754 representation of
   those constants.
 - Add a single copy of various ieee754 math functions (frexp, isinf,
   isnan, ldexp and modf) that had numerous duplicates among the
   arch-specific directories.
 - Use the above functions on all architectures where the generic C
   versions where used.  Architectures that had local assembly
   routines are untouched (for those functions only).
2002-02-19 13:08:12 +00:00
..
ibm4xx Fix typo, noted by Artem Belevich. 2001-10-21 15:09:36 +00:00
mpc6xx Header for the 601's I/O Controller Interface Address Translation 2002-02-09 17:44:40 +00:00
Makefile
altivec.h
ansi.h
aout_machdep.h
asm.h
bat.h
bswap.h
bus.h Provide basic bus_space_mmap(). Noted by self and in PR port-powerpc/14873. 2001-12-10 20:30:21 +00:00
byte_swap.h
cdefs.h
cpu.h fix macppc MULTIPROCESSOR compilation. 2001-12-05 05:02:10 +00:00
db_machdep.h add support for kgdb over zs 2002-01-06 00:35:10 +00:00
elf_machdep.h Add support for dumping ELF-cormat core files. 2001-12-09 23:05:56 +00:00
endian.h
endian_machdep.h
float.h
fpu.h fix macppc MULTIPROCESSOR compilation. 2001-12-05 05:02:10 +00:00
frame.h
ieee.h
ieeefp.h
instr.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
ipkdb.h
kcore.h
limits.h
lock.h
math.h Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
openpic.h
openpicreg.h defines for OPENPIC_ICR / serial mode. 2001-08-30 03:08:52 +00:00
param.h
pcb.h
pio.h
pmap.h implement pmap_wired_count(). 2001-09-23 08:12:59 +00:00
proc.h
profile.h Update from thorpej: 2002-02-07 05:13:35 +00:00
psl.h
pte.h
ptrace.h
reg.h
reloc.h
rnd.h
setjmp.h
signal.h
spr.h Add MPC601 MQ and RTCU/RTCL SPRs. 2002-02-05 19:49:17 +00:00
stdarg.h
trap.h
types.h
varargs.h