fpc/compiler/sparcgen
florian 4cf2a2672a changes to fix #32043
* changed most of the variables in the assembler readers used to store constants from aint to tcgint 
  as aint has only the size of the accumular while some CPUs (AVR) allow larger constants in instructions
+ allow access to absolute symbols with address type in inline assembler
* allow absolute addresses in avr inline assembler
+ tests

git-svn-id: trunk@37411 -
2017-10-06 21:07:19 +00:00
..
aasmcpu.pas Use A_LD_R and A_ST_R aliases for spilling_create_(load|store) functions 2017-07-26 14:56:11 +00:00
aoptcpu.pas * SLAX and MULX are candidates for the OpMov2Mov optimization as well 2017-08-20 17:20:35 +00:00
aoptcpub.pas * sparc64 compiler can be build, not working yet 2017-06-02 20:13:30 +00:00
cgsparc.pas * a_loadfpu_ref_cgpara uses g_concatcopy instead of a_load_ref_ref 2017-08-20 15:21:57 +00:00
cpubase.pas * return correct reg_cgsize for int. registers on sparc64 2017-08-20 20:35:06 +00:00
cpugas.pas * pass -32 to the sparc assembler 2017-07-07 09:08:05 +00:00
cpupi.pas * sparc64 compiler can be build, not working yet 2017-06-02 20:13:30 +00:00
hlcgcpu.pas * cosmetics 2017-07-07 22:18:11 +00:00
itcpugas.pas * integer registers must have the size R_SUBWHOLE for sparc, resolves issue #32065 2017-07-03 20:49:06 +00:00
ncpuadd.pas Fix compilation failure for sparc CPU 2017-07-18 04:47:49 +00:00
ncpucall.pas * sparc64 does not generate a unimp instruction if a parameter is returned in a memory location 2017-08-20 15:21:55 +00:00
ncpucnv.pas * sparc64: fix int to bool type conversions for 64 bit ints 2017-07-21 20:41:14 +00:00
ncpuinln.pas * sparc64 compiler can be build, not working yet 2017-06-02 20:13:30 +00:00
ncpumat.pas * use the 64 bit path in tSparcmoddivnode.pass_generate_code for all 64 bit types (including currency) on sparc64 2017-07-16 09:24:18 +00:00
ncpuset.pas * fix jump. tables for sparc64 2017-08-20 20:35:08 +00:00
opcode.inc + cas* mnemonics for sparc64 2017-09-11 20:06:22 +00:00
racpu.pas * sparc64 compiler can be build, not working yet 2017-06-02 20:13:30 +00:00
racpugas.pas changes to fix #32043 2017-10-06 21:07:19 +00:00
rgcpu.pas * fix spilling on sparc64 if the offset must be built by sethi/or/xor 2017-09-09 19:36:52 +00:00
sppara.pas * split create_paraloc_info_intern for sparc32 and sparc64 2017-08-20 15:21:51 +00:00
spreg.dat + fccX registers 2017-07-03 20:48:56 +00:00
strinst.inc + cas* mnemonics for sparc64 2017-09-11 20:06:22 +00:00
symcpu.pas * sparc64 compiler can be build, not working yet 2017-06-02 20:13:30 +00:00