fpc/rtl/i386
2003-10-27 09:16:57 +00:00
..
cpu.pp
i386.inc * fix from peter i386.inc to circumvent ebx destroying 2003-10-27 09:16:57 +00:00
int64p.inc * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +00:00
makefile.cpu
math.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00
mathu.inc * fixed arctan2 to handle x=0 correctly as well 2003-10-26 15:58:05 +00:00
mathuh.inc * initial implementation with code from math.pp 2003-04-24 09:16:31 +00:00
mmx.pp * AMD CPUs could have SSE as well 2002-11-29 00:06:24 +00:00
readme
set.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00
setjump.inc
setjumph.inc * make the record packed (just in case) 2002-09-15 10:03:04 +00:00
strings.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00
stringss.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00
strlen.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00
strpas.inc
sysutilp.inc
typinfo.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00

This directory contains only RTL parts specific to the processor I386 family.

(They are specific because they contain assembler instructions)

Include files for system are :
  heap.inc (heap handling)
  set.inc  (sets operations)
  math.inc (mathematic operations using the coprocessor)
  i386.inc (several functions/procedures containing assembler parts)
  setjump.inc (setjmp/longjmp implementation for exceptions)
  rttip.inc (rtti handling, for speed reasons)
  
Units are :
  strings.pp (written in assembler for speed)
  cpu.pp     (routines to access cpu info)
  mmx.pp     (special mmx routines)