fpc/rtl/i386
2025-03-15 22:18:55 +01:00
..
cpu.pp + SHA512Support 2024-12-07 11:10:34 +01:00
cpuh.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00: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 Add System.UMul64x64_128. 2025-03-15 22:18:55 +01:00
int64p.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
makefile.cpu
math.inc Shorter i386 Exp(). 2024-03-29 21:04:32 +00:00
mathu.inc
mmx.pp + MMXSupport added to cpu unit 2024-03-28 10:42:08 +01:00
ports.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
portsh.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
readme
set.inc Darwin: re-enable new assembler fill*word variants 2024-11-23 19:06:47 +03:00
setjump.inc
setjumph.inc
strings.inc Decimate rtl/i386/strings.inc. 2024-08-19 20:34:10 +00:00
stringss.inc Decimate rtl/i386/strings.inc. 2024-08-19 20:34:10 +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)