fpc/compiler/powerpc
Jonas Maebe df5e0bbfc6 * fsqrt is an optional instruction in the ppc architecture and isn't
implemented by any current ppc afaik, so use the generic sqrt routine
    instead (adapted so it works with compilerproc)
2003-05-24 13:39:32 +00:00
..
aasmcpu.pas + op_reg_reg_reg_const_const (for rlwnm) 2003-05-11 11:08:25 +00:00
agppcgas.pas
agppcmpw.pas
aoptcpu.pas
aoptcpub.pas
aoptcpuc.pas
aoptcpud.pas
cga.pas
cgcpu.pas * fixed integer typeconversion problems 2003-05-24 11:59:42 +00:00
cpubase.pas * adapted for Peter's regvar fixes 2003-05-16 16:26:05 +00:00
cpuinfo.pas
cpunode.pas
cpupara.pas * added some missing paralocation size settings 2003-05-24 11:48:40 +00:00
cpupi.pas * fixed framepointer storage: it's now always stored at r1+12, which is 2003-05-24 11:47:27 +00:00
cpuswtch.pas
cputarg.pas + basic darwin support added 2003-05-20 23:54:00 +00:00
nppcadd.pas * fixed overflow checking form of 64bit add instruction 2003-04-27 11:55:34 +00:00
nppccal.pas * fixed framepointer storage: it's now always stored at r1+12, which is 2003-05-24 11:47:27 +00:00
nppccnv.pas * fixed bug in second_int_to_bool I introduced previous time 2003-05-11 20:42:08 +00:00
nppcinl.pas * fsqrt is an optional instruction in the ppc architecture and isn't 2003-05-24 13:39:32 +00:00
nppcmat.pas * fixed shifts 2003-05-11 11:45:08 +00:00
nppcset.pas
nppcutil.pas
ppcins.dat
radirect.pas
rappc.pas
rasm.pas
rgcpu.pas * don't save callee-save registers in the caller as well (the ppc code 2003-05-24 13:38:04 +00:00