fpc/rtl/i386
2003-05-16 22:40:11 +00:00
..
cpu.pp * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
i386.inc * fixed generic shortstr_compare 2003-05-16 22:40:11 +00:00
makefile.cpu * moved genrtti.inc code to rtti 2002-09-02 18:42:41 +00:00
math.inc * fpc_round added, needed for int64 currency 2003-04-23 21:28:21 +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 * old logs removed and tabs fixed 2002-09-07 16:01:16 +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 + support for generic pchar routines added 2003-04-30 16:36:39 +00:00
stringss.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
strlen.inc * old logs removed and tabs fixed 2002-09-07 16:01:16 +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 + Patch from Mattias Gaertner for single typeinfo 2003-03-29 16:55:56 +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)