fpc/rtl/i386
Jonas Maebe ed449defca + searchsystype() and searchsystype() functions in symtable
* changed ninl and nadd to use these functions
  * i386 set comparison functions now return their results in al instead
    of in the flags so that they can be sued as compilerprocs
  - removed all processor specific code from n386add.pas that has to do
    with set handling, it's now all done in nadd.pas
  * fixed fpc_set_contains_sets in genset.inc
  * fpc_set_in_byte is now coded inline in n386set.pas and doesn't use a
    helper anymore
  * some small fixes in compproc.inc/set.inc regarding the declaration of
    internal helper types (fpc_small_set and fpc_normal_set)
2001-09-04 11:38:54 +00:00
..
cpu.pp + removed logs 2000-07-13 11:32:24 +00:00
i386.inc * converted adding/comparing of strings to compileproc. Note that due 2001-08-30 15:43:14 +00:00
makefile.cpu * FPC_ names 1998-09-14 10:48:00 +00:00
math.inc * m68k updates merged 2001-07-30 21:38:54 +00:00
mmx.pp * removed warnings about possible range check errors 2000-12-16 15:58:18 +00:00
readme * $ifdef ver0_99_5 updates 1998-08-11 00:04:46 +00:00
rttip.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
set.inc + searchsystype() and searchsystype() functions in symtable 2001-09-04 11:38:54 +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
typinfo.inc * moved i386 specific code to include file 2001-08-04 11:03:42 +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)