.. |
aasmcpu.pas
|
950194678a
* handle jump tables correctly when inserting constant pools on arm thumb
|
12 years ago |
agarmgas.pas
|
6606955b88
+ basic support for pic on arm-linux
|
12 years ago |
aoptcpu.pas
|
7cef301e84
* disable optimization LdrbAnd2Ldrb for arm thumb as it is currently done
|
12 years ago |
aoptcpub.pas
|
7e5b8584cf
* set MaxOps to 4 for the optimizer because fpc generates now mla instructions
|
13 years ago |
aoptcpuc.pas
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
aoptcpud.pas
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
armatt.inc
|
ac4a6accd3
+ SVC instruction
|
12 years ago |
armatts.inc
|
ac4a6accd3
+ SVC instruction
|
12 years ago |
armins.dat
|
ac4a6accd3
+ SVC instruction
|
12 years ago |
armnop.inc
|
666332385d
Added coprocessor registers, and support for 6 operands(MCR/MRC instructions, etc)
|
13 years ago |
armop.inc
|
ac4a6accd3
+ SVC instruction
|
12 years ago |
armreg.dat
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
armtab.inc
|
666332385d
Added coprocessor registers, and support for 6 operands(MCR/MRC instructions, etc)
|
13 years ago |
cgcpu.pas
|
f34bee1df7
* arm thumb does not support ror reg1,reg2,#imm
|
12 years ago |
cpubase.pas
|
086ae4b999
Merge r22905 and r22906
|
12 years ago |
cpuelf.pas
|
32ffddaad8
+ ELF linker back-ends for ARM and MIPS.
|
12 years ago |
cpuinfo.pas
|
0e9b8adb7a
patch by Michael Ring:
|
12 years ago |
cpunode.pas
|
638d0d49c0
+ take advantage of the mla instruction when calculating array offsets
|
13 years ago |
cpupara.pas
|
9938169d2c
* don't use the paracgsize in get_paraloc_def(), because it generally
|
12 years ago |
cpupi.pas
|
4ec9ec2009
+ PIC support for Darwin/ARM:
|
12 years ago |
cputarg.pas
|
d26f0552a0
* Sync with trunk r23404.
|
12 years ago |
hlcgcpu.pas
|
72e9cfee24
* create/destroy also the high level code generator for all architectures,
|
14 years ago |
itcpugas.pas
|
47d43750e4
* remove unused units from uses statements
|
12 years ago |
narmadd.pas
|
6591a24bd3
removed some code which must never be called, added an internalerror() instead
|
12 years ago |
narmcal.pas
|
8b8a786823
* moved ARM/x86 ifdef'ed code from ncgcal to virtual methods
|
12 years ago |
narmcnv.pas
|
5051453806
+ support for LOC_(C)MMREGISTER in hlcg
|
12 years ago |
narmcon.pas
|
47d43750e4
* remove unused units from uses statements
|
12 years ago |
narminl.pas
|
5051453806
+ support for LOC_(C)MMREGISTER in hlcg
|
12 years ago |
narmmat.pas
|
e514e84c83
* first_moddivint should not change the return type if div/mul/add is used
|
12 years ago |
narmmem.pas
|
bb73a2891b
* prevent generation of mul/mla statements with illegal registers
|
12 years ago |
narmset.pas
|
c350c3a5e4
* arm thumb2 does not understand tst reg1,reg2,lsl reg3
|
12 years ago |
pp.lpi.template
|
1f032375c3
* improved template with help from Mattias Gaertner
|
19 years ago |
raarm.pas
|
780e75bfac
o patch by Jeppe Johansen to fix mantis #17472:
|
14 years ago |
raarmgas.pas
|
d89b9a4311
Add support in ARM assembler reader for ldr reg, =literal syntax
|
12 years ago |
rarmcon.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmdwa.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmnor.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmnum.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmrni.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmsri.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmsta.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmstd.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rarmsup.inc
|
7150832ec9
+ Cortex-M3 special registers, resolves #23185
|
13 years ago |
rgcpu.pas
|
2fe48077b2
* using r13 and r15 is on arm thumb2 also forbidden under certain conditions for the instructions A_SUB,A_AND,A_BIC,A_EOR
|
12 years ago |