fpc/rtl/i386
2024-02-21 21:08:36 +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 Make some i386.inc functions “nostackframe”. 2024-02-21 21:08:36 +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
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)