.. |
aasmcpu.pas
|
09acd9b1ab
Add workaround for ARM thumb when using GAS.
|
10 years ago |
agarmgas.pas
|
64f127141f
Add VFPv4 FPU type for ARM.
|
10 years ago |
aoptcpu.pas
|
9e5979e8be
Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now.
|
10 years ago |
aoptcpub.pas
|
d37e72dbf9
* ARM: instructions do modify the base register of pre/postindexed references. Report this fact in spilling_get_operation_type_ref and RegModifiedByInstruction functions.
|
11 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
|
439027a8de
Add most pre-UAL VFP instruction forms.
|
10 years ago |
armatts.inc
|
ff7af306df
Add FPA support.
|
10 years ago |
armins.dat
|
439027a8de
Add most pre-UAL VFP instruction forms.
|
10 years ago |
armnop.inc
|
439027a8de
Add most pre-UAL VFP instruction forms.
|
10 years ago |
armop.inc
|
439027a8de
Add most pre-UAL VFP instruction forms.
|
10 years ago |
armreg.dat
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
armtab.inc
|
439027a8de
Add most pre-UAL VFP instruction forms.
|
10 years ago |
cgcpu.pas
|
914e9e7b49
Merged from trunk
|
10 years ago |
cpubase.pas
|
5ca1740bee
Fix issue in is_thumb32_imm. imm<11:10> have to be non-zero meaning the rotate only works from 8 to 31. Caused 0x8000001F to be mistaken for a valid immediate.
|
10 years ago |
cpuelf.pas
|
52e505bff7
Fixed internal error in GOT related code for ARM internal assembler.
|
10 years ago |
cpuinfo.pas
|
64f127141f
Add VFPv4 FPU type for ARM.
|
10 years ago |
cpunode.pas
|
b57c95043f
+ support overriding tdef/tsym methods with target-specific functionality:
|
11 years ago |
cpupara.pas
|
5053a39501
* moved ARM-specific tprocdef.total_stackframe_size field to cpu-specific
|
11 years ago |
cpupi.pas
|
eeb15fc445
* Added virtual method tprocinfo.postprocess_code and moved target-specific processing from base class into target-specific descendant classes (ARM and AVR, other targets still to do).
|
11 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
|
9e5979e8be
Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now.
|
10 years ago |
narmcal.pas
|
8b8a786823
* moved ARM/x86 ifdef'ed code from ncgcal to virtual methods
|
12 years ago |
narmcnv.pas
|
9e5979e8be
Implemented UAL syntax support in the ARM assembler reader. Can be toggled with a field for now, but not implemented yet. Still using pre-UAL syntax for now.
|
10 years ago |
narmcon.pas
|
196436b7e7
* ARM: Test if range check of floating point constants is necessary in the same way as on other targets. This should have been part of r10940 6 years ago...
|
11 years ago |
narminl.pas
|
60b3ea8038
Use proper syntax when emitting UAL VFP instructions for all postfix types.
|
10 years ago |
narmmat.pas
|
db401f0371
Add missing size postfix to VNEG VFP instruction.
|
10 years ago |
narmmem.pas
|
d6de2c03cb
* generic part of r26050 from the hlcgllvm branch: made tcgvecnode hlcg-safe
|
10 years ago |
narmset.pas
|
db01c50a4f
* fixes jump table generate for arm thumb
|
11 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
|
8445381929
* merged ait_set and ait_thumb_set into a single tai class
|
10 years ago |
rarmcon.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmdwa.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmnor.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmnum.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmrni.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmsri.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmsta.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmstd.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rarmsup.inc
|
387824c1ee
Added some APSR register bitmask definitions.
|
10 years ago |
rgcpu.pas
|
09728a9ae2
* improved r28534: LDR/STR on thumb do not support registers >r7 as destination/source
|
11 years ago |
symcpu.pas
|
02495c17bd
Fix a typo. The CPU specific version of "ttypesym" should be called "tcputypesym" and not "tcpuypesym".
|
11 years ago |