fpc/rtl/i386
2024-07-15 20:03:48 +02:00
..
basemath.inc + basemath support for i386 2024-03-28 18:56:12 +01:00
cpu.pp Move Int128Rec to System; remove i386 and x86_64 CPU unit dependency on SysUtils. 2024-07-15 13:31:20 +00:00
cpuh.inc * detect avx support also in the i386 system unit 2023-11-18 22:47:47 +01:00
cpuinnr.inc
cpumminnr.inc
cpummprocs.inc
fastmove.inc Disable _Plain versions when compiling RTL for newer CPUs. 2024-07-14 14:36:17 +00:00
i386.inc Disable _Plain versions when compiling RTL for newer CPUs. 2024-07-14 14:36:17 +00:00
int64p.inc * corrected rte number after last merge 2024-06-30 15:25:08 +02:00
makefile.cpu
math.inc Shorter i386 Exp(). 2024-03-29 21:04:32 +00:00
mathu.inc + basemath support for i386 2024-03-28 18:56:12 +01:00
mmx.pp + MMXSupport added to cpu unit 2024-03-28 10:42:08 +01:00
ports.inc
portsh.inc
readme
set.inc
setjump.inc
setjumph.inc
strings.inc
stringss.inc

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)