mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 01:00:42 +01:00
(i386 and x86_64) code generator (same as the division by a positive power of 2, followed by a NEG instruction, to invert the sign of the result; previously the code generator generated an IMUL instruction with a magic constant, followed by shift; the new code sequence should be both shorter and faster) git-svn-id: trunk@37003 - |
||
|---|---|---|
| .. | ||
| aasmcpu.pas | ||
| agx86att.pas | ||
| agx86int.pas | ||
| agx86nsm.pas | ||
| aoptx86.pas | ||
| cga.pas | ||
| cgx86.pas | ||
| cpubase.pas | ||
| hlcgx86.pas | ||
| itcpugas.pas | ||
| itx86int.pas | ||
| ni86mem.pas | ||
| nx86add.pas | ||
| nx86cal.pas | ||
| nx86cnv.pas | ||
| nx86con.pas | ||
| nx86inl.pas | ||
| nx86ld.pas | ||
| nx86mat.pas | ||
| nx86mem.pas | ||
| nx86set.pas | ||
| rax86.pas | ||
| rax86att.pas | ||
| rax86int.pas | ||
| rgx86.pas | ||
| symi86.pas | ||
| symx86.pas | ||
| x86ins.dat | ||
| x86reg.dat | ||