fpc/rtl/i386
2024-03-28 09:13:43 +00:00
..
cpu.pp Deny effective RTM support if CPUID bit RTM_ALWAYS_ABORT is set. 2023-11-01 17:10:14 +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 Write two last values after 2× loops unconditionally instead of an extra check. 2024-02-10 22:47:40 +00:00
i386.inc Don’t misalign FillChar pattern. 2024-03-10 21:24:21 +00:00
int64p.inc
makefile.cpu
math.inc Supposedly faster i386 int() and frac(). 2024-02-18 21:37:39 +00:00
mathu.inc
mmx.pp Shorten MMX unit. 2024-03-28 09:13:43 +00:00
ports.inc
portsh.inc
readme
set.inc Revert " * patch by Rika: In i386/set.inc, use “pop mem” instead of “pop reg; mov mem ← reg”, resolves #40443" 2023-09-20 22:58:34 +02:00
setjump.inc
setjumph.inc
strings.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
stringss.inc * string -> shortstring 2023-07-14 17:26:11 +02: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)