rautils.pas 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781
  1. {
  2. $Id$
  3. Copyright (c) 1998-2002 by Carl Eric Codere and Peter Vreman
  4. This unit implements some support routines for assembler parsing
  5. independent of the processor
  6. This program is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 2 of the License, or
  9. (at your option) any later version.
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with this program; if not, write to the Free Software
  16. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17. **********************************************************************}
  18. Unit RAUtils;
  19. {$i fpcdefs.inc}
  20. Interface
  21. Uses
  22. cutils,cclasses,
  23. globtype,aasmbase,aasmtai,cpubase,cpuinfo,cgbase,
  24. symconst,symbase,symtype,symdef,symsym;
  25. Const
  26. RPNMax = 10; { I think you only need 4, but just to be safe }
  27. OpMax = 25;
  28. {---------------------------------------------------------------------
  29. Local Label Management
  30. ---------------------------------------------------------------------}
  31. Type
  32. { Each local label has this structure associated with it }
  33. TLocalLabel = class(TNamedIndexItem)
  34. Emitted : boolean;
  35. constructor Create(const n:string);
  36. function Gettasmlabel:tasmlabel;
  37. private
  38. lab : tasmlabel;
  39. end;
  40. TLocalLabelList = class(TDictionary)
  41. procedure CheckEmitted;
  42. end;
  43. var
  44. LocalLabelList : TLocalLabelList;
  45. function CreateLocalLabel(const s: string; var hl: tasmlabel; emit:boolean):boolean;
  46. Function SearchLabel(const s: string; var hl: tasmlabel;emit:boolean): boolean;
  47. {---------------------------------------------------------------------
  48. Instruction management
  49. ---------------------------------------------------------------------}
  50. type
  51. TOprType=(OPR_NONE,OPR_CONSTANT,OPR_SYMBOL,OPR_LOCAL,
  52. OPR_REFERENCE,OPR_REGISTER,OPR_REGLIST);
  53. TOprRec = record
  54. case typ:TOprType of
  55. OPR_NONE : ();
  56. OPR_CONSTANT : (val:longint);
  57. OPR_SYMBOL : (symbol:tasmsymbol;symofs:longint);
  58. OPR_REFERENCE : (ref:treference);
  59. OPR_LOCAL : (localsym:tvarsym;localsymofs:longint);
  60. OPR_REGISTER : (reg:tregister);
  61. {$ifdef m68k}
  62. OPR_REGLIST : (reglist:Tsupregset);
  63. {$else not m68k}
  64. OPR_REGLIST : ();
  65. {$endif m68k}
  66. end;
  67. TOperand = class
  68. hastype, { if the operand has typecasted variable }
  69. hasvar : boolean; { if the operand is loaded with a variable }
  70. size : TCGSize;
  71. opr : TOprRec;
  72. constructor create;
  73. destructor destroy;override;
  74. Procedure BuildOperand;virtual;
  75. Procedure SetSize(_size:longint;force:boolean);virtual;
  76. Procedure SetCorrectSize(opcode:tasmop);virtual;
  77. Function SetupResult:boolean;virtual;
  78. Function SetupSelf:boolean;
  79. Function SetupOldEBP:boolean;
  80. Function SetupVar(const s:string;GetOffset : boolean): Boolean;
  81. Function SetupDirectVar(const hs:string): Boolean;
  82. Procedure InitRef;
  83. end;
  84. TInstruction = class
  85. opcode : tasmop;
  86. condition : tasmcond;
  87. ops : byte;
  88. labeled : boolean;
  89. operands : array[1..max_operands] of toperand;
  90. constructor create;
  91. destructor destroy;override;
  92. Procedure InitOperands;virtual;
  93. Procedure BuildOpcode;virtual;
  94. procedure ConcatInstruction(p:TAAsmoutput);virtual;
  95. Procedure Swapoperands;
  96. end;
  97. {---------------------------------------------------------------------}
  98. { Expression parser types }
  99. {---------------------------------------------------------------------}
  100. TExprOperator = record
  101. ch: char; { operator }
  102. is_prefix: boolean; { was it a prefix, possible prefixes are +,- and not }
  103. end;
  104. String15 = String[15];
  105. {**********************************************************************}
  106. { The following operators are supported: }
  107. { '+' : addition }
  108. { '-' : subtraction }
  109. { '*' : multiplication }
  110. { '/' : modulo division }
  111. { '^' : exclusive or }
  112. { '<' : shift left }
  113. { '>' : shift right }
  114. { '&' : bitwise and }
  115. { '|' : bitwise or }
  116. { '~' : bitwise complement }
  117. { '%' : modulo division }
  118. { nnn: longint numbers }
  119. { ( and ) parenthesis }
  120. {**********************************************************************}
  121. TExprParse = class
  122. public
  123. Constructor create;
  124. Destructor Destroy;override;
  125. Function Evaluate(Expr: String): longint;
  126. Function Priority(_Operator: Char): longint;
  127. private
  128. RPNStack : Array[1..RPNMax] of longint; { Stack For RPN calculator }
  129. RPNTop : longint;
  130. OpStack : Array[1..OpMax] of TExprOperator; { Operator stack For conversion }
  131. OpTop : longint;
  132. Procedure RPNPush(Num: Longint);
  133. Function RPNPop: Longint;
  134. Procedure RPNCalc(token: String15; prefix: boolean);
  135. Procedure OpPush(_Operator: char; prefix: boolean);
  136. { In reality returns TExprOperaotr }
  137. Procedure OpPop(var _Operator:TExprOperator);
  138. end;
  139. { Evaluate an expression string to a longint }
  140. Function CalculateExpression(const expression: string): longint;
  141. {---------------------------------------------------------------------}
  142. { String routines }
  143. {---------------------------------------------------------------------}
  144. Function ValDecimal(const S:String):longint;
  145. Function ValOctal(const S:String):longint;
  146. Function ValBinary(const S:String):longint;
  147. Function ValHexaDecimal(const S:String):longint;
  148. Function PadZero(Var s: String; n: byte): Boolean;
  149. Function EscapeToPascal(const s:string): string;
  150. {---------------------------------------------------------------------
  151. Symbol helper routines
  152. ---------------------------------------------------------------------}
  153. procedure AsmSearchSym(const s:string;var srsym:tsym;var srsymtable:tsymtable);
  154. Function GetRecordOffsetSize(s:string;Var Offset: longint;var Size:longint):boolean;
  155. Function SearchType(const hs:string;var size:longint): Boolean;
  156. Function SearchRecordType(const s:string): boolean;
  157. Function SearchIConstant(const s:string; var l:longint): boolean;
  158. {---------------------------------------------------------------------
  159. Instruction generation routines
  160. ---------------------------------------------------------------------}
  161. Procedure ConcatPasString(p : TAAsmoutput;s:string);
  162. Procedure ConcatDirect(p : TAAsmoutput;s:string);
  163. Procedure ConcatLabel(p: TAAsmoutput;var l : tasmlabel);
  164. Procedure ConcatConstant(p : TAAsmoutput;value: longint; maxvalue: longint);
  165. Procedure ConcatConstSymbol(p : TAAsmoutput;const sym:string;l:longint);
  166. Procedure ConcatRealConstant(p : TAAsmoutput;value: bestreal; real_typ : tfloattype);
  167. Procedure ConcatString(p : TAAsmoutput;s:string);
  168. procedure ConcatAlign(p:TAAsmoutput;l:longint);
  169. Procedure ConcatPublic(p:TAAsmoutput;const s : string);
  170. Procedure ConcatLocal(p:TAAsmoutput;const s : string);
  171. Procedure ConcatGlobalBss(const s : string;size : longint);
  172. Procedure ConcatLocalBss(const s : string;size : longint);
  173. Implementation
  174. uses
  175. {$ifdef delphi}
  176. sysutils,
  177. {$else}
  178. strings,
  179. {$endif}
  180. defutil,systems,verbose,globals,
  181. symtable,paramgr,
  182. aasmcpu,
  183. procinfo;
  184. {*************************************************************************
  185. TExprParse
  186. *************************************************************************}
  187. Constructor TExprParse.create;
  188. Begin
  189. end;
  190. Procedure TExprParse.RPNPush(Num : longint);
  191. { Add an operand to the top of the RPN stack }
  192. begin
  193. if RPNTop < RPNMax then
  194. begin
  195. Inc(RPNTop);
  196. RPNStack[RPNTop]:=Num;
  197. end
  198. else
  199. Message(asmr_e_expr_illegal);
  200. end;
  201. Function TExprParse.RPNPop : longint;
  202. { Get the operand at the top of the RPN stack }
  203. begin
  204. if RPNTop > 0 then
  205. begin
  206. RPNPop:=RPNStack[RPNTop];
  207. Dec(RPNTop);
  208. end
  209. else
  210. Message(asmr_e_expr_illegal);
  211. end;
  212. Procedure TExprParse.RPNCalc(Token : String15; prefix:boolean); { RPN Calculator }
  213. Var
  214. Temp : longint;
  215. n1,n2 : longint;
  216. LocalError : Integer;
  217. begin
  218. { Handle operators }
  219. if (Length(Token) = 1) and (Token[1] in ['+', '-', '*', '/','&','|','%','^','~','<','>']) then
  220. Case Token[1] of
  221. '+' :
  222. Begin
  223. if not prefix then
  224. RPNPush(RPNPop + RPNPop);
  225. end;
  226. '-' :
  227. Begin
  228. if prefix then
  229. RPNPush(-(RPNPop))
  230. else
  231. begin
  232. n1:=RPNPop;
  233. n2:=RPNPop;
  234. RPNPush(n2 - n1);
  235. end;
  236. end;
  237. '*' : RPNPush(RPNPop * RPNPop);
  238. '&' :
  239. begin
  240. n1:=RPNPop;
  241. n2:=RPNPop;
  242. RPNPush(n2 and n1);
  243. end;
  244. '|' :
  245. begin
  246. n1:=RPNPop;
  247. n2:=RPNPop;
  248. RPNPush(n2 or n1);
  249. end;
  250. '~' : RPNPush(NOT RPNPop);
  251. '<' :
  252. begin
  253. n1:=RPNPop;
  254. n2:=RPNPop;
  255. RPNPush(n2 SHL n1);
  256. end;
  257. '>' :
  258. begin
  259. n1:=RPNPop;
  260. n2:=RPNPop;
  261. RPNPush(n2 SHR n1);
  262. end;
  263. '%' :
  264. begin
  265. Temp:=RPNPop;
  266. if Temp <> 0 then
  267. RPNPush(RPNPop mod Temp)
  268. else
  269. begin
  270. Message(asmr_e_expr_zero_divide);
  271. { push 1 for error recovery }
  272. RPNPush(1);
  273. end;
  274. end;
  275. '^' : RPNPush(RPNPop XOR RPNPop);
  276. '/' :
  277. begin
  278. Temp:=RPNPop;
  279. if Temp <> 0 then
  280. RPNPush(RPNPop div Temp)
  281. else
  282. begin
  283. Message(asmr_e_expr_zero_divide);
  284. { push 1 for error recovery }
  285. RPNPush(1);
  286. end;
  287. end;
  288. end
  289. else
  290. begin
  291. { Convert String to number and add to stack }
  292. Val(Token, Temp, LocalError);
  293. if LocalError = 0 then
  294. RPNPush(Temp)
  295. else
  296. begin
  297. Message(asmr_e_expr_illegal);
  298. { push 1 for error recovery }
  299. RPNPush(1);
  300. end;
  301. end;
  302. end;
  303. Procedure TExprParse.OpPush(_Operator : char;prefix: boolean);
  304. { Add an operator onto top of the stack }
  305. begin
  306. if OpTop < OpMax then
  307. begin
  308. Inc(OpTop);
  309. OpStack[OpTop].ch:=_Operator;
  310. OpStack[OpTop].is_prefix:=prefix;
  311. end
  312. else
  313. Message(asmr_e_expr_illegal);
  314. end;
  315. Procedure TExprParse.OpPop(var _Operator:TExprOperator);
  316. { Get operator at the top of the stack }
  317. begin
  318. if OpTop > 0 then
  319. begin
  320. _Operator:=OpStack[OpTop];
  321. Dec(OpTop);
  322. end
  323. else
  324. Message(asmr_e_expr_illegal);
  325. end;
  326. Function TExprParse.Priority(_Operator : Char) : longint;
  327. { Return priority of operator }
  328. { The greater the priority, the higher the precedence }
  329. begin
  330. Case _Operator OF
  331. '(' :
  332. Priority:=0;
  333. '+', '-' :
  334. Priority:=1;
  335. '*', '/','%','<','>' :
  336. Priority:=2;
  337. '|','&','^','~' :
  338. Priority:=0;
  339. else
  340. Message(asmr_e_expr_illegal);
  341. end;
  342. end;
  343. Function TExprParse.Evaluate(Expr : String):longint;
  344. Var
  345. I : LongInt;
  346. Token : String15;
  347. opr : TExprOperator;
  348. begin
  349. Evaluate:=0;
  350. { Reset stacks }
  351. OpTop :=0;
  352. RPNTop:=0;
  353. Token :='';
  354. { nothing to do ? }
  355. if Expr='' then
  356. exit;
  357. For I:=1 to Length(Expr) DO
  358. begin
  359. if Expr[I] in ['0'..'9'] then
  360. begin { Build multi-digit numbers }
  361. Token:=Token + Expr[I];
  362. if I = Length(Expr) then { Send last one to calculator }
  363. RPNCalc(Token,false);
  364. end
  365. else
  366. if Expr[I] in ['+', '-', '*', '/', '(', ')','^','&','|','%','~','<','>'] then
  367. begin
  368. if Token <> '' then
  369. begin { Send last built number to calc. }
  370. RPNCalc(Token,false);
  371. Token:='';
  372. end;
  373. Case Expr[I] OF
  374. '(' : OpPush('(',false);
  375. ')' : begin
  376. While OpStack[OpTop].ch <> '(' DO
  377. Begin
  378. OpPop(opr);
  379. RPNCalc(opr.ch,opr.is_prefix);
  380. end;
  381. OpPop(opr); { Pop off and ignore the '(' }
  382. end;
  383. '+','-','~' : Begin
  384. { workaround for -2147483648 }
  385. if (expr[I]='-') and (expr[i+1] in ['0'..'9']) then
  386. begin
  387. token:='-';
  388. expr[i]:='+';
  389. end;
  390. { if start of expression then surely a prefix }
  391. { or if previous char was also an operator }
  392. if (I = 1) or (not (Expr[I-1] in ['0'..'9','(',')'])) then
  393. OpPush(Expr[I],true)
  394. else
  395. Begin
  396. { Evaluate all higher priority operators }
  397. While (OpTop > 0) AND (Priority(Expr[I]) <= Priority(OpStack[OpTop].ch)) DO
  398. Begin
  399. OpPop(opr);
  400. RPNCalc(opr.ch,opr.is_prefix);
  401. end;
  402. OpPush(Expr[I],false);
  403. End;
  404. end;
  405. '*', '/',
  406. '^','|','&',
  407. '%','<','>' : begin
  408. While (OpTop > 0) and (Priority(Expr[I]) <= Priority(OpStack[OpTop].ch)) DO
  409. Begin
  410. OpPop(opr);
  411. RPNCalc(opr.ch,opr.is_prefix);
  412. end;
  413. OpPush(Expr[I],false);
  414. end;
  415. end; { Case }
  416. end
  417. else
  418. Message(asmr_e_expr_illegal); { Handle bad input error }
  419. end;
  420. { Pop off the remaining operators }
  421. While OpTop > 0 do
  422. Begin
  423. OpPop(opr);
  424. RPNCalc(opr.ch,opr.is_prefix);
  425. end;
  426. { The result is stored on the top of the stack }
  427. Evaluate:=RPNPop;
  428. end;
  429. Destructor TExprParse.Destroy;
  430. Begin
  431. end;
  432. Function CalculateExpression(const expression: string): longint;
  433. var
  434. expr: TExprParse;
  435. Begin
  436. expr:=TExprParse.create;
  437. CalculateExpression:=expr.Evaluate(expression);
  438. expr.Free;
  439. end;
  440. {*************************************************************************}
  441. { String conversions/utils }
  442. {*************************************************************************}
  443. Function EscapeToPascal(const s:string): string;
  444. { converts a C styled string - which contains escape }
  445. { characters to a pascal style string. }
  446. var
  447. i,len : longint;
  448. hs : string;
  449. temp : string;
  450. c : char;
  451. Begin
  452. hs:='';
  453. len:=0;
  454. i:=0;
  455. while (i<length(s)) and (len<255) do
  456. begin
  457. Inc(i);
  458. if (s[i]='\') and (i<length(s)) then
  459. Begin
  460. inc(i);
  461. case s[i] of
  462. '\' :
  463. c:='\';
  464. 'b':
  465. c:=#8;
  466. 'f':
  467. c:=#12;
  468. 'n':
  469. c:=#10;
  470. 'r':
  471. c:=#13;
  472. 't':
  473. c:=#9;
  474. '"':
  475. c:='"';
  476. '0'..'7':
  477. Begin
  478. temp:=s[i];
  479. temp:=temp+s[i+1];
  480. temp:=temp+s[i+2];
  481. inc(i,2);
  482. c:=chr(ValOctal(temp));
  483. end;
  484. 'x':
  485. Begin
  486. temp:=s[i+1];
  487. temp:=temp+s[i+2];
  488. inc(i,2);
  489. c:=chr(ValHexaDecimal(temp));
  490. end;
  491. else
  492. Begin
  493. Message1(asmr_e_escape_seq_ignored,s[i]);
  494. c:=s[i];
  495. end;
  496. end;
  497. end
  498. else
  499. c:=s[i];
  500. inc(len);
  501. hs[len]:=c;
  502. end;
  503. hs[0]:=chr(len);
  504. EscapeToPascal:=hs;
  505. end;
  506. Function ValDecimal(const S:String):longint;
  507. { Converts a decimal string to longint }
  508. var
  509. vs,c : longint;
  510. Begin
  511. vs:=0;
  512. for c:=1 to length(s) do
  513. begin
  514. vs:=vs*10;
  515. if s[c] in ['0'..'9'] then
  516. inc(vs,ord(s[c])-ord('0'))
  517. else
  518. begin
  519. Message1(asmr_e_error_converting_decimal,s);
  520. ValDecimal:=0;
  521. exit;
  522. end;
  523. end;
  524. ValDecimal:=vs;
  525. end;
  526. Function ValOctal(const S:String):longint;
  527. { Converts an octal string to longint }
  528. var
  529. vs,c : longint;
  530. Begin
  531. vs:=0;
  532. for c:=1 to length(s) do
  533. begin
  534. vs:=vs shl 3;
  535. if s[c] in ['0'..'7'] then
  536. inc(vs,ord(s[c])-ord('0'))
  537. else
  538. begin
  539. Message1(asmr_e_error_converting_octal,s);
  540. ValOctal:=0;
  541. exit;
  542. end;
  543. end;
  544. ValOctal:=vs;
  545. end;
  546. Function ValBinary(const S:String):longint;
  547. { Converts a binary string to longint }
  548. var
  549. vs,c : longint;
  550. Begin
  551. vs:=0;
  552. for c:=1 to length(s) do
  553. begin
  554. vs:=vs shl 1;
  555. if s[c] in ['0'..'1'] then
  556. inc(vs,ord(s[c])-ord('0'))
  557. else
  558. begin
  559. Message1(asmr_e_error_converting_binary,s);
  560. ValBinary:=0;
  561. exit;
  562. end;
  563. end;
  564. ValBinary:=vs;
  565. end;
  566. Function ValHexadecimal(const S:String):longint;
  567. { Converts a binary string to longint }
  568. var
  569. vs,c : longint;
  570. Begin
  571. vs:=0;
  572. for c:=1 to length(s) do
  573. begin
  574. vs:=vs shl 4;
  575. case s[c] of
  576. '0'..'9' :
  577. inc(vs,ord(s[c])-ord('0'));
  578. 'A'..'F' :
  579. inc(vs,ord(s[c])-ord('A')+10);
  580. 'a'..'f' :
  581. inc(vs,ord(s[c])-ord('a')+10);
  582. else
  583. begin
  584. Message1(asmr_e_error_converting_hexadecimal,s);
  585. ValHexadecimal:=0;
  586. exit;
  587. end;
  588. end;
  589. end;
  590. ValHexadecimal:=vs;
  591. end;
  592. Function PadZero(Var s: String; n: byte): Boolean;
  593. Begin
  594. PadZero:=TRUE;
  595. { Do some error checking first }
  596. if Length(s) = n then
  597. exit
  598. else
  599. if Length(s) > n then
  600. Begin
  601. PadZero:=FALSE;
  602. delete(s,n+1,length(s));
  603. exit;
  604. end
  605. else
  606. PadZero:=TRUE;
  607. { Fill it up with the specified character }
  608. fillchar(s[length(s)+1],n-1,#0);
  609. s[0]:=chr(n);
  610. end;
  611. {****************************************************************************
  612. TOperand
  613. ****************************************************************************}
  614. constructor TOperand.Create;
  615. begin
  616. size:=OS_NO;
  617. hastype:=false;
  618. hasvar:=false;
  619. FillChar(Opr,sizeof(Opr),0);
  620. end;
  621. destructor TOperand.destroy;
  622. begin
  623. end;
  624. Procedure TOperand.SetSize(_size:longint;force:boolean);
  625. begin
  626. if force or
  627. ((size = OS_NO) and (_size<=extended_size)) then
  628. Begin
  629. case _size of
  630. 1 : size:=OS_8;
  631. 2 : size:=OS_16{ could be S_IS};
  632. 4 : size:=OS_32{ could be S_IL or S_FS};
  633. 8 : size:=OS_64{ could be S_D or S_FL};
  634. else
  635. begin
  636. { extended_size can also be 8, resulting in a
  637. duplicate label }
  638. if _size=extended_size then
  639. size:=OS_F80;
  640. end;
  641. end;
  642. end;
  643. end;
  644. Procedure TOperand.SetCorrectSize(opcode:tasmop);
  645. begin
  646. end;
  647. Function TOperand.SetupResult:boolean;
  648. Begin
  649. SetupResult:=false;
  650. { replace by correct offset. }
  651. if (not is_void(current_procinfo.procdef.rettype.def)) then
  652. begin
  653. if (m_tp7 in aktmodeswitches) and
  654. (not paramanager.ret_in_param(current_procinfo.procdef.rettype.def,current_procinfo.procdef.proccalloption)) then
  655. begin
  656. Message(asmr_e_cannot_use_RESULT_here);
  657. exit;
  658. end;
  659. SetupResult:=setupvar('result',false)
  660. end
  661. else
  662. Message(asmr_e_void_function);
  663. end;
  664. Function TOperand.SetupSelf:boolean;
  665. Begin
  666. SetupSelf:=false;
  667. if assigned(current_procinfo.procdef._class) then
  668. SetupSelf:=setupvar('self',false)
  669. else
  670. Message(asmr_e_cannot_use_SELF_outside_a_method);
  671. end;
  672. Function TOperand.SetupOldEBP:boolean;
  673. Begin
  674. SetupOldEBP:=false;
  675. if current_procinfo.procdef.parast.symtablelevel>normal_function_level then
  676. SetupOldEBP:=setupvar('parentframe',false)
  677. else
  678. Message(asmr_e_cannot_use_OLDEBP_outside_nested_procedure);
  679. end;
  680. Function TOperand.SetupVar(const s:string;GetOffset : boolean): Boolean;
  681. function symtable_has_varsyms(st:tsymtable):boolean;
  682. var
  683. sym : tsym;
  684. begin
  685. result:=false;
  686. sym:=tsym(st.symindex.first);
  687. while assigned(sym) do
  688. begin
  689. if sym.typ=varsym then
  690. begin
  691. result:=true;
  692. exit;
  693. end;
  694. sym:=tsym(sym.indexnext);
  695. end;
  696. end;
  697. { search and sets up the correct fields in the Instr record }
  698. { for the NON-constant identifier passed to the routine. }
  699. { if not found returns FALSE. }
  700. var
  701. sym : tsym;
  702. srsymtable : tsymtable;
  703. harrdef : tarraydef;
  704. l : longint;
  705. Begin
  706. SetupVar:=false;
  707. asmsearchsym(s,sym,srsymtable);
  708. if sym = nil then
  709. exit;
  710. if sym.typ=absolutesym then
  711. begin
  712. if (tabsolutesym(sym).abstyp=tovar) then
  713. sym:=tabsolutesym(sym).ref
  714. else
  715. Message(asmr_e_unsupported_symbol_type);
  716. end;
  717. case sym.typ of
  718. varsym :
  719. begin
  720. { we always assume in asm statements that }
  721. { that the variable is valid. }
  722. tvarsym(sym).varstate:=vs_used;
  723. inc(tvarsym(sym).refs);
  724. case tvarsym(sym).owner.symtabletype of
  725. objectsymtable :
  726. begin
  727. { We return the address of the field, just like Delphi/TP }
  728. opr.typ:=OPR_CONSTANT;
  729. opr.val:=tvarsym(sym).fieldoffset;
  730. hasvar:=true;
  731. SetupVar:=true;
  732. Exit;
  733. end;
  734. globalsymtable,
  735. staticsymtable :
  736. opr.ref.symbol:=objectlibrary.newasmsymboldata(tvarsym(sym).mangledname);
  737. parasymtable,
  738. localsymtable :
  739. begin
  740. if (vo_is_external in tvarsym(sym).varoptions) then
  741. opr.ref.symbol:=objectlibrary.newasmsymboldata(tvarsym(sym).mangledname)
  742. else
  743. begin
  744. opr.typ:=OPR_LOCAL;
  745. if assigned(current_procinfo.parent) and
  746. (tvarsym(sym).owner<>current_procinfo.procdef.localst) and
  747. (tvarsym(sym).owner<>current_procinfo.procdef.parast) and
  748. (current_procinfo.procdef.localst.symtablelevel>normal_function_level) and
  749. symtable_has_varsyms(current_procinfo.procdef.localst) then
  750. message1(asmr_e_local_para_unreachable,s);
  751. opr.localsym:=tvarsym(sym);
  752. opr.localsymofs:=0;
  753. end;
  754. if paramanager.push_addr_param(tvarsym(sym).varspez,tvarsym(sym).vartype.def,current_procinfo.procdef.proccalloption) then
  755. SetSize(pointer_size,false);
  756. end;
  757. end;
  758. case tvarsym(sym).vartype.def.deftype of
  759. orddef,
  760. enumdef,
  761. pointerdef,
  762. floatdef :
  763. SetSize(tvarsym(sym).getsize,false);
  764. arraydef :
  765. begin
  766. { for arrays try to get the element size, take care of
  767. multiple indexes }
  768. harrdef:=tarraydef(tvarsym(sym).vartype.def);
  769. while assigned(harrdef.elementtype.def) and
  770. (harrdef.elementtype.def.deftype=arraydef) do
  771. harrdef:=tarraydef(harrdef.elementtype.def);
  772. SetSize(harrdef.elesize,false);
  773. end;
  774. end;
  775. hasvar:=true;
  776. SetupVar:=true;
  777. Exit;
  778. end;
  779. typedconstsym :
  780. begin
  781. opr.ref.symbol:=objectlibrary.newasmsymboldata(ttypedconstsym(sym).mangledname);
  782. case ttypedconstsym(sym).typedconsttype.def.deftype of
  783. orddef,
  784. enumdef,
  785. pointerdef,
  786. floatdef :
  787. SetSize(ttypedconstsym(sym).getsize,false);
  788. arraydef :
  789. begin
  790. { for arrays try to get the element size, take care of
  791. multiple indexes }
  792. harrdef:=tarraydef(ttypedconstsym(sym).typedconsttype.def);
  793. while assigned(harrdef.elementtype.def) and
  794. (harrdef.elementtype.def.deftype=arraydef) do
  795. harrdef:=tarraydef(harrdef.elementtype.def);
  796. SetSize(harrdef.elesize,false);
  797. end;
  798. end;
  799. hasvar:=true;
  800. SetupVar:=true;
  801. Exit;
  802. end;
  803. constsym :
  804. begin
  805. if tconstsym(sym).consttyp in [constint,constchar,constbool] then
  806. begin
  807. opr.typ:=OPR_CONSTANT;
  808. opr.val:=tconstsym(sym).value.valueord;
  809. SetupVar:=true;
  810. Exit;
  811. end;
  812. end;
  813. typesym :
  814. begin
  815. if ttypesym(sym).restype.def.deftype in [recorddef,objectdef] then
  816. begin
  817. opr.typ:=OPR_CONSTANT;
  818. opr.val:=0;
  819. SetupVar:=TRUE;
  820. Exit;
  821. end;
  822. end;
  823. procsym :
  824. begin
  825. if Tprocsym(sym).procdef_count>1 then
  826. Message(asmr_w_calling_overload_func);
  827. l:=opr.ref.offset;
  828. opr.typ:=OPR_SYMBOL;
  829. opr.symbol:=objectlibrary.newasmsymbol(tprocsym(sym).first_procdef.mangledname);
  830. opr.symofs:=l;
  831. hasvar:=true;
  832. SetupVar:=TRUE;
  833. Exit;
  834. end;
  835. else
  836. begin
  837. Message(asmr_e_unsupported_symbol_type);
  838. exit;
  839. end;
  840. end;
  841. end;
  842. { looks for internal names of variables and routines }
  843. Function TOperand.SetupDirectVar(const hs:string): Boolean;
  844. var
  845. p : tasmsymbol;
  846. begin
  847. SetupDirectVar:=false;
  848. p:=objectlibrary.getasmsymbol(hs);
  849. if assigned(p) then
  850. begin
  851. opr.ref.symbol:=p;
  852. hasvar:=true;
  853. SetupDirectVar:=true;
  854. end;
  855. end;
  856. procedure TOperand.InitRef;
  857. {*********************************************************************}
  858. { Description: This routine first check if the opcode is of }
  859. { type OPR_NONE, or OPR_REFERENCE , if not it gives out an error. }
  860. { If the operandtype = OPR_NONE or <> OPR_REFERENCE then it sets up }
  861. { the operand type to OPR_REFERENCE, as well as setting up the ref }
  862. { to point to the default segment. }
  863. {*********************************************************************}
  864. var
  865. l : longint;
  866. Begin
  867. case opr.typ of
  868. OPR_REFERENCE :
  869. exit;
  870. OPR_CONSTANT :
  871. begin
  872. l:=opr.val;
  873. opr.typ:=OPR_REFERENCE;
  874. Fillchar(opr.ref,sizeof(treference),0);
  875. opr.Ref.Offset:=l;
  876. end;
  877. OPR_NONE :
  878. begin
  879. opr.typ:=OPR_REFERENCE;
  880. Fillchar(opr.ref,sizeof(treference),0);
  881. end;
  882. else
  883. begin
  884. Message(asmr_e_invalid_operand_type);
  885. { Recover }
  886. opr.typ:=OPR_REFERENCE;
  887. Fillchar(opr.ref,sizeof(treference),0);
  888. end;
  889. end;
  890. end;
  891. procedure TOperand.BuildOperand;
  892. begin
  893. abstract;
  894. end;
  895. {****************************************************************************
  896. TInstruction
  897. ****************************************************************************}
  898. constructor TInstruction.create;
  899. Begin
  900. Opcode:=A_NONE;
  901. Condition:=C_NONE;
  902. Ops:=0;
  903. InitOperands;
  904. Labeled:=false;
  905. end;
  906. destructor TInstruction.destroy;
  907. var
  908. i : longint;
  909. Begin
  910. for i:=1 to 3 do
  911. Operands[i].free;
  912. end;
  913. procedure TInstruction.InitOperands;
  914. var
  915. i : longint;
  916. begin
  917. for i:=1 to 3 do
  918. Operands[i].create;
  919. end;
  920. Procedure TInstruction.Swapoperands;
  921. Var
  922. p : toperand;
  923. Begin
  924. case Ops of
  925. 2 :
  926. begin
  927. p:=Operands[1];
  928. Operands[1]:=Operands[2];
  929. Operands[2]:=p;
  930. end;
  931. 3 :
  932. begin
  933. p:=Operands[1];
  934. Operands[1]:=Operands[3];
  935. Operands[3]:=p;
  936. end;
  937. end;
  938. end;
  939. procedure TInstruction.ConcatInstruction(p:TAAsmOutput);
  940. begin
  941. abstract;
  942. end;
  943. procedure TInstruction.BuildOpcode;
  944. begin
  945. abstract;
  946. end;
  947. {***************************************************************************
  948. TLocalLabel
  949. ***************************************************************************}
  950. constructor TLocalLabel.create(const n:string);
  951. begin
  952. inherited CreateName(n);
  953. lab:=nil;
  954. emitted:=false;
  955. end;
  956. function TLocalLabel.Gettasmlabel:tasmlabel;
  957. begin
  958. if not assigned(lab) then
  959. begin
  960. objectlibrary.getlabel(lab);
  961. { this label is forced to be used so it's always written }
  962. lab.increfs;
  963. end;
  964. Gettasmlabel:=lab;
  965. end;
  966. {***************************************************************************
  967. TLocalLabelList
  968. ***************************************************************************}
  969. procedure LocalLabelEmitted(p:tnamedindexitem;arg:pointer);
  970. begin
  971. if not TLocalLabel(p).emitted then
  972. Message1(asmr_e_unknown_label_identifier,p.name);
  973. end;
  974. procedure TLocalLabelList.CheckEmitted;
  975. begin
  976. ForEach_Static({$ifdef FPCPROCVAR}@{$endif}LocalLabelEmitted,nil)
  977. end;
  978. function CreateLocalLabel(const s: string; var hl: tasmlabel; emit:boolean):boolean;
  979. var
  980. lab : TLocalLabel;
  981. Begin
  982. CreateLocalLabel:=true;
  983. { Check if it already is defined }
  984. lab:=TLocalLabel(LocalLabellist.Search(s));
  985. if not assigned(lab) then
  986. begin
  987. lab:=TLocalLabel.Create(s);
  988. LocalLabellist.Insert(lab);
  989. end;
  990. { set emitted flag and check for dup syms }
  991. if emit then
  992. begin
  993. if lab.Emitted then
  994. begin
  995. Message1(asmr_e_dup_local_sym,lab.Name);
  996. CreateLocalLabel:=false;
  997. end;
  998. lab.Emitted:=true;
  999. end;
  1000. hl:=lab.Gettasmlabel;
  1001. end;
  1002. {****************************************************************************
  1003. Symbol table helper routines
  1004. ****************************************************************************}
  1005. procedure AsmSearchSym(const s:string;var srsym:tsym;var srsymtable:tsymtable);
  1006. var
  1007. i : integer;
  1008. begin
  1009. i:=pos('.',s);
  1010. { allow unit.identifier }
  1011. if i>0 then
  1012. begin
  1013. searchsym(Copy(s,1,i-1),srsym,srsymtable);
  1014. if assigned(srsym) then
  1015. begin
  1016. if (srsym.typ=unitsym) and
  1017. (srsym.owner.unitid=0) then
  1018. srsym:=searchsymonlyin(tunitsym(srsym).unitsymtable,Copy(s,i+1,255))
  1019. else
  1020. srsym:=nil;
  1021. end;
  1022. end
  1023. else
  1024. searchsym(s,srsym,srsymtable);
  1025. end;
  1026. Function SearchType(const hs:string;var size:longint): Boolean;
  1027. var
  1028. srsym : tsym;
  1029. srsymtable : tsymtable;
  1030. begin
  1031. result:=false;
  1032. size:=0;
  1033. asmsearchsym(hs,srsym,srsymtable);
  1034. if assigned(srsym) and
  1035. (srsym.typ=typesym) then
  1036. begin
  1037. size:=ttypesym(srsym).restype.def.size;
  1038. result:=true;
  1039. end;
  1040. end;
  1041. Function SearchRecordType(const s:string): boolean;
  1042. var
  1043. srsym : tsym;
  1044. srsymtable : tsymtable;
  1045. Begin
  1046. SearchRecordType:=false;
  1047. { Check the constants in symtable }
  1048. asmsearchsym(s,srsym,srsymtable);
  1049. if srsym <> nil then
  1050. Begin
  1051. case srsym.typ of
  1052. typesym :
  1053. begin
  1054. if ttypesym(srsym).restype.def.deftype in [recorddef,objectdef] then
  1055. begin
  1056. SearchRecordType:=true;
  1057. exit;
  1058. end;
  1059. end;
  1060. end;
  1061. end;
  1062. end;
  1063. Function SearchIConstant(const s:string; var l:longint): boolean;
  1064. {**********************************************************************}
  1065. { Description: Searches for a CONSTANT of name s in either the local }
  1066. { symbol list, then in the global symbol list, and returns the value }
  1067. { of that constant in l. Returns TRUE if successfull, if not found, }
  1068. { or if the constant is not of correct type, then returns FALSE }
  1069. { Remarks: Also handle TRUE and FALSE returning in those cases 1 and 0 }
  1070. { respectively. }
  1071. {**********************************************************************}
  1072. var
  1073. srsym : tsym;
  1074. srsymtable : tsymtable;
  1075. Begin
  1076. SearchIConstant:=false;
  1077. { check for TRUE or FALSE reserved words first }
  1078. if s = 'TRUE' then
  1079. Begin
  1080. SearchIConstant:=TRUE;
  1081. l:=1;
  1082. exit;
  1083. end;
  1084. if s = 'FALSE' then
  1085. Begin
  1086. SearchIConstant:=TRUE;
  1087. l:=0;
  1088. exit;
  1089. end;
  1090. { Check the constants in symtable }
  1091. asmsearchsym(s,srsym,srsymtable);
  1092. if srsym <> nil then
  1093. Begin
  1094. case srsym.typ of
  1095. constsym :
  1096. begin
  1097. if (tconstsym(srsym).consttyp in [constord,constint,constchar,constbool]) then
  1098. Begin
  1099. l:=tconstsym(srsym).value.valueord;
  1100. SearchIConstant:=TRUE;
  1101. exit;
  1102. end;
  1103. end;
  1104. enumsym:
  1105. Begin
  1106. l:=tenumsym(srsym).value;
  1107. SearchIConstant:=TRUE;
  1108. exit;
  1109. end;
  1110. end;
  1111. end;
  1112. end;
  1113. Function GetRecordOffsetSize(s:string;Var Offset: longint;var Size:longint):boolean;
  1114. { search and returns the offset and size of records/objects of the base }
  1115. { with field name setup in field. }
  1116. { returns FALSE if not found. }
  1117. { used when base is a variable or a typed constant name. }
  1118. var
  1119. st : tsymtable;
  1120. harrdef : tarraydef;
  1121. sym : tsym;
  1122. srsymtable : tsymtable;
  1123. i : longint;
  1124. base : string;
  1125. Begin
  1126. GetRecordOffsetSize:=FALSE;
  1127. Offset:=0;
  1128. Size:=0;
  1129. i:=pos('.',s);
  1130. if i=0 then
  1131. i:=255;
  1132. base:=Copy(s,1,i-1);
  1133. delete(s,1,i);
  1134. if base='SELF' then
  1135. st:=current_procinfo.procdef._class.symtable
  1136. else
  1137. begin
  1138. asmsearchsym(base,sym,srsymtable);
  1139. st:=nil;
  1140. { we can start with a var,type,typedconst }
  1141. case sym.typ of
  1142. varsym :
  1143. begin
  1144. case tvarsym(sym).vartype.def.deftype of
  1145. recorddef :
  1146. st:=trecorddef(tvarsym(sym).vartype.def).symtable;
  1147. objectdef :
  1148. st:=tobjectdef(tvarsym(sym).vartype.def).symtable;
  1149. end;
  1150. end;
  1151. typesym :
  1152. begin
  1153. case ttypesym(sym).restype.def.deftype of
  1154. recorddef :
  1155. st:=trecorddef(ttypesym(sym).restype.def).symtable;
  1156. objectdef :
  1157. st:=tobjectdef(ttypesym(sym).restype.def).symtable;
  1158. end;
  1159. end;
  1160. typedconstsym :
  1161. begin
  1162. case ttypedconstsym(sym).typedconsttype.def.deftype of
  1163. recorddef :
  1164. st:=trecorddef(ttypedconstsym(sym).typedconsttype.def).symtable;
  1165. objectdef :
  1166. st:=tobjectdef(ttypedconstsym(sym).typedconsttype.def).symtable;
  1167. end;
  1168. end;
  1169. end;
  1170. end;
  1171. { now walk all recordsymtables }
  1172. while assigned(st) and (s<>'') do
  1173. begin
  1174. { load next field in base }
  1175. i:=pos('.',s);
  1176. if i=0 then
  1177. i:=255;
  1178. base:=Copy(s,1,i-1);
  1179. delete(s,1,i);
  1180. if st.symtabletype=objectsymtable then
  1181. sym:=search_class_member(tobjectdef(st.defowner),base)
  1182. else
  1183. sym:=tsym(st.search(base));
  1184. if not assigned(sym) then
  1185. begin
  1186. GetRecordOffsetSize:=false;
  1187. exit;
  1188. end;
  1189. st:=nil;
  1190. case sym.typ of
  1191. varsym :
  1192. begin
  1193. inc(Offset,tvarsym(sym).fieldoffset);
  1194. Size:=tvarsym(sym).getsize;
  1195. case tvarsym(sym).vartype.def.deftype of
  1196. arraydef :
  1197. begin
  1198. { for arrays try to get the element size, take care of
  1199. multiple indexes }
  1200. harrdef:=tarraydef(tvarsym(sym).vartype.def);
  1201. while assigned(harrdef.elementtype.def) and
  1202. (harrdef.elementtype.def.deftype=arraydef) do
  1203. harrdef:=tarraydef(harrdef.elementtype.def);
  1204. size:=harrdef.elesize;
  1205. end;
  1206. recorddef :
  1207. st:=trecorddef(tvarsym(sym).vartype.def).symtable;
  1208. objectdef :
  1209. st:=tobjectdef(tvarsym(sym).vartype.def).symtable;
  1210. end;
  1211. end;
  1212. end;
  1213. end;
  1214. GetRecordOffsetSize:=(s='');
  1215. end;
  1216. Function SearchLabel(const s: string; var hl: tasmlabel;emit:boolean): boolean;
  1217. var
  1218. sym : tsym;
  1219. srsymtable : tsymtable;
  1220. hs : string;
  1221. Begin
  1222. hl:=nil;
  1223. SearchLabel:=false;
  1224. { Check for pascal labels, which are case insensetive }
  1225. hs:=upper(s);
  1226. asmsearchsym(hs,sym,srsymtable);
  1227. if sym=nil then
  1228. exit;
  1229. case sym.typ of
  1230. labelsym :
  1231. begin
  1232. hl:=tlabelsym(sym).lab;
  1233. if emit then
  1234. tlabelsym(sym).defined:=true
  1235. else
  1236. tlabelsym(sym).used:=true;
  1237. SearchLabel:=true;
  1238. exit;
  1239. end;
  1240. end;
  1241. end;
  1242. {*************************************************************************}
  1243. { Instruction Generation Utilities }
  1244. {*************************************************************************}
  1245. Procedure ConcatString(p : TAAsmoutput;s:string);
  1246. {*********************************************************************}
  1247. { PROCEDURE ConcatString(s:string); }
  1248. { Description: This routine adds the character chain pointed to in }
  1249. { s to the instruction linked list. }
  1250. {*********************************************************************}
  1251. Var
  1252. pc: PChar;
  1253. Begin
  1254. getmem(pc,length(s)+1);
  1255. p.concat(Tai_string.Create_length_pchar(strpcopy(pc,s),length(s)));
  1256. end;
  1257. Procedure ConcatPasString(p : TAAsmoutput;s:string);
  1258. {*********************************************************************}
  1259. { PROCEDURE ConcatPasString(s:string); }
  1260. { Description: This routine adds the character chain pointed to in }
  1261. { s to the instruction linked list, contrary to ConcatString it }
  1262. { uses a pascal style string, so it conserves null characters. }
  1263. {*********************************************************************}
  1264. Begin
  1265. p.concat(Tai_string.Create(s));
  1266. end;
  1267. Procedure ConcatDirect(p : TAAsmoutput;s:string);
  1268. {*********************************************************************}
  1269. { PROCEDURE ConcatDirect(s:string) }
  1270. { Description: This routine output the string directly to the asm }
  1271. { output, it is only sed when writing special labels in AT&T mode, }
  1272. { and should not be used without due consideration, since it may }
  1273. { cause problems. }
  1274. {*********************************************************************}
  1275. Var
  1276. pc: PChar;
  1277. Begin
  1278. getmem(pc,length(s)+1);
  1279. p.concat(Tai_direct.Create(strpcopy(pc,s)));
  1280. end;
  1281. Procedure ConcatConstant(p: TAAsmoutput; value: longint; maxvalue: longint);
  1282. {*********************************************************************}
  1283. { PROCEDURE ConcatConstant(value: longint; maxvalue: longint); }
  1284. { Description: This routine adds the value constant to the current }
  1285. { instruction linked list. }
  1286. { maxvalue -> indicates the size of the data to initialize: }
  1287. { $ff -> create a byte node. }
  1288. { $ffff -> create a word node. }
  1289. { $ffffffff -> create a dword node. }
  1290. {*********************************************************************}
  1291. Begin
  1292. if (maxvalue <> longint($ffffffff)) and (value > maxvalue) then
  1293. Begin
  1294. Message(asmr_e_constant_out_of_bounds);
  1295. { assuming a value of maxvalue }
  1296. value:=maxvalue;
  1297. end;
  1298. if maxvalue = $ff then
  1299. p.concat(Tai_const.Create_8bit(byte(value)))
  1300. else
  1301. if maxvalue = $ffff then
  1302. p.concat(Tai_const.Create_16bit(word(value)))
  1303. else
  1304. if maxvalue = longint($ffffffff) then
  1305. p.concat(Tai_const.Create_32bit(longint(value)));
  1306. end;
  1307. Procedure ConcatConstSymbol(p : TAAsmoutput;const sym:string;l:longint);
  1308. begin
  1309. p.concat(Tai_const_symbol.Createname_offset(sym,l));
  1310. end;
  1311. Procedure ConcatRealConstant(p : TAAsmoutput;value: bestreal; real_typ : tfloattype);
  1312. {***********************************************************************}
  1313. { PROCEDURE ConcatRealConstant(value: bestreal; real_typ : tfloattype); }
  1314. { Description: This routine adds the value constant to the current }
  1315. { instruction linked list. }
  1316. { real_typ -> indicates the type of the real data to initialize: }
  1317. { s32real -> create a single node. }
  1318. { s64real -> create a double node. }
  1319. { s80real -> create an extended node. }
  1320. { s64bit -> create a comp node. }
  1321. { f32bit -> create a fixed node. (not used normally) }
  1322. {***********************************************************************}
  1323. Begin
  1324. case real_typ of
  1325. s32real : p.concat(Tai_real_32bit.Create(value));
  1326. s64real : p.concat(Tai_real_64bit.Create(value));
  1327. s80real : p.concat(Tai_real_80bit.Create(value));
  1328. s64comp : p.concat(Tai_comp_64bit.Create(value));
  1329. end;
  1330. end;
  1331. Procedure ConcatLabel(p: TAAsmoutput;var l : tasmlabel);
  1332. {*********************************************************************}
  1333. { PROCEDURE ConcatLabel }
  1334. { Description: This routine either emits a label or a labeled }
  1335. { instruction to the linked list of instructions. }
  1336. {*********************************************************************}
  1337. begin
  1338. p.concat(Tai_label.Create(l));
  1339. end;
  1340. procedure ConcatAlign(p:TAAsmoutput;l:longint);
  1341. {*********************************************************************}
  1342. { PROCEDURE ConcatPublic }
  1343. { Description: This routine emits an global definition to the }
  1344. { linked list of instructions.(used by AT&T styled asm) }
  1345. {*********************************************************************}
  1346. begin
  1347. p.concat(Tai_align.Create(l));
  1348. end;
  1349. procedure ConcatPublic(p:TAAsmoutput;const s : string);
  1350. {*********************************************************************}
  1351. { PROCEDURE ConcatPublic }
  1352. { Description: This routine emits an global definition to the }
  1353. { linked list of instructions.(used by AT&T styled asm) }
  1354. {*********************************************************************}
  1355. begin
  1356. p.concat(Tai_symbol.Createname_global(s,0));
  1357. end;
  1358. procedure ConcatLocal(p:TAAsmoutput;const s : string);
  1359. {*********************************************************************}
  1360. { PROCEDURE ConcatLocal }
  1361. { Description: This routine emits an local definition to the }
  1362. { linked list of instructions. }
  1363. {*********************************************************************}
  1364. begin
  1365. p.concat(Tai_symbol.Createname(s,0));
  1366. end;
  1367. Procedure ConcatGlobalBss(const s : string;size : longint);
  1368. {*********************************************************************}
  1369. { PROCEDURE ConcatGlobalBss }
  1370. { Description: This routine emits an global datablock to the }
  1371. { linked list of instructions. }
  1372. {*********************************************************************}
  1373. begin
  1374. bssSegment.concat(Tai_datablock.Create_global(s,size));
  1375. end;
  1376. Procedure ConcatLocalBss(const s : string;size : longint);
  1377. {*********************************************************************}
  1378. { PROCEDURE ConcatLocalBss }
  1379. { Description: This routine emits a local datablcok to the }
  1380. { linked list of instructions. }
  1381. {*********************************************************************}
  1382. begin
  1383. bssSegment.concat(Tai_datablock.Create(s,size));
  1384. end;
  1385. end.
  1386. {
  1387. $Log$
  1388. Revision 1.72 2003-10-24 17:39:03 peter
  1389. * more intel parser updates
  1390. Revision 1.71 2003/10/23 17:19:11 peter
  1391. * SearchType returns also the size
  1392. Revision 1.70 2003/10/08 19:39:58 peter
  1393. * allow access to parent locals when the currnet localst has no
  1394. varsyms
  1395. Revision 1.69 2003/10/01 20:34:49 peter
  1396. * procinfo unit contains tprocinfo
  1397. * cginfo renamed to cgbase
  1398. * moved cgmessage to verbose
  1399. * fixed ppc and sparc compiles
  1400. Revision 1.68 2003/09/25 14:57:36 peter
  1401. * fix check for unreachable locals
  1402. Revision 1.67 2003/09/23 17:56:06 peter
  1403. * locals and paras are allocated in the code generation
  1404. * tvarsym.localloc contains the location of para/local when
  1405. generating code for the current procedure
  1406. Revision 1.66 2003/09/16 16:17:01 peter
  1407. * varspez in calls to push_addr_param
  1408. Revision 1.65 2003/09/03 15:55:01 peter
  1409. * NEWRA branch merged
  1410. Revision 1.64.2.1 2003/08/27 19:55:54 peter
  1411. * first tregister patch
  1412. Revision 1.64 2003/06/13 21:19:31 peter
  1413. * current_procdef removed, use current_procinfo.procdef instead
  1414. Revision 1.63 2003/06/06 14:43:29 peter
  1415. * absolutesym support
  1416. Revision 1.62 2003/05/30 23:57:08 peter
  1417. * more sparc cleanup
  1418. * accumulator removed, splitted in function_return_reg (called) and
  1419. function_result_reg (caller)
  1420. Revision 1.61 2003/05/25 08:55:49 peter
  1421. * load result using hidden parameter
  1422. Revision 1.60 2003/05/15 18:58:53 peter
  1423. * removed selfpointer_offset, vmtpointer_offset
  1424. * tvarsym.adjusted_address
  1425. * address in localsymtable is now in the real direction
  1426. * removed some obsolete globals
  1427. Revision 1.59 2003/05/12 17:22:00 jonas
  1428. * fixed (last?) remaining -tvarsym(X).address to
  1429. tg.direction*tvarsym(X).address...
  1430. Revision 1.58 2003/04/27 11:21:34 peter
  1431. * aktprocdef renamed to current_procinfo.procdef
  1432. * procinfo renamed to current_procinfo
  1433. * procinfo will now be stored in current_module so it can be
  1434. cleaned up properly
  1435. * gen_main_procsym changed to create_main_proc and release_main_proc
  1436. to also generate a tprocinfo structure
  1437. * fixed unit implicit initfinal
  1438. Revision 1.57 2003/04/27 07:29:51 peter
  1439. * current_procinfo.procdef cleanup, current_procinfo.procdef is now always nil when parsing
  1440. a new procdef declaration
  1441. * aktprocsym removed
  1442. * lexlevel removed, use symtable.symtablelevel instead
  1443. * implicit init/final code uses the normal genentry/genexit
  1444. * funcret state checking updated for new funcret handling
  1445. Revision 1.56 2003/04/25 20:59:34 peter
  1446. * removed funcretn,funcretsym, function result is now in varsym
  1447. and aliases for result and function name are added using absolutesym
  1448. * vs_hidden parameter for funcret passed in parameter
  1449. * vs_hidden fixes
  1450. * writenode changed to printnode and released from extdebug
  1451. * -vp option added to generate a tree.log with the nodetree
  1452. * nicer printnode for statements, callnode
  1453. Revision 1.55 2003/04/06 21:11:23 olle
  1454. * changed newasmsymbol to newasmsymboldata for data symbols
  1455. Revision 1.54 2003/03/28 19:16:57 peter
  1456. * generic constructor working for i386
  1457. * remove fixed self register
  1458. * esi added as address register for i386
  1459. Revision 1.53 2003/02/19 22:00:14 daniel
  1460. * Code generator converted to new register notation
  1461. - Horribily outdated todo.txt removed
  1462. Revision 1.52 2003/01/08 18:43:56 daniel
  1463. * Tregister changed into a record
  1464. Revision 1.51 2002/12/14 15:02:03 carl
  1465. * maxoperands -> max_operands (for portability in rautils.pas)
  1466. * fix some range-check errors with loadconst
  1467. + add ncgadd unit to m68k
  1468. * some bugfix of a_param_reg with LOC_CREFERENCE
  1469. Revision 1.50 2002/11/25 17:43:23 peter
  1470. * splitted defbase in defutil,symutil,defcmp
  1471. * merged isconvertable and is_equal into compare_defs(_ext)
  1472. * made operator search faster by walking the list only once
  1473. Revision 1.49 2002/11/22 22:48:10 carl
  1474. * memory optimization with tconstsym (1.5%)
  1475. Revision 1.48 2002/11/18 17:31:59 peter
  1476. * pass proccalloption to ret_in_xxx and push_xxx functions
  1477. Revision 1.47 2002/11/15 16:29:31 peter
  1478. * made tasmsymbol.refs private (merged)
  1479. Revision 1.46 2002/09/03 16:26:27 daniel
  1480. * Make Tprocdef.defs protected
  1481. Revision 1.45 2002/08/25 19:25:20 peter
  1482. * sym.insert_in_data removed
  1483. * symtable.insertvardata/insertconstdata added
  1484. * removed insert_in_data call from symtable.insert, it needs to be
  1485. called separatly. This allows to deref the address calculation
  1486. * procedures now calculate the parast addresses after the procedure
  1487. directives are parsed. This fixes the cdecl parast problem
  1488. * push_addr_param has an extra argument that specifies if cdecl is used
  1489. or not
  1490. Revision 1.44 2002/08/17 09:23:41 florian
  1491. * first part of procinfo rewrite
  1492. Revision 1.43 2002/08/16 14:24:59 carl
  1493. * issameref() to test if two references are the same (then emit no opcodes)
  1494. + ret_in_reg to replace ret_in_acc
  1495. (fix some register allocation bugs at the same time)
  1496. + save_std_register now has an extra parameter which is the
  1497. usedinproc registers
  1498. Revision 1.42 2002/08/13 18:01:52 carl
  1499. * rename swatoperands to swapoperands
  1500. + m68k first compilable version (still needs a lot of testing):
  1501. assembler generator, system information , inline
  1502. assembler reader.
  1503. Revision 1.41 2002/08/12 15:08:40 carl
  1504. + stab register indexes for powerpc (moved from gdb to cpubase)
  1505. + tprocessor enumeration moved to cpuinfo
  1506. + linker in target_info is now a class
  1507. * many many updates for m68k (will soon start to compile)
  1508. - removed some ifdef or correct them for correct cpu
  1509. Revision 1.40 2002/08/11 14:32:27 peter
  1510. * renamed current_library to objectlibrary
  1511. Revision 1.39 2002/08/11 13:24:13 peter
  1512. * saving of asmsymbols in ppu supported
  1513. * asmsymbollist global is removed and moved into a new class
  1514. tasmlibrarydata that will hold the info of a .a file which
  1515. corresponds with a single module. Added librarydata to tmodule
  1516. to keep the library info stored for the module. In the future the
  1517. objectfiles will also be stored to the tasmlibrarydata class
  1518. * all getlabel/newasmsymbol and friends are moved to the new class
  1519. Revision 1.38 2002/07/20 11:57:57 florian
  1520. * types.pas renamed to defbase.pas because D6 contains a types
  1521. unit so this would conflicts if D6 programms are compiled
  1522. + Willamette/SSE2 instructions to assembler added
  1523. Revision 1.37 2002/07/11 14:41:28 florian
  1524. * start of the new generic parameter handling
  1525. Revision 1.36 2002/07/01 18:46:25 peter
  1526. * internal linker
  1527. * reorganized aasm layer
  1528. Revision 1.35 2002/05/18 13:34:17 peter
  1529. * readded missing revisions
  1530. Revision 1.34 2002/05/16 19:46:44 carl
  1531. + defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
  1532. + try to fix temp allocation (still in ifdef)
  1533. + generic constructor calls
  1534. + start of tassembler / tmodulebase class cleanup
  1535. Revision 1.31 2002/05/12 16:53:10 peter
  1536. * moved entry and exitcode to ncgutil and cgobj
  1537. * foreach gets extra argument for passing local data to the
  1538. iterator function
  1539. * -CR checks also class typecasts at runtime by changing them
  1540. into as
  1541. * fixed compiler to cycle with the -CR option
  1542. * fixed stabs with elf writer, finally the global variables can
  1543. be watched
  1544. * removed a lot of routines from cga unit and replaced them by
  1545. calls to cgobj
  1546. * u32bit-s32bit updates for and,or,xor nodes. When one element is
  1547. u32bit then the other is typecasted also to u32bit without giving
  1548. a rangecheck warning/error.
  1549. * fixed pascal calling method with reversing also the high tree in
  1550. the parast, detected by tcalcst3 test
  1551. Revision 1.30 2002/04/20 21:32:24 carl
  1552. + generic FPC_CHECKPOINTER
  1553. + first parameter offset in stack now portable
  1554. * rename some constants
  1555. + move some cpu stuff to other units
  1556. - remove unused constents
  1557. * fix stacksize for some targets
  1558. * fix generic size problems which depend now on EXTEND_SIZE constant
  1559. Revision 1.29 2002/04/15 19:02:35 carl
  1560. + target_info.size_of_pointer -> pointer_Size
  1561. Revision 1.28 2002/04/02 17:11:29 peter
  1562. * tlocation,treference update
  1563. * LOC_CONSTANT added for better constant handling
  1564. * secondadd splitted in multiple routines
  1565. * location_force_reg added for loading a location to a register
  1566. of a specified size
  1567. * secondassignment parses now first the right and then the left node
  1568. (this is compatible with Kylix). This saves a lot of push/pop especially
  1569. with string operations
  1570. * adapted some routines to use the new cg methods
  1571. Revision 1.27 2002/01/29 21:32:03 peter
  1572. * allow accessing locals in other lexlevel when the current assembler
  1573. routine doesn't have locals.
  1574. Revision 1.26 2002/01/24 18:25:50 peter
  1575. * implicit result variable generation for assembler routines
  1576. * removed m_tp modeswitch, use m_tp7 or not(m_fpc) instead
  1577. }