fpc/rtl/i386
2024-07-01 22:26:03 +02:00
..
cpu.pp * fix TSC support bit as mentioned by Rika 2024-07-01 22:26:03 +02: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 SSE4.1 IndexQWord for i386 and x86-64. 2024-06-29 20:37:55 +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 * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs. 2021-01-03 21:44:18 +00:00
mmx.pp + MMXSupport added to cpu unit 2024-03-28 10:42:08 +01: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)