123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647 |
- {
- 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,nutils
- ;
- {*****************************************************************************
- Second_While_RepeatN
- *****************************************************************************}
- procedure tcgwhilerepeatnode.sync_regvars(checkusedregvars: boolean);
- begin
- if (cs_opt_regvar in current_settings.optimizerswitches) and
- not(pi_has_label 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_label 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,
- otl, ofl : 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;
- isjump: boolean;
- 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));
- isjump:=(t1.expectloc=LOC_JUMP);
- if isjump then
- begin
- otl:=current_procinfo.CurrTrueLabel;
- current_asmdata.getjumplabel(current_procinfo.CurrTrueLabel);
- ofl:=current_procinfo.CurrFalseLabel;
- current_asmdata.getjumplabel(current_procinfo.CurrFalseLabel);
- end;
- secondpass(t1);
- if t1.location.loc in [LOC_FLAGS,LOC_JUMP] then
- location_force_reg(current_asmdata.CurrAsmList,t1.location,def_cgsize(t1.resultdef),false);
- if isjump then
- begin
- current_procinfo.CurrTrueLabel:=otl;
- current_procinfo.CurrFalseLabel:=ofl;
- end;
- { 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 }
- isjump:=(right.expectloc=LOC_JUMP);
- if isjump then
- begin
- otl:=current_procinfo.CurrTrueLabel;
- current_asmdata.getjumplabel(current_procinfo.CurrTrueLabel);
- ofl:=current_procinfo.CurrFalseLabel;
- current_asmdata.getjumplabel(current_procinfo.CurrFalseLabel);
- end;
- secondpass(right);
- if right.location.loc in [LOC_FLAGS,LOC_JUMP] then
- location_force_reg(current_asmdata.CurrAsmList,right.location,def_cgsize(right.resultdef),false);
- if isjump then
- begin
- current_procinfo.CurrTrueLabel:=otl;
- current_procinfo.CurrFalseLabel:=ofl;
- end;
- 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);
- if (fc_unwind in flowcontrol) then
- cg.g_local_unwind(current_asmdata.CurrAsmList,current_procinfo.CurrExitLabel)
- else
- 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}
- if (fc_unwind in flowcontrol) then
- cg.g_local_unwind(current_asmdata.CurrAsmList,current_procinfo.CurrBreakLabel)
- else
- 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}
- if (fc_unwind in flowcontrol) then
- cg.g_local_unwind(current_asmdata.CurrAsmList,current_procinfo.CurrContinueLabel)
- else
- 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
- { frame tree }
- if assigned(third) then
- cg.a_load_loc_cgpara(current_asmdata.CurrAsmList,third.location,paraloc3)
- else
- cg.a_load_const_cgpara(current_asmdata.CurrAsmList,OS_INT,0,paraloc3);
- { push address }
- cg.a_load_loc_cgpara(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 }
- cg.a_load_reg_cgpara(current_asmdata.CurrAsmList,OS_ADDR,NR_FRAME_POINTER_REG,paraloc3);
- { push current address }
- if target_info.system <> system_powerpc_macos then
- cg.a_loadaddr_ref_cgpara(current_asmdata.CurrAsmList,href2,paraloc2)
- else
- cg.a_load_const_cgpara(current_asmdata.CurrAsmList,OS_INT,0,paraloc2);
- end;
- cg.a_load_loc_cgpara(current_asmdata.CurrAsmList,left.location,paraloc1);
- paramanager.freecgpara(current_asmdata.CurrAsmList,paraloc1);
- paramanager.freecgpara(current_asmdata.CurrAsmList,paraloc2);
- paramanager.freecgpara(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;
- begin
- cg.g_call(current_asmdata.CurrAsmList,'FPC_DONEEXCEPTION');
- end;
- { generates code to be executed when another exeception is raised while
- control is inside except block }
- procedure handle_nested_exception(list:TAsmList;const t:texceptiontemps;entrylabel:TAsmLabel);
- var
- exitlabel: tasmlabel;
- begin
- { don't generate line info for internal cleanup }
- list.concat(tai_marker.create(mark_NoLineInfoStart));
- current_asmdata.getjumplabel(exitlabel);
- cg.a_label(list,entrylabel);
- free_exception(list,t,0,exitlabel,false);
- { we don't need to save/restore registers here because reraise never }
- { returns }
- cg.a_call_name(list,'FPC_RAISE_NESTED',false);
- cg.a_label(list,exitlabel);
- cleanupobjectstack;
- end;
- procedure tcgtryexceptnode.pass_generate_code;
- var
- exceptlabel,doexceptlabel,oldendexceptlabel,
- lastonlabel,
- exitexceptlabel,
- continueexceptlabel,
- breakexceptlabel,
- exittrylabel,
- continuetrylabel,
- breaktrylabel,
- doobjectdestroyandreraise,
- oldCurrExitLabel,
- oldContinueLabel,
- oldBreakLabel : tasmlabel;
- oldflowcontrol,tryflowcontrol,
- exceptflowcontrol : tflowcontrol;
- destroytemps,
- excepttemps : texceptiontemps;
- 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;
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- cg.a_label(current_asmdata.CurrAsmList,exceptlabel);
- free_exception(current_asmdata.CurrAsmList, excepttemps, 0, endexceptlabel, false);
- cg.a_label(current_asmdata.CurrAsmList,doexceptlabel);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- { 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);
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- cg.a_label(current_asmdata.CurrAsmList,lastonlabel);
- { default handling except handling }
- if assigned(t1) then
- begin
- { FPC_CATCHES with 'default handler' flag (=-1) need no longer be called,
- it doesn't change any state and its return value is ignored (Sergei)
- }
- { the destruction of the exception object must be also }
- { guarded by an exception frame, but it can be omitted }
- { if there's no user code in 'except' block }
- if not (has_no_code(t1)) then
- begin
- current_asmdata.getjumplabel(doobjectdestroyandreraise);
- get_exception_temps(current_asmdata.CurrAsmList,destroytemps);
- new_exception(current_asmdata.CurrAsmList,destroytemps,doobjectdestroyandreraise);
- { except block needs line info }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- { here we don't have to reset flowcontrol }
- { the default and on flowcontrols are handled equal }
- secondpass(t1);
- exceptflowcontrol:=flowcontrol;
- handle_nested_exception(current_asmdata.CurrAsmList,destroytemps,doobjectdestroyandreraise);
- unget_exception_temps(current_asmdata.CurrAsmList,destroytemps);
- cg.a_jmp_always(current_asmdata.CurrAsmList,endexceptlabel);
- end
- else
- begin
- exceptflowcontrol:=flowcontrol;
- cleanupobjectstack;
- cg.a_jmp_always(current_asmdata.CurrAsmList,endexceptlabel);
- end;
- 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.g_call(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK');
- 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.g_call(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK');
- 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.g_call(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK');
- 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.g_call(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK');
- 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.g_call(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK');
- 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.g_call(current_asmdata.CurrAsmList,'FPC_POPADDRSTACK');
- 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);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- 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,
- oldBreakLabel : tasmlabel;
- oldflowcontrol : tflowcontrol;
- excepttemps : texceptiontemps;
- 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);
- cg.a_loadaddr_ref_cgpara(current_asmdata.CurrAsmList,href2,paraloc1);
- paramanager.freecgpara(current_asmdata.CurrAsmList,paraloc1);
- cg.g_call(current_asmdata.CurrAsmList,'FPC_CATCHES');
- 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;
- 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;
- handle_nested_exception(current_asmdata.CurrAsmList,excepttemps,doobjectdestroyandreraise);
- { clear some stuff }
- if assigned(exceptvarsym) then
- begin
- tg.UngetLocal(current_asmdata.CurrAsmList,exceptvarsym.localloc.reference);
- exceptvarsym.localloc.loc:=LOC_INVALID;
- end;
- 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;
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- { 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;
- retsym: tlocalvarsym;
- 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;
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- cg.a_label(current_asmdata.CurrAsmList,finallylabel);
- { just free the frame information }
- free_exception(current_asmdata.CurrAsmList,excepttemps,1,finallylabel,true);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- { 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;
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- { 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 (tf_safecall_exceptions in target_info.flags) and
- (current_procinfo.procdef.proccalloption=pocall_safecall) then
- begin
- { find safe_result variable we created in the generate_except_block }
- retsym:=tlocalvarsym(current_procinfo.procdef.localst.Find('safe_result'));
- { 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_loc_reg(current_asmdata.CurrAsmList,OS_INT,retsym.localloc,NR_FUNCTION_RESULT_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);
- if (tryflowcontrol*[fc_exit,fc_break,fc_continue]<>[]) 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,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;
- 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);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- 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.
|