.. |
aoptcpu.pas
|
4a43d992f5
* unified usage of MatchOpType
|
8 years ago |
aoptcpub.pas
|
19c8abac0b
+ enable jump optimizer for i8086
|
12 years ago |
aoptcpud.pas
|
19c8abac0b
+ enable jump optimizer for i8086
|
12 years ago |
cgcpu.pas
|
4e4e5d6d07
+ allocate and free the flags register (when necessary), when generating code
|
8 years ago |
cpubase.inc
|
298cde6489
+ initial code in aoptcpu for i8086: make use of lds/les
|
10 years ago |
cpuinfo.pas
|
74dad2099e
+ added tcpuflags and cpu_capabilities to i8086's cpuinfo.pas
|
8 years ago |
cpunode.pas
|
a0efde8167
* automatically generate necessary indirect symbols when a new assembler
|
9 years ago |
cpupara.pas
|
fa3b0ca312
* support marking defs created via the getreusable*() class methods as
|
9 years ago |
cpupi.pas
|
880d438704
* renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can
|
8 years ago |
cputarg.pas
|
c2305809dc
+ added an i8086-embedded target support to the compiler (RTL and makefile
|
9 years ago |
hlcgcpu.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 years ago |
i8086att.inc
|
56252d59f0
+ support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933
|
8 years ago |
i8086atts.inc
|
870fda34d5
* x86 AT&T reader and writer: cleaned up usage of attsufMM suffix:
|
8 years ago |
i8086int.inc
|
56252d59f0
+ support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933
|
8 years ago |
i8086nop.inc
|
133fcb5ab2
* Fixed VMOVQ instruction encoding, now assembles correctly also in 32-bit code.
|
8 years ago |
i8086op.inc
|
56252d59f0
+ support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933
|
8 years ago |
i8086prop.inc
|
912e6d129a
* fix modification flags for *ROUND*
|
8 years ago |
i8086tab.inc
|
133fcb5ab2
* Fixed VMOVQ instruction encoding, now assembles correctly also in 32-bit code.
|
8 years ago |
n8086add.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 years ago |
n8086cal.pas
|
bacd303208
* synchronized with trunk up to r27758
|
11 years ago |
n8086cnv.pas
|
a55b728d34
* optimizations for ofs() on i8086 to load only the offset (in a temporary
|
9 years ago |
n8086con.pas
|
b0130c008d
+ show the full segment:offset value of far and huge pointer const nodes in the node tree generated by -vp
|
9 years ago |
n8086inl.pas
|
ebf4f715e8
+ added a i8086 specific implementation of 32-bit abs(), which generates even
|
8 years ago |
n8086ld.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 years ago |
n8086mat.pas
|
aa415bfc6b
+ optimized division by negative power of 2 constants in the i8086 code
|
8 years ago |
n8086mem.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 years ago |
n8086tcon.pas
|
efc5e339d0
* use an enum instead of integer constants to represent inline numbers
|
8 years ago |
n8086util.pas
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
9 years ago |
r8086ari.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086att.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086con.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086dwrf.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086int.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086iri.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086nasm.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086nor.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086nri.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086num.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086ot.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086rni.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086sri.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086stab.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
r8086std.inc
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
ra8086att.pas
|
a04cbc09b0
* changed the default i8086 asmmode to Intel
|
12 years ago |
ra8086int.pas
|
a04cbc09b0
* changed the default i8086 asmmode to Intel
|
12 years ago |
rgcpu.pas
|
bacd303208
* synchronized with trunk up to r27758
|
11 years ago |
symcpu.pas
|
35b0201002
+ added an unsigned counterpart to tpointerdef.pointer_arithmetic_it_type (needed by inc/dec)
|
8 years ago |
tgcpu.pas
|
8b6563bef2
Generate error if stack size of a procedure/function is bigger than globally allocated stack size
|
8 years ago |