12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646 |
- {
- Copyright (c) 1998-2002 by Florian Klaempfl
- Generate assembler for nodes that influence the flow which are
- the same for all (most?) processors
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- ****************************************************************************
- }
- unit ncgflw;
- {$i fpcdefs.inc}
- interface
- uses
- aasmbase,node,nflw,ncgutil;
- type
- tcgwhilerepeatnode = class(twhilerepeatnode)
- usedregvars: tusedregvars;
- procedure pass_generate_code;override;
- procedure sync_regvars(checkusedregvars: boolean);
- end;
- tcgifnode = class(tifnode)
- procedure pass_generate_code;override;
- end;
- tcgfornode = class(tfornode)
- usedregvars: tusedregvars;
- procedure pass_generate_code;override;
- procedure sync_regvars(checkusedregvars: boolean);
- end;
- tcgexitnode = class(texitnode)
- procedure pass_generate_code;override;
- end;
- tcgbreaknode = class(tbreaknode)
- procedure pass_generate_code;override;
- end;
- tcgcontinuenode = class(tcontinuenode)
- procedure pass_generate_code;override;
- end;
- tcggotonode = class(tgotonode)
- procedure pass_generate_code;override;
- end;
- tcglabelnode = class(tlabelnode)
- private
- asmlabel : tasmlabel;
- public
- function getasmlabel : tasmlabel;
- procedure pass_generate_code;override;
- end;
- tcgraisenode = class(traisenode)
- procedure pass_generate_code;override;
- end;
- tcgtryexceptnode = class(ttryexceptnode)
- procedure pass_generate_code;override;
- end;
- tcgtryfinallynode = class(ttryfinallynode)
- procedure pass_generate_code;override;
- end;
- tcgonnode = class(tonnode)
- procedure pass_generate_code;override;
- end;
- implementation
- uses
- verbose,globals,systems,globtype,constexp,
- symconst,symdef,symsym,aasmtai,aasmdata,aasmcpu,defutil,
- procinfo,cgbase,pass_2,parabase,
- cpubase,cpuinfo,
- nld,ncon,
- tgobj,paramgr,
- regvars,
- cgutils,cgobj
- ;
- {*****************************************************************************
- Second_While_RepeatN
- *****************************************************************************}
- procedure tcgwhilerepeatnode.sync_regvars(checkusedregvars: boolean);
- begin
- if (cs_opt_regvar in current_settings.optimizerswitches) and
- not(pi_has_goto in current_procinfo.flags) then
- begin
- if checkusedregvars then
- begin
- usedregvars.intregvars.init;
- usedregvars.fpuregvars.init;
- usedregvars.mmregvars.init;
- { we have to synchronise both the regvars used in the loop }
- { and the ones in the while/until condition }
- get_used_regvars(self,usedregvars);
- gen_sync_regvars(current_asmdata.CurrAsmList,usedregvars);
- end
- else
- begin
- gen_sync_regvars(current_asmdata.CurrAsmList,usedregvars);
- usedregvars.intregvars.done;
- usedregvars.fpuregvars.done;
- usedregvars.mmregvars.done;
- end;
- end;
- end;
- procedure tcgwhilerepeatnode.pass_generate_code;
- var
- lcont,lbreak,lloop,
- oldclabel,oldblabel : tasmlabel;
- otlabel,oflabel : tasmlabel;
- oldflowcontrol : tflowcontrol;
- oldexecutionweight : longint;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- current_asmdata.getjumplabel(lloop);
- current_asmdata.getjumplabel(lcont);
- current_asmdata.getjumplabel(lbreak);
- { arrange continue and breaklabels: }
- oldflowcontrol:=flowcontrol;
- oldclabel:=current_procinfo.CurrContinueLabel;
- oldblabel:=current_procinfo.CurrBreakLabel;
- include(flowcontrol,fc_inflowcontrol);
- sync_regvars(true);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- { handling code at the end as it is much more efficient, and makes
- while equal to repeat loop, only the end true/false is swapped (PFV) }
- if lnf_testatbegin in loopflags then
- cg.a_jmp_always(current_asmdata.CurrAsmList,lcont);
- if not(cs_opt_size in current_settings.optimizerswitches) then
- { align loop target }
- current_asmdata.CurrAsmList.concat(Tai_align.Create(current_settings.alignment.loopalign));
- cg.a_label(current_asmdata.CurrAsmList,lloop);
- current_procinfo.CurrContinueLabel:=lcont;
- current_procinfo.CurrBreakLabel:=lbreak;
- if assigned(right) then
- begin
- { calc register weight }
- oldexecutionweight:=cg.executionweight;
- cg.executionweight:=cg.executionweight*8;
- secondpass(right);
- cg.executionweight:=oldexecutionweight;
- end;
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- cg.a_label(current_asmdata.CurrAsmList,lcont);
- otlabel:=current_procinfo.CurrTrueLabel;
- oflabel:=current_procinfo.CurrFalseLabel;
- if lnf_checknegate in loopflags then
- begin
- current_procinfo.CurrTrueLabel:=lbreak;
- current_procinfo.CurrFalseLabel:=lloop;
- end
- else
- begin
- current_procinfo.CurrTrueLabel:=lloop;
- current_procinfo.CurrFalseLabel:=lbreak;
- end;
- secondpass(left);
- maketojumpbool(current_asmdata.CurrAsmList,left,lr_load_regvars);
- cg.a_label(current_asmdata.CurrAsmList,lbreak);
- sync_regvars(false);
- current_procinfo.CurrTrueLabel:=otlabel;
- current_procinfo.CurrFalseLabel:=oflabel;
- current_procinfo.CurrContinueLabel:=oldclabel;
- current_procinfo.CurrBreakLabel:=oldblabel;
- { a break/continue in a while/repeat block can't be seen outside }
- flowcontrol:=oldflowcontrol+(flowcontrol-[fc_break,fc_continue,fc_inflowcontrol]);
- end;
- {*****************************************************************************
- tcgIFNODE
- *****************************************************************************}
- procedure tcgifnode.pass_generate_code;
- var
- hl,otlabel,oflabel : tasmlabel;
- oldflowcontrol: tflowcontrol;
- oldexecutionweight : longint;
- (*
- org_regvar_loaded_other,
- then_regvar_loaded_other,
- else_regvar_loaded_other : regvarother_booleanarray;
- org_regvar_loaded_int,
- then_regvar_loaded_int,
- else_regvar_loaded_int : Tsuperregisterset;
- org_list,
- then_list,
- else_list : TAsmList;
- *)
- begin
- location_reset(location,LOC_VOID,OS_NO);
- oldflowcontrol := flowcontrol;
- include(flowcontrol,fc_inflowcontrol);
- otlabel:=current_procinfo.CurrTrueLabel;
- oflabel:=current_procinfo.CurrFalseLabel;
- current_asmdata.getjumplabel(current_procinfo.CurrTrueLabel);
- current_asmdata.getjumplabel(current_procinfo.CurrFalseLabel);
- secondpass(left);
- (*
- { save regvars loaded in the beginning so that we can restore them }
- { when processing the else-block }
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- org_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- *)
- maketojumpbool(current_asmdata.CurrAsmList,left,lr_dont_load_regvars);
- (*
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- org_regvar_loaded_int := rg.regvar_loaded_int;
- org_regvar_loaded_other := rg.regvar_loaded_other;
- end;
- *)
- { determines registers weigths }
- oldexecutionweight:=cg.executionweight;
- cg.executionweight:=cg.executionweight div 2;
- if cg.executionweight<1 then
- cg.executionweight:=1;
- if assigned(right) then
- begin
- cg.a_label(current_asmdata.CurrAsmList,current_procinfo.CurrTrueLabel);
- secondpass(right);
- end;
- { save current asmlist (previous instructions + then-block) and }
- { loaded regvar state and create new clean ones }
- {
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- then_regvar_loaded_int := rg.regvar_loaded_int;
- then_regvar_loaded_other := rg.regvar_loaded_other;
- rg.regvar_loaded_int := org_regvar_loaded_int;
- rg.regvar_loaded_other := org_regvar_loaded_other;
- then_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- }
- if assigned(t1) then
- begin
- if assigned(right) then
- begin
- current_asmdata.getjumplabel(hl);
- { do go back to if line !! }
- (*
- if not(cs_opt_regvar in current_settings.optimizerswitches) then
- *)
- current_filepos:=current_asmdata.CurrAsmList.getlasttaifilepos^
- (*
- else
- current_filepos:=then_list.getlasttaifilepos^
- *)
- ;
- cg.a_jmp_always(current_asmdata.CurrAsmList,hl);
- end;
- cg.a_label(current_asmdata.CurrAsmList,current_procinfo.CurrFalseLabel);
- secondpass(t1);
- (*
- { save current asmlist (previous instructions + else-block) }
- { and loaded regvar state and create a new clean list }
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- { else_regvar_loaded_int := rg.regvar_loaded_int;
- else_regvar_loaded_other := rg.regvar_loaded_other;}
- else_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- *)
- if assigned(right) then
- cg.a_label(current_asmdata.CurrAsmList,hl);
- end
- else
- begin
- (*
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- { else_regvar_loaded_int := rg.regvar_loaded_int;
- else_regvar_loaded_other := rg.regvar_loaded_other;}
- else_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- *)
- cg.a_label(current_asmdata.CurrAsmList,current_procinfo.CurrFalseLabel);
- end;
- if not(assigned(right)) then
- begin
- cg.a_label(current_asmdata.CurrAsmList,current_procinfo.CurrTrueLabel);
- end;
- (*
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- { add loads of regvars at the end of the then- and else-blocks }
- { so that at the end of both blocks the same regvars are loaded }
- { no else block? }
- if not assigned(t1) then
- begin
- sync_regvars_int(org_list,then_list,org_regvar_loaded_int,then_regvar_loaded_int);
- sync_regvars_other(org_list,then_list,org_regvar_loaded_other,then_regvar_loaded_other);
- end
- { no then block? }
- else if not assigned(right) then
- begin
- sync_regvars_int(org_list,else_list,org_regvar_loaded_int,else_regvar_loaded_int);
- sync_regvars_other(org_list,else_list,org_regvar_loaded_other,else_regvar_loaded_other);
- end
- { both else and then blocks }
- else
- begin
- sync_regvars_int(then_list,else_list,then_regvar_loaded_int,else_regvar_loaded_int);
- sync_regvars_other(then_list,else_list,then_regvar_loaded_other,else_regvar_loaded_other);
- end;
- { add all lists together }
- org_list.concatlist(then_list);
- then_list.free;
- org_list.concatlist(else_list);
- else_list.free;
- org_list.concatlist(current_asmdata.CurrAsmList);
- current_asmdata.CurrAsmList.free;
- current_asmdata.CurrAsmList := org_list;
- end;
- *)
- cg.executionweight:=oldexecutionweight;
- current_procinfo.CurrTrueLabel:=otlabel;
- current_procinfo.CurrFalseLabel:=oflabel;
- flowcontrol := oldflowcontrol + (flowcontrol - [fc_inflowcontrol]);
- end;
- {*****************************************************************************
- SecondFor
- *****************************************************************************}
- procedure tcgfornode.sync_regvars(checkusedregvars: boolean);
- begin
- if (cs_opt_regvar in current_settings.optimizerswitches) and
- not(pi_has_goto in current_procinfo.flags) then
- begin
- if checkusedregvars then
- begin
- usedregvars.intregvars.init;
- usedregvars.fpuregvars.init;
- usedregvars.mmregvars.init;
- { We have to synchronise the loop variable and loop body. }
- { The loop end is not necessary, unless it's a register }
- { variable. The start value also doesn't matter. }
- { loop var }
- get_used_regvars(right,usedregvars);
- { loop body }
- get_used_regvars(t2,usedregvars);
- { end value (t1) is not necessary (it cannot be a regvar, }
- { see webtbs/tw8883) }
- gen_sync_regvars(current_asmdata.CurrAsmList,usedregvars);
- end
- else
- begin
- gen_sync_regvars(current_asmdata.CurrAsmList,usedregvars);
- usedregvars.intregvars.done;
- usedregvars.fpuregvars.done;
- usedregvars.mmregvars.done;
- end;
- end;
- end;
- procedure tcgfornode.pass_generate_code;
- var
- l3,oldclabel,oldblabel : tasmlabel;
- temptovalue : boolean;
- hop : topcg;
- hcond : topcmp;
- opsize : tcgsize;
- count_var_is_signed,do_loopvar_at_end : boolean;
- cmp_const:Tconstexprint;
- oldflowcontrol : tflowcontrol;
- oldexecutionweight : longint;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- oldclabel:=current_procinfo.CurrContinueLabel;
- oldblabel:=current_procinfo.CurrBreakLabel;
- current_asmdata.getjumplabel(current_procinfo.CurrContinueLabel);
- current_asmdata.getjumplabel(current_procinfo.CurrBreakLabel);
- current_asmdata.getjumplabel(l3);
- { only calculate reference }
- opsize := def_cgsize(left.resultdef);
- count_var_is_signed:=is_signed(left.resultdef);
- { first set the to value
- because the count var can be in the expression ! }
- do_loopvar_at_end:=(lnf_dont_mind_loopvar_on_exit in loopflags)
- { if the loop is unrolled and there is a jump into the loop,
- then we can't do the trick with incrementing the loop var only at the
- end
- }
- and not(assigned(entrylabel));
- secondpass(t1);
- { calculate pointer value and check if changeable and if so }
- { load into temporary variable }
- if t1.nodetype<>ordconstn then
- begin
- do_loopvar_at_end:=false;
- location_force_reg(current_asmdata.CurrAsmList,t1.location,t1.location.size,false);
- temptovalue:=true;
- end
- else
- temptovalue:=false;
- { load loopvar, prefer loopvar being a register variable }
- oldexecutionweight:=cg.executionweight;
- inc(cg.executionweight,8);
- secondpass(left);
- cg.executionweight:=oldexecutionweight;
- { load from value }
- secondpass(right);
- maybechangeloadnodereg(current_asmdata.CurrAsmList,left,false);
- oldflowcontrol:=flowcontrol;
- include(flowcontrol,fc_inflowcontrol);
- { produce start assignment }
- case left.location.loc of
- LOC_REFERENCE,
- LOC_CREFERENCE :
- cg.a_load_loc_ref(current_asmdata.CurrAsmList,left.location.size,right.location,left.location.reference);
- LOC_REGISTER,
- LOC_CREGISTER:
- cg.a_load_loc_reg(current_asmdata.CurrAsmList,left.location.size,right.location,left.location.register);
- LOC_SUBSETREG,
- LOC_CSUBSETREG :
- cg.a_load_loc_subsetreg(current_asmdata.CurrAsmList,left.location.size,right.location,left.location.sreg);
- else
- internalerror(200501311);
- end;
- if lnf_backward in loopflags then
- if count_var_is_signed then
- hcond:=OC_LT
- else
- hcond:=OC_B
- else
- if count_var_is_signed then
- hcond:=OC_GT
- else
- hcond:=OC_A;
- sync_regvars(true);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- if temptovalue then
- begin
- cg.a_cmp_reg_loc_label(current_asmdata.CurrAsmList,opsize,hcond,
- t1.location.register,left.location,current_procinfo.CurrBreakLabel);
- end
- else
- begin
- if lnf_testatbegin in loopflags then
- begin
- cg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,opsize,hcond,
- tordconstnode(t1).value.svalue,
- left.location,current_procinfo.CurrBreakLabel);
- end;
- end;
- {If the loopvar doesn't mind on exit, we avoid this ugly
- dec instruction and do the loopvar inc/dec after the loop
- body.}
- if not do_loopvar_at_end then
- begin
- if lnf_backward in loopflags then
- hop:=OP_ADD
- else
- hop:=OP_SUB;
- cg.a_op_const_loc(current_asmdata.CurrAsmList,hop,1,left.location);
- end;
- if assigned(entrylabel) then
- cg.a_jmp_always(current_asmdata.CurrAsmList,tcglabelnode(entrylabel).getasmlabel);
- { align loop target }
- if not(cs_opt_size in current_settings.optimizerswitches) then
- current_asmdata.CurrAsmList.concat(Tai_align.Create(current_settings.alignment.loopalign));
- cg.a_label(current_asmdata.CurrAsmList,l3);
- {If the loopvar doesn't mind on exit, we avoid the loopvar inc/dec
- after the loop body instead of here.}
- if not do_loopvar_at_end then
- begin
- { according to count direction DEC or INC... }
- if lnf_backward in loopflags then
- hop:=OP_SUB
- else
- hop:=OP_ADD;
- cg.a_op_const_loc(current_asmdata.CurrAsmList,hop,1,left.location);
- end;
- if assigned(t2) then
- begin
- { Calc register weight }
- oldexecutionweight:=cg.executionweight;
- cg.executionweight:=cg.executionweight*8;
- secondpass(t2);
- cg.executionweight:=oldexecutionweight;
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- end;
- {If the loopvar doesn't mind on exit, we do the loopvar inc/dec
- after the loop body instead of here.}
- if do_loopvar_at_end then
- begin
- { according to count direction DEC or INC... }
- if lnf_backward in loopflags then
- hop:=OP_SUB
- else
- hop:=OP_ADD;
- cg.a_op_const_loc(current_asmdata.CurrAsmList,hop,1,left.location);
- end;
- cg.a_label(current_asmdata.CurrAsmList,current_procinfo.CurrContinueLabel);
- if do_loopvar_at_end then
- if lnf_backward in loopflags then
- if count_var_is_signed then
- hcond:=OC_GTE
- else
- hcond:=OC_AE
- else
- if count_var_is_signed then
- hcond:=OC_LTE
- else
- hcond:=OC_BE
- else
- if lnf_backward in loopflags then
- if count_var_is_signed then
- hcond:=OC_GT
- else
- hcond:=OC_A
- else
- if count_var_is_signed then
- hcond:=OC_LT
- else
- hcond:=OC_B;
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- { produce comparison and the corresponding }
- { jump }
- if temptovalue then
- begin
- cg.a_cmp_reg_loc_label(current_asmdata.CurrAsmList,opsize,hcond,t1.location.register,
- left.location,l3);
- end
- else
- begin
- cmp_const:=Tordconstnode(t1).value;
- if do_loopvar_at_end then
- begin
- {Watch out for wrap around 255 -> 0.}
- {Ugly: This code is way to long... Use tables?}
- case opsize of
- OS_8:
- begin
- if lnf_backward in loopflags then
- begin
- if byte(cmp_const.svalue)=low(byte) then
- begin
- hcond:=OC_NE;
- cmp_const:=high(byte);
- end
- end
- else
- begin
- if byte(cmp_const.svalue)=high(byte) then
- begin
- hcond:=OC_NE;
- cmp_const:=low(byte);
- end
- end
- end;
- OS_16:
- begin
- if lnf_backward in loopflags then
- begin
- if word(cmp_const.svalue)=high(word) then
- begin
- hcond:=OC_NE;
- cmp_const:=low(word);
- end
- end
- else
- begin
- if word(cmp_const.svalue)=low(word) then
- begin
- hcond:=OC_NE;
- cmp_const:=high(word);
- end
- end
- end;
- OS_32:
- begin
- if lnf_backward in loopflags then
- begin
- if cardinal(cmp_const.svalue)=high(cardinal) then
- begin
- hcond:=OC_NE;
- cmp_const:=low(cardinal);
- end
- end
- else
- begin
- if cardinal(cmp_const.svalue)=low(cardinal) then
- begin
- hcond:=OC_NE;
- cmp_const:=high(cardinal);
- end
- end
- end;
- OS_64:
- begin
- if lnf_backward in loopflags then
- begin
- if qword(cmp_const.uvalue)=high(qword) then
- begin
- hcond:=OC_NE;
- cmp_const:=low(qword);
- end
- end
- else
- begin
- if qword(cmp_const.uvalue)=low(qword) then
- begin
- hcond:=OC_NE;
- cmp_const:=high(qword);
- end
- end
- end;
- OS_S8:
- begin
- if lnf_backward in loopflags then
- begin
- if shortint(cmp_const.svalue)=low(shortint) then
- begin
- hcond:=OC_NE;
- cmp_const:=high(shortint);
- end
- end
- else
- begin
- if shortint(cmp_const.svalue)=high(shortint) then
- begin
- hcond:=OC_NE;
- cmp_const:=int64(low(shortint));
- end
- end
- end;
- OS_S16:
- begin
- if lnf_backward in loopflags then
- begin
- if integer(cmp_const.svalue)=high(smallint) then
- begin
- hcond:=OC_NE;
- cmp_const:=int64(low(smallint));
- end
- end
- else
- begin
- if integer(cmp_const.svalue)=low(smallint) then
- begin
- hcond:=OC_NE;
- cmp_const:=int64(high(smallint));
- end
- end
- end;
- OS_S32:
- begin
- if lnf_backward in loopflags then
- begin
- if longint(cmp_const.svalue)=high(longint) then
- begin
- hcond:=OC_NE;
- cmp_const:=int64(low(longint));
- end
- end
- else
- begin
- if longint(cmp_const.svalue)=low(longint) then
- begin
- hcond:=OC_NE;
- cmp_const:=int64(high(longint));
- end
- end
- end;
- OS_S64:
- begin
- if lnf_backward in loopflags then
- begin
- if int64(cmp_const.svalue)=high(int64) then
- begin
- hcond:=OC_NE;
- cmp_const:=low(int64);
- end
- end
- else
- begin
- if int64(cmp_const.svalue)=low(int64) then
- begin
- hcond:=OC_NE;
- cmp_const:=high(int64);
- end
- end
- end;
- else
- internalerror(200201021);
- end;
- end;
- cg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,opsize,hcond,
- aint(cmp_const.svalue),left.location,l3);
- end;
- { this is the break label: }
- cg.a_label(current_asmdata.CurrAsmList,current_procinfo.CurrBreakLabel);
- sync_regvars(false);
- current_procinfo.CurrContinueLabel:=oldclabel;
- current_procinfo.CurrBreakLabel:=oldblabel;
- { a break/continue in a while/repeat block can't be seen outside }
- flowcontrol:=oldflowcontrol+(flowcontrol-[fc_break,fc_continue,fc_inflowcontrol]);
- end;
- {*****************************************************************************
- SecondExitN
- *****************************************************************************}
- procedure tcgexitnode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_exit);
- if assigned(left) then
- secondpass(left);
- cg.a_jmp_always(current_asmdata.CurrAsmList,current_procinfo.CurrExitLabel);
- end;
- {*****************************************************************************
- SecondBreakN
- *****************************************************************************}
- procedure tcgbreaknode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_break);
- if current_procinfo.CurrBreakLabel<>nil then
- begin
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- cg.a_jmp_always(current_asmdata.CurrAsmList,current_procinfo.CurrBreakLabel)
- end
- else
- CGMessage(cg_e_break_not_allowed);
- end;
- {*****************************************************************************
- SecondContinueN
- *****************************************************************************}
- procedure tcgcontinuenode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_continue);
- if current_procinfo.CurrContinueLabel<>nil then
- begin
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- cg.a_jmp_always(current_asmdata.CurrAsmList,current_procinfo.CurrContinueLabel)
- end
- else
- CGMessage(cg_e_continue_not_allowed);
- end;
- {*****************************************************************************
- SecondGoto
- *****************************************************************************}
- procedure tcggotonode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_gotolabel);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- cg.a_jmp_always(current_asmdata.CurrAsmList,tcglabelnode(labelnode).getasmlabel)
- end;
- {*****************************************************************************
- SecondLabel
- *****************************************************************************}
- function tcglabelnode.getasmlabel : tasmlabel;
- begin
- if not(assigned(asmlabel)) then
- { labsym is not set in inlined procedures, but since assembler }
- { routines can't be inlined, that shouldn't matter }
- if assigned(labsym) and
- labsym.nonlocal then
- current_asmdata.getglobaljumplabel(asmlabel)
- else
- current_asmdata.getjumplabel(asmlabel);
- result:=asmlabel
- end;
- procedure tcglabelnode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_gotolabel);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- cg.a_label(current_asmdata.CurrAsmList,getasmlabel);
- { Write also extra label if this label was referenced from
- assembler block }
- if assigned(labsym) and
- assigned(labsym.asmblocklabel) then
- cg.a_label(current_asmdata.CurrAsmList,labsym.asmblocklabel);
- secondpass(left);
- end;
- {*****************************************************************************
- SecondRaise
- *****************************************************************************}
- procedure tcgraisenode.pass_generate_code;
- var
- a : tasmlabel;
- href2: treference;
- paraloc1,paraloc2,paraloc3 : tcgpara;
- begin
- paraloc1.init;
- paraloc2.init;
- paraloc3.init;
- paramanager.getintparaloc(pocall_default,1,paraloc1);
- paramanager.getintparaloc(pocall_default,2,paraloc2);
- paramanager.getintparaloc(pocall_default,3,paraloc3);
- location_reset(location,LOC_VOID,OS_NO);
- if assigned(left) then
- begin
- { multiple parameters? }
- if assigned(right) then
- begin
- { frame tree }
- if assigned(third) then
- secondpass(third);
- secondpass(right);
- end;
- secondpass(left);
- if codegenerror then
- exit;
- { Push parameters }
- if assigned(right) then
- begin
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc3);
- { frame tree }
- if assigned(third) then
- cg.a_param_loc(current_asmdata.CurrAsmList,third.location,paraloc3)
- else
- cg.a_param_const(current_asmdata.CurrAsmList,OS_INT,0,paraloc3);
- { push address }
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc2);
- cg.a_param_loc(current_asmdata.CurrAsmList,right.location,paraloc2);
- end
- else
- begin
- { get current address }
- current_asmdata.getaddrlabel(a);
- cg.a_label(current_asmdata.CurrAsmList,a);
- reference_reset_symbol(href2,a,0,1);
- { push current frame }
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc3);
- cg.a_param_reg(current_asmdata.CurrAsmList,OS_ADDR,NR_FRAME_POINTER_REG,paraloc3);
- { push current address }
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc2);
- if target_info.system <> system_powerpc_macos then
- cg.a_paramaddr_ref(current_asmdata.CurrAsmList,href2,paraloc2)
- else
- cg.a_param_const(current_asmdata.CurrAsmList,OS_INT,0,paraloc2);
- end;
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.a_param_loc(current_asmdata.CurrAsmList,left.location,paraloc1);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc1);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc2);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc3);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_RAISEEXCEPTION',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- end
- else
- begin
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK',false);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_RERAISE',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- end;
- paraloc1.done;
- paraloc2.done;
- paraloc3.done;
- end;
- {*****************************************************************************
- SecondTryExcept
- *****************************************************************************}
- var
- endexceptlabel : tasmlabel;
- { does the necessary things to clean up the object stack }
- { in the except block }
- procedure cleanupobjectstack;
- var
- paraloc1 : tcgpara;
- begin
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPOBJECTSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- paraloc1.init;
- paramanager.getintparaloc(pocall_default,1,paraloc1);
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- cg.a_param_reg(current_asmdata.CurrAsmList,OS_ADDR,NR_FUNCTION_RESULT_REG,paraloc1);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_DESTROYEXCEPTION',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- paraloc1.done;
- end;
- procedure tcgtryexceptnode.pass_generate_code;
- var
- exceptlabel,doexceptlabel,oldendexceptlabel,
- lastonlabel,
- exitexceptlabel,
- continueexceptlabel,
- breakexceptlabel,
- exittrylabel,
- continuetrylabel,
- breaktrylabel,
- doobjectdestroy,
- doobjectdestroyandreraise,
- oldCurrExitLabel,
- oldContinueLabel,
- oldBreakLabel : tasmlabel;
- oldflowcontrol,tryflowcontrol,
- exceptflowcontrol : tflowcontrol;
- destroytemps,
- excepttemps : texceptiontemps;
- paraloc1 : tcgpara;
- label
- errorexit;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- oldflowcontrol:=flowcontrol;
- flowcontrol:=[fc_inflowcontrol];
- { this can be called recursivly }
- oldBreakLabel:=nil;
- oldContinueLabel:=nil;
- oldendexceptlabel:=endexceptlabel;
- { save the old labels for control flow statements }
- oldCurrExitLabel:=current_procinfo.CurrExitLabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- oldContinueLabel:=current_procinfo.CurrContinueLabel;
- oldBreakLabel:=current_procinfo.CurrBreakLabel;
- end;
- { get new labels for the control flow statements }
- current_asmdata.getjumplabel(exittrylabel);
- current_asmdata.getjumplabel(exitexceptlabel);
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- current_asmdata.getjumplabel(breaktrylabel);
- current_asmdata.getjumplabel(continuetrylabel);
- current_asmdata.getjumplabel(breakexceptlabel);
- current_asmdata.getjumplabel(continueexceptlabel);
- end;
- current_asmdata.getjumplabel(exceptlabel);
- current_asmdata.getjumplabel(doexceptlabel);
- current_asmdata.getjumplabel(endexceptlabel);
- current_asmdata.getjumplabel(lastonlabel);
- get_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- new_exception(current_asmdata.CurrAsmList,excepttemps,exceptlabel);
- { try block }
- { set control flow labels for the try block }
- current_procinfo.CurrExitLabel:=exittrylabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=continuetrylabel;
- current_procinfo.CurrBreakLabel:=breaktrylabel;
- end;
- flowcontrol:=[fc_inflowcontrol];
- secondpass(left);
- tryflowcontrol:=flowcontrol;
- if codegenerror then
- goto errorexit;
- cg.a_label(current_asmdata.CurrAsmList,exceptlabel);
- free_exception(current_asmdata.CurrAsmList, excepttemps, 0, endexceptlabel, false);
- cg.a_label(current_asmdata.CurrAsmList,doexceptlabel);
- { set control flow labels for the except block }
- { and the on statements }
- current_procinfo.CurrExitLabel:=exitexceptlabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=continueexceptlabel;
- current_procinfo.CurrBreakLabel:=breakexceptlabel;
- end;
- flowcontrol:=[fc_inflowcontrol];
- { on statements }
- if assigned(right) then
- secondpass(right);
- cg.a_label(current_asmdata.CurrAsmList,lastonlabel);
- { default handling except handling }
- if assigned(t1) then
- begin
- { FPC_CATCHES must be called with
- 'default handler' flag (=-1)
- }
- paraloc1.init;
- paramanager.getintparaloc(pocall_default,1,paraloc1);
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.a_param_const(current_asmdata.CurrAsmList,OS_ADDR,-1,paraloc1);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_CATCHES',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- paraloc1.done;
- { the destruction of the exception object must be also }
- { guarded by an exception frame }
- current_asmdata.getjumplabel(doobjectdestroy);
- current_asmdata.getjumplabel(doobjectdestroyandreraise);
- get_exception_temps(current_asmdata.CurrAsmList,destroytemps);
- new_exception(current_asmdata.CurrAsmList,destroytemps,doobjectdestroyandreraise);
- { here we don't have to reset flowcontrol }
- { the default and on flowcontrols are handled equal }
- secondpass(t1);
- exceptflowcontrol:=flowcontrol;
- cg.a_label(current_asmdata.CurrAsmList,doobjectdestroyandreraise);
- free_exception(current_asmdata.CurrAsmList,destroytemps,0,doobjectdestroy,false);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPSECONDOBJECTSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- paraloc1.init;
- paramanager.getintparaloc(pocall_default,1,paraloc1);
- cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.a_param_reg(current_asmdata.CurrAsmList, OS_ADDR, NR_FUNCTION_RESULT_REG, paraloc1);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_DESTROYEXCEPTION',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- paraloc1.done;
- { we don't need to restore esi here because reraise never }
- { returns }
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_RERAISE',false);
- cg.a_label(current_asmdata.CurrAsmList,doobjectdestroy);
- cleanupobjectstack;
- unget_exception_temps(current_asmdata.CurrAsmList,destroytemps);
- cg.a_jmp_always(current_asmdata.CurrAsmList,endexceptlabel);
- end
- else
- begin
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_RERAISE',false);
- exceptflowcontrol:=flowcontrol;
- end;
- if fc_exit in exceptflowcontrol then
- begin
- { do some magic for exit in the try block }
- cg.a_label(current_asmdata.CurrAsmList,exitexceptlabel);
- { we must also destroy the address frame which guards }
- { exception object }
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cleanupobjectstack;
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldCurrExitLabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- if fc_break in exceptflowcontrol then
- begin
- cg.a_label(current_asmdata.CurrAsmList,breakexceptlabel);
- { we must also destroy the address frame which guards }
- { exception object }
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cleanupobjectstack;
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldBreakLabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- if fc_continue in exceptflowcontrol then
- begin
- cg.a_label(current_asmdata.CurrAsmList,continueexceptlabel);
- { we must also destroy the address frame which guards }
- { exception object }
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cleanupobjectstack;
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldContinueLabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- if fc_exit in tryflowcontrol then
- begin
- { do some magic for exit in the try block }
- cg.a_label(current_asmdata.CurrAsmList,exittrylabel);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldCurrExitLabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- if fc_break in tryflowcontrol then
- begin
- cg.a_label(current_asmdata.CurrAsmList,breaktrylabel);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldBreakLabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- if fc_continue in tryflowcontrol then
- begin
- cg.a_label(current_asmdata.CurrAsmList,continuetrylabel);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldContinueLabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- unget_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- cg.a_label(current_asmdata.CurrAsmList,endexceptlabel);
- errorexit:
- { restore all saved labels }
- endexceptlabel:=oldendexceptlabel;
- { restore the control flow labels }
- current_procinfo.CurrExitLabel:=oldCurrExitLabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=oldContinueLabel;
- current_procinfo.CurrBreakLabel:=oldBreakLabel;
- end;
- { return all used control flow statements }
- flowcontrol:=oldflowcontrol+(exceptflowcontrol +
- tryflowcontrol - [fc_inflowcontrol]);
- end;
- procedure tcgonnode.pass_generate_code;
- var
- nextonlabel,
- exitonlabel,
- continueonlabel,
- breakonlabel,
- oldCurrExitLabel,
- oldContinueLabel,
- doobjectdestroyandreraise,
- doobjectdestroy,
- oldBreakLabel : tasmlabel;
- oldflowcontrol : tflowcontrol;
- excepttemps : texceptiontemps;
- exceptref,
- href2: treference;
- paraloc1 : tcgpara;
- exceptvarsym : tlocalvarsym;
- begin
- paraloc1.init;
- location_reset(location,LOC_VOID,OS_NO);
- oldflowcontrol:=flowcontrol;
- flowcontrol:=[fc_inflowcontrol];
- current_asmdata.getjumplabel(nextonlabel);
- { send the vmt parameter }
- reference_reset_symbol(href2,current_asmdata.RefAsmSymbol(excepttype.vmt_mangledname),0,sizeof(pint));
- paramanager.getintparaloc(pocall_default,1,paraloc1);
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.a_paramaddr_ref(current_asmdata.CurrAsmList,href2,paraloc1);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_CATCHES',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- { is it this catch? No. go to next onlabel }
- cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_ADDR,OC_EQ,0,NR_FUNCTION_RESULT_REG,nextonlabel);
- { Retrieve exception variable }
- if assigned(excepTSymtable) then
- exceptvarsym:=tlocalvarsym(excepTSymtable.SymList[0])
- else
- exceptvarsym:=nil;
- if assigned(exceptvarsym) then
- begin
- exceptvarsym.localloc.loc:=LOC_REFERENCE;
- exceptvarsym.localloc.size:=OS_ADDR;
- tg.GetLocal(current_asmdata.CurrAsmList,sizeof(pint),voidpointertype,exceptvarsym.localloc.reference);
- cg.a_load_reg_ref(current_asmdata.CurrAsmList,OS_ADDR,OS_ADDR,NR_FUNCTION_RESULT_REG,exceptvarsym.localloc.reference);
- end
- else
- begin
- tg.GetTemp(current_asmdata.CurrAsmList,sizeof(pint),sizeof(pint),tt_normal,exceptref);
- cg.a_load_reg_ref(current_asmdata.CurrAsmList,OS_ADDR,OS_ADDR,NR_FUNCTION_RESULT_REG,exceptref);
- end;
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- { in the case that another exception is risen
- we've to destroy the old one }
- current_asmdata.getjumplabel(doobjectdestroyandreraise);
- { call setjmp, and jump to finally label on non-zero result }
- get_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- new_exception(current_asmdata.CurrAsmList,excepttemps,doobjectdestroyandreraise);
- oldBreakLabel:=nil;
- oldContinueLabel:=nil;
- if assigned(right) then
- begin
- oldCurrExitLabel:=current_procinfo.CurrExitLabel;
- current_asmdata.getjumplabel(exitonlabel);
- current_procinfo.CurrExitLabel:=exitonlabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- oldContinueLabel:=current_procinfo.CurrContinueLabel;
- oldBreakLabel:=current_procinfo.CurrBreakLabel;
- current_asmdata.getjumplabel(breakonlabel);
- current_asmdata.getjumplabel(continueonlabel);
- current_procinfo.CurrContinueLabel:=continueonlabel;
- current_procinfo.CurrBreakLabel:=breakonlabel;
- end;
- secondpass(right);
- end;
- current_asmdata.getjumplabel(doobjectdestroy);
- cg.a_label(current_asmdata.CurrAsmList,doobjectdestroyandreraise);
- free_exception(current_asmdata.CurrAsmList,excepttemps,0,doobjectdestroy,false);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPSECONDOBJECTSTACK',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- paramanager.getintparaloc(pocall_default,1,paraloc1);
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- paramanager.allocparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.a_param_reg(current_asmdata.CurrAsmList, OS_ADDR, NR_FUNCTION_RESULT_REG, paraloc1);
- paramanager.freeparaloc(current_asmdata.CurrAsmList,paraloc1);
- cg.allocallcpuregisters(current_asmdata.CurrAsmList);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_DESTROYEXCEPTION',false);
- cg.deallocallcpuregisters(current_asmdata.CurrAsmList);
- { we don't need to store/restore registers here because reraise never
- returns }
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_RERAISE',false);
- cg.a_label(current_asmdata.CurrAsmList,doobjectdestroy);
- cleanupobjectstack;
- { clear some stuff }
- if assigned(exceptvarsym) then
- begin
- tg.UngetLocal(current_asmdata.CurrAsmList,exceptvarsym.localloc.reference);
- exceptvarsym.localloc.loc:=LOC_INVALID;
- end
- else
- tg.Ungettemp(current_asmdata.CurrAsmList,exceptref);
- cg.a_jmp_always(current_asmdata.CurrAsmList,endexceptlabel);
- if assigned(right) then
- begin
- { special handling for control flow instructions }
- if fc_exit in flowcontrol then
- begin
- { the address and object pop does secondtryexcept }
- cg.a_label(current_asmdata.CurrAsmList,exitonlabel);
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldCurrExitLabel);
- end;
- if fc_break in flowcontrol then
- begin
- { the address and object pop does secondtryexcept }
- cg.a_label(current_asmdata.CurrAsmList,breakonlabel);
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldBreakLabel);
- end;
- if fc_continue in flowcontrol then
- begin
- { the address and object pop does secondtryexcept }
- cg.a_label(current_asmdata.CurrAsmList,continueonlabel);
- cg.a_jmp_always(current_asmdata.CurrAsmList,oldContinueLabel);
- end;
- current_procinfo.CurrExitLabel:=oldCurrExitLabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=oldContinueLabel;
- current_procinfo.CurrBreakLabel:=oldBreakLabel;
- end;
- end;
- unget_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- cg.a_label(current_asmdata.CurrAsmList,nextonlabel);
- flowcontrol:=oldflowcontrol+(flowcontrol-[fc_inflowcontrol]);
- paraloc1.done;
- { next on node }
- if assigned(left) then
- secondpass(left);
- end;
- {*****************************************************************************
- SecondTryFinally
- *****************************************************************************}
- procedure tcgtryfinallynode.pass_generate_code;
- var
- reraiselabel,
- finallylabel,
- endfinallylabel,
- exitfinallylabel,
- continuefinallylabel,
- breakfinallylabel,
- oldCurrExitLabel,
- oldContinueLabel,
- oldBreakLabel : tasmlabel;
- oldflowcontrol,tryflowcontrol : tflowcontrol;
- decconst : longint;
- excepttemps : texceptiontemps;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- { check if child nodes do a break/continue/exit }
- oldflowcontrol:=flowcontrol;
- flowcontrol:=[fc_inflowcontrol];
- current_asmdata.getjumplabel(finallylabel);
- current_asmdata.getjumplabel(endfinallylabel);
- current_asmdata.getjumplabel(reraiselabel);
- { the finally block must catch break, continue and exit }
- { statements }
- oldCurrExitLabel:=current_procinfo.CurrExitLabel;
- if implicitframe then
- exitfinallylabel:=finallylabel
- else
- current_asmdata.getjumplabel(exitfinallylabel);
- current_procinfo.CurrExitLabel:=exitfinallylabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- oldContinueLabel:=current_procinfo.CurrContinueLabel;
- oldBreakLabel:=current_procinfo.CurrBreakLabel;
- if implicitframe then
- begin
- breakfinallylabel:=finallylabel;
- continuefinallylabel:=finallylabel;
- end
- else
- begin
- current_asmdata.getjumplabel(breakfinallylabel);
- current_asmdata.getjumplabel(continuefinallylabel);
- end;
- current_procinfo.CurrContinueLabel:=continuefinallylabel;
- current_procinfo.CurrBreakLabel:=breakfinallylabel;
- end;
- { call setjmp, and jump to finally label on non-zero result }
- get_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- new_exception(current_asmdata.CurrAsmList,excepttemps,finallylabel);
- { try code }
- if assigned(left) then
- begin
- secondpass(left);
- tryflowcontrol:=flowcontrol;
- if codegenerror then
- exit;
- end;
- cg.a_label(current_asmdata.CurrAsmList,finallylabel);
- { just free the frame information }
- free_exception(current_asmdata.CurrAsmList,excepttemps,1,finallylabel,true);
- { finally code }
- flowcontrol:=[fc_inflowcontrol];
- secondpass(right);
- { goto is allowed if it stays inside the finally block,
- this is checked using the exception block number }
- if (flowcontrol-[fc_gotolabel])<>[fc_inflowcontrol] then
- CGMessage(cg_e_control_flow_outside_finally);
- if codegenerror then
- exit;
- { the value should now be in the exception handler }
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- if implicitframe then
- begin
- cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_INT,OC_EQ,0,NR_FUNCTION_RESULT_REG,endfinallylabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- { finally code only needed to be executed on exception }
- flowcontrol:=[fc_inflowcontrol];
- secondpass(t1);
- if flowcontrol<>[fc_inflowcontrol] then
- CGMessage(cg_e_control_flow_outside_finally);
- if codegenerror then
- exit;
- {$if defined(x86) or defined(arm)}
- if (target_info.system in system_all_windows) and
- (current_procinfo.procdef.proccalloption=pocall_safecall) then
- begin
- { Remove and destroy the last exception object }
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_POPOBJECTSTACK',false);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_DESTROYEXCEPTION',false);
- { Set return value of safecall procedure to indicate exception. }
- { Exception will be raised after procedure exit based on return value }
- cg.a_reg_alloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- cg.a_load_const_reg(current_asmdata.CurrAsmList,OS_ADDR,aint($8000FFFF),NR_FUNCTION_RETURN_REG);
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end
- else
- {$endif}
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_RERAISE',false);
- end
- else
- begin
- cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_INT,OC_EQ,0,NR_FUNCTION_RESULT_REG,endfinallylabel);
- cg.a_op_const_reg(current_asmdata.CurrAsmList,OP_SUB,OS_INT,1,NR_FUNCTION_RESULT_REG);
- cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_INT,OC_EQ,0,NR_FUNCTION_RESULT_REG,reraiselabel);
- if fc_exit in tryflowcontrol then
- begin
- cg.a_op_const_reg(current_asmdata.CurrAsmList,OP_SUB,OS_INT,1,NR_FUNCTION_RESULT_REG);
- cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_INT,OC_EQ,0,NR_FUNCTION_RESULT_REG,oldCurrExitLabel);
- decconst:=1;
- end
- else
- decconst:=2;
- if fc_break in tryflowcontrol then
- begin
- cg.a_op_const_reg(current_asmdata.CurrAsmList,OP_SUB,OS_INT,decconst,NR_FUNCTION_RESULT_REG);
- cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_INT,OC_EQ,0,NR_FUNCTION_RESULT_REG,oldBreakLabel);
- decconst:=1;
- end
- else
- inc(decconst);
- if fc_continue in tryflowcontrol then
- begin
- cg.a_op_const_reg(current_asmdata.CurrAsmList,OP_SUB,OS_INT,decconst,NR_FUNCTION_RESULT_REG);
- cg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,OS_INT,OC_EQ,0,NR_FUNCTION_RESULT_REG,oldContinueLabel);
- end;
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- cg.a_label(current_asmdata.CurrAsmList,reraiselabel);
- cg.a_call_name(current_asmdata.CurrAsmList,'FPC_RERAISE',false);
- { do some magic for exit,break,continue in the try block }
- if fc_exit in tryflowcontrol then
- begin
- cg.a_label(current_asmdata.CurrAsmList,exitfinallylabel);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cg.g_exception_reason_save_const(current_asmdata.CurrAsmList,excepttemps.reasonbuf,2);
- cg.a_jmp_always(current_asmdata.CurrAsmList,finallylabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- if fc_break in tryflowcontrol then
- begin
- cg.a_label(current_asmdata.CurrAsmList,breakfinallylabel);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cg.g_exception_reason_save_const(current_asmdata.CurrAsmList,excepttemps.reasonbuf,3);
- cg.a_jmp_always(current_asmdata.CurrAsmList,finallylabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- if fc_continue in tryflowcontrol then
- begin
- cg.a_label(current_asmdata.CurrAsmList,continuefinallylabel);
- cg.g_exception_reason_load(current_asmdata.CurrAsmList,excepttemps.reasonbuf);
- cg.g_exception_reason_save_const(current_asmdata.CurrAsmList,excepttemps.reasonbuf,4);
- cg.a_jmp_always(current_asmdata.CurrAsmList,finallylabel);
- { from g_exception_reason_load }
- cg.a_reg_dealloc(current_asmdata.CurrAsmList,NR_FUNCTION_RESULT_REG);
- end;
- end;
- unget_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- cg.a_label(current_asmdata.CurrAsmList,endfinallylabel);
- current_procinfo.CurrExitLabel:=oldCurrExitLabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=oldContinueLabel;
- current_procinfo.CurrBreakLabel:=oldBreakLabel;
- end;
- flowcontrol:=oldflowcontrol+(tryflowcontrol-[fc_inflowcontrol]);
- end;
- begin
- cwhilerepeatnode:=tcgwhilerepeatnode;
- cifnode:=tcgifnode;
- cfornode:=tcgfornode;
- cexitnode:=tcgexitnode;
- cbreaknode:=tcgbreaknode;
- ccontinuenode:=tcgcontinuenode;
- cgotonode:=tcggotonode;
- clabelnode:=tcglabelnode;
- craisenode:=tcgraisenode;
- ctryexceptnode:=tcgtryexceptnode;
- ctryfinallynode:=tcgtryfinallynode;
- connode:=tcgonnode;
- end.
|