fpc/rtl/i386
2024-09-23 20:10:57 +00:00
..
cpu.pp Simplify CPU units (70 LoC + 500 b code + 500 b data). 2024-07-18 20:13:11 +00:00
cpuh.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
cpuinnr.inc * first part of merging parts of Jeppe's intrinsics patch, mainly r31135 2020-01-14 21:52:39 +00:00
cpumminnr.inc Add most SSE instructions as intrinsics. 2020-03-06 21:34:22 +00:00
cpummprocs.inc * regenerated 2020-07-12 20:46:54 +00:00
fastmove.inc Disable _Plain versions when compiling RTL for newer CPUs. 2024-07-14 14:36:17 +00:00
i386.inc AVX2 CompareByte for i386. 2024-09-23 20:10:57 +00:00
int64p.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
makefile.cpu * cpu specific header file for the system unit: cpuh.inc, moved several declarations into it 2017-11-01 16:33:30 +00:00
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 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 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 * i386-win32 setjmp and longjmp: if SEH support is enabled, save/restore head of exception registration chain. Without this, a longjmp out of a function with exception frame(s) will leave these exception frames below ESP, which will fail integrity checks in OS and cause process termination if an exception occurs later on (or they may be overwritten by subsequent operations on stack and, again, cause undesired results). 2013-12-16 10:12:36 +00:00
setjumph.inc * i386-win32 setjmp and longjmp: if SEH support is enabled, save/restore head of exception registration chain. Without this, a longjmp out of a function with exception frame(s) will leave these exception frames below ESP, which will fail integrity checks in OS and cause process termination if an exception occurs later on (or they may be overwritten by subsequent operations on stack and, again, cause undesired results). 2013-12-16 10:12:36 +00:00
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)