fpc/rtl/i386
peter 24384c648b * moved genrtti.inc code to rtti
* removed rttip.inc, the generic code is almost as fast and
    much easier to maintain and has less risks on bugs
2002-09-02 18:42:41 +00:00
..
cpu.pp + removed logs 2000-07-13 11:32:24 +00:00
i386.inc * SYSTEMINLINE define that will add inline directives for small 2002-08-19 19:34:02 +00:00
makefile.cpu * moved genrtti.inc code to rtti 2002-09-02 18:42:41 +00:00
math.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
mmx.pp * femms added 2002-03-16 12:01:24 +00:00
readme * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
set.inc * fixed load_smallset 2002-03-29 20:15:44 +00:00
setjump.inc + removed logs 2000-07-13 11:32:24 +00:00
setjumph.inc + removed logs 2000-07-13 11:32:24 +00:00
strings.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
stringss.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
strlen.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
strpas.inc * moved implementations of strlen and strpas to separate include files 2001-03-05 17:10:04 +00:00
sysutilp.inc * InterLocked routines added 2001-10-22 21:40:55 +00:00
typinfo.inc * reset %edx in getordprop so functions returning only %eax don't 2001-10-20 17:25:22 +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)