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 Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
altivec.h Add AltiVec VSCR definitions. 2000-11-19 20:41:04 +00:00
ansi.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
aout_machdep.h De-lint. Reviewed by christos. 2001-02-09 15:54:18 +00:00
asm.h Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
bat.h Include powerpc/mpc6xx/{bat.h,pte.h} if PPC_MPC6XX is defined. 2001-06-12 17:20:50 +00:00
bswap.h Inline bswap{16,32} when the argument is constant. 2001-05-30 13:08:34 +00:00
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 Inline bswap{16,32} when the argument is constant. 2001-05-30 13:08:34 +00:00
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 Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
fpu.h fix macppc MULTIPROCESSOR compilation. 2001-12-05 05:02:10 +00:00
frame.h
ieee.h
ieeefp.h
instr.h Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_limits.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_mwgwtypes.h Add definitions for C99 fastest minimum-width integer types. 2001-04-26 16:25:19 +00:00
int_types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
ipkdb.h
kcore.h
limits.h Be consistent with limit constants: 2001-05-04 15:12:32 +00:00
lock.h
math.h Clean up some rampant code duplication wrt ieee number handling: 2002-02-19 13:08:12 +00:00
openpic.h Tsubai has convinced me that openpic_init() should remain machine-dependant 2001-02-05 19:22:23 +00:00
openpicreg.h defines for OPENPIC_ICR / serial mode. 2001-08-30 03:08:52 +00:00
param.h Make the new pmap optional. Use the old (stable!) pmap by default. 2001-06-10 11:01:26 +00:00
pcb.h Avoid nesting structure declarations, where the nested structur is used at 2001-04-30 15:30:39 +00:00
pio.h Change _MACHINE_PIO_H to _POWERPC_PIO_H 2001-05-27 20:59:15 +00:00
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 Add AltiVec VEC bit. 2000-11-19 19:52:37 +00:00
pte.h Include powerpc/mpc6xx/{bat.h,pte.h} if PPC_MPC6XX is defined. 2001-06-12 17:20:50 +00:00
ptrace.h
reg.h Add comments and AltiVec reg state. 2000-11-23 02:35:10 +00:00
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 One more gcc-2.95 issue. 2001-05-31 09:19:25 +00:00
trap.h Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
types.h * Move definitions of exact-width integer types from <machine/types.h> 2001-04-28 15:41:28 +00:00
varargs.h Add gcc-2.95 version. 2001-05-30 20:37:48 +00:00