fpc/rtl/i386
2003-09-14 11:34:13 +00:00
..
cpu.pp * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
i386.inc * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +00:00
int64p.inc * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +00:00
makefile.cpu * moved genrtti.inc code to rtti 2002-09-02 18:42:41 +00:00
math.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00
mathu.inc * initial implementation with code from math.pp 2003-04-24 09:16:31 +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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
set.inc * save edi,esi,ebx 2003-09-08 18:21:37 +00:00
setjump.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
sysutilp.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
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)