| .. |
|
aoptcpu.pas
|
* unified usage of MatchOpType
|
2017-05-07 16:18:33 +00:00 |
|
aoptcpub.pas
|
|
|
|
aoptcpud.pas
|
|
|
|
cgcpu.pas
|
+ allocate and free the flags register (when necessary), when generating code
|
2017-04-30 01:25:54 +00:00 |
|
cpubase.inc
|
|
|
|
cpuinfo.pas
|
+ added tcpuflags and cpu_capabilities to i8086's cpuinfo.pas
|
2017-09-08 14:38:40 +00:00 |
|
cpunode.pas
|
|
|
|
cpupara.pas
|
|
|
|
cpupi.pas
|
|
|
|
cputarg.pas
|
|
|
|
hlcgcpu.pas
|
|
|
|
i8086att.inc
|
|
|
|
i8086atts.inc
|
|
|
|
i8086int.inc
|
|
|
|
i8086nop.inc
|
|
|
|
i8086op.inc
|
|
|
|
i8086prop.inc
|
* fix modification flags for *ROUND*
|
2017-05-21 11:12:57 +00:00 |
|
i8086tab.inc
|
|
|
|
n8086add.pas
|
|
|
|
n8086cal.pas
|
|
|
|
n8086cnv.pas
|
|
|
|
n8086con.pas
|
|
|
|
n8086inl.pas
|
+ generate faster, branchless code for abs(int64) on i8086
|
2017-09-10 18:58:45 +00:00 |
|
n8086ld.pas
|
|
|
|
n8086mat.pas
|
+ optimized division by negative power of 2 constants in the i8086 code
|
2017-08-21 11:56:11 +00:00 |
|
n8086mem.pas
|
|
|
|
n8086tcon.pas
|
* use an enum instead of integer constants to represent inline numbers
|
2017-05-10 14:41:43 +00:00 |
|
n8086util.pas
|
|
|
|
r8086ari.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086att.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086con.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086dwrf.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086int.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086iri.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086nasm.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086nor.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086nri.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086num.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086ot.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086rni.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086sri.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086stab.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
r8086std.inc
|
+ added individual bits of the x86 flags register as subregisters
|
2017-04-26 13:52:52 +00:00 |
|
ra8086att.pas
|
|
|
|
ra8086int.pas
|
|
|
|
rgcpu.pas
|
|
|
|
symcpu.pas
|
|
|
|
tgcpu.pas
|
Generate error if stack size of a procedure/function is bigger than globally allocated stack size
|
2017-06-16 07:47:17 +00:00 |