fpc/compiler/mips
sergei 6a8e4f0381 * MIPS: generate real instructions, not macros, for comparisons with $zero.
* g_concatcopy, g_concatcopy_unaligned: call a_cmp_reg_reg_label instead of duplicating code.

git-svn-id: trunk@24895 -
2013-06-14 07:27:48 +00:00
..
aasmcpu.pas * MIPS: MULT[U] and DIV[U] don't modify first operand. 2013-02-16 06:43:41 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas * MIPS: generate real instructions, not macros, for comparisons with $zero. 2013-06-14 07:27:48 +00:00
cpubase.pas * MIPS: fixed cgsize2subreg to return correct result for float registers. 2013-06-13 23:50:20 +00:00
cpuelf.pas + MIPS linker: support linking PIC object files with non-PIC ones, by routing absolute calls into PIC code through stubs that load R25. 2013-03-31 19:58:52 +00:00
cpugas.pas + Added mips32r2 opcodes needed for pic32. 2013-06-03 20:01:30 +00:00
cpuinfo.pas * MIPS: fixed passing CPU type specified with -CpXXX switch to assembler 2013-05-30 15:02:40 +00:00
cpunode.pas Remove more TABs in sources 2012-09-06 08:11:59 +00:00
cpupara.pas * don't use the paracgsize in get_paraloc_def(), because it generally 2013-06-02 14:05:07 +00:00
cpupi.pas * MIPS: pi_needs_got is necessary when doing unsigned to float conversions (it uses a global constant) and also if procedure does any calls in PIC mode. 2013-06-08 23:29:50 +00:00
cputarg.pas + ELF linker back-ends for ARM and MIPS. 2013-01-13 18:05:19 +00:00
hlcgcpu.pas MIPS: reworked PIC/call code: 2013-03-05 19:31:20 +00:00
itcpugas.pas
mipsreg.dat Change std reg names to allow use with GAS assembler 2012-07-04 16:24:11 +00:00
ncpuadd.pas * MIPS improvements: 2013-05-29 17:35:56 +00:00
ncpucall.pas Remove more TABs in sources 2012-09-06 08:11:59 +00:00
ncpucnv.pas * MIPS: pi_needs_got is necessary when doing unsigned to float conversions (it uses a global constant) and also if procedure does any calls in PIC mode. 2013-06-08 23:29:50 +00:00
ncpuinln.pas
ncpuld.pas - Removed tcgloadnode.generate_picvaraccess, it is never used and is not necessary because PIC stuff is handled at lower levels. 2013-06-02 10:49:17 +00:00
ncpumat.pas + MIPS: initial target-specific unary minus node. 2013-05-04 07:19:08 +00:00
ncpuset.pas
opcode.inc + Added mips32r2 opcodes needed for pic32. 2013-06-03 20:01:30 +00:00
racpugas.pas + Added mips32r2 opcodes needed for pic32. 2013-06-03 20:01:30 +00:00
rgcpu.pas * MIPS register spilling: relocations are not needed to load constant values, and offset limit is 32767, not 4095. 2013-02-28 20:43:38 +00:00
rmipscon.inc
rmipsdwf.inc
rmipsgas.inc
rmipsgri.inc
rmipsgss.inc
rmipsnor.inc
rmipsnum.inc
rmipsrni.inc
rmipssri.inc Change std reg names to allow use with GAS assembler 2012-07-04 16:24:11 +00:00
rmipssta.inc
rmipsstd.inc Change std reg names to allow use with GAS assembler 2012-07-04 16:24:11 +00:00
rmipssup.inc
strinst.inc + Added mips32r2 opcodes needed for pic32. 2013-06-03 20:01:30 +00:00