.. |
aoptcpu.pas
|
16152cf948
* patch by J. Gareth Moreton: get rid of another pass through the assembler list by integrating OptReferences
|
5 years ago |
aoptcpub.pas
|
9b0ff05ee8
- get rid of MaxOps, it is redundant with max_operands
|
6 years ago |
aoptcpud.pas
|
19c8abac0b
+ enable jump optimizer for i8086
|
12 years ago |
cgcpu.pas
|
6f24c8b4ef
* x86: Code generation fixes where FLAGS
|
3 years ago |
cpubase.inc
|
518cdf9674
* replaced the saved_XXX_registers arrays with virtual methods inside
|
7 years ago |
cpuinfo.pas
|
ede47ffea9
* New "fast 3-component LEA hint" and "Icelake" CPU options
|
1 year ago |
cpunode.pas
|
a0efde8167
* automatically generate necessary indirect symbols when a new assembler
|
9 years ago |
cpupara.pas
|
6404478ea4
* cleanup of VER3_0 defines
|
3 years ago |
cpupi.pas
|
880d438704
* renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can
|
8 years ago |
cputarg.pas
|
20abb13bca
- do not compile in the stabs debug info support for the i8086 target
|
7 years ago |
hlcgcpu.pas
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
4 years ago |
i8086att.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
3 years ago |
i8086atts.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
3 years ago |
i8086int.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
3 years ago |
i8086nop.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
3 years ago |
i8086op.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
3 years ago |
i8086prop.inc
|
14466ee9d9
* change table updates
|
2 years ago |
i8086tab.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
3 years ago |
n8086add.pas
|
b804fc5164
* Flags specific to TAddNode have been moved to their own field
|
1 year ago |
n8086cal.pas
|
e5a923eb7a
* 8086: Proper implementation of: If a far procvar is called, it must be in a memory location. This fixes a hack to emulate CALL reg1:reg2.
|
5 years ago |
n8086cnv.pas
|
e4b717c817
* 8086: More fixes for Ofs() handling.
|
5 years ago |
n8086con.pas
|
a7fa31aa10
Fix i8086 compiler failure due to move of printnodeindention variable into verbose unit in commit #47658
|
4 years ago |
n8086inl.pas
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
4 years ago |
n8086ld.pas
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
4 years ago |
n8086mat.pas
|
6f24c8b4ef
* x86: Code generation fixes where FLAGS
|
3 years ago |
n8086mem.pas
|
4736cc2360
* Flags specific to TDerefNode have been moved to their own field
|
1 year ago |
n8086tcon.pas
|
64c586b86d
* Removed/ifdefed lots of unused variables.
|
4 years ago |
n8086util.pas
|
3949be6989
* be able to set an AT_* for datablocks
|
5 years ago |
r8086ari.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086att.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086con.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086dwrf.inc
|
746bfced25
Synchronized with trunk, part 1 (only make cycle tested, make all is broken, avx-512 support not yet tested
|
6 years ago |
r8086int.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086iri.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086nasm.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086nor.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086nri.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086num.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086ot.inc
|
867d145e50
support vector operand bcst,{sae},{er} + k-register
|
7 years ago |
r8086rni.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086sri.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086stab.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 years ago |
r8086std.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
7 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
|
7f3a5eb9ab
* extend tabstractprocdef.getcopyas by a parameter to control whether the copy should be registered or not
|
3 years ago |
tgcpu.pas
|
8b6563bef2
Generate error if stack size of a procedure/function is bigger than globally allocated stack size
|
8 years ago |
tripletcpu.pas
|
eb7ba1690e
* mark all external assemblers using an LLVM tool using af_llvm
|
5 years ago |