cgcpu.pas 68 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009
  1. {
  2. Copyright (c) 1998-2012 by Florian Klaempfl and David Zhang
  3. This unit implements the code generator for MIPS
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program; if not, write to the Free Software
  14. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  15. ****************************************************************************
  16. }
  17. unit cgcpu;
  18. {$i fpcdefs.inc}
  19. interface
  20. uses
  21. globtype, parabase,
  22. cgbase, cgutils, cgobj, cg64f32, cpupara,
  23. aasmbase, aasmtai, aasmcpu, aasmdata,
  24. cpubase, cpuinfo,
  25. node, symconst, SymType, symdef,
  26. rgcpu;
  27. type
  28. TCGMIPS = class(tcg)
  29. public
  30. procedure init_register_allocators; override;
  31. procedure done_register_allocators; override;
  32. /// { needed by cg64 }
  33. procedure make_simple_ref(list: tasmlist; var ref: treference);
  34. procedure handle_reg_const_reg(list: tasmlist; op: Tasmop; src: tregister; a: tcgint; dst: tregister);
  35. procedure maybeadjustresult(list: TAsmList; op: TOpCg; size: tcgsize; dst: tregister);
  36. procedure overflowcheck_internal(list: TAsmList; arg1, arg2: TRegister);
  37. { parameter }
  38. procedure a_loadfpu_reg_cgpara(list: tasmlist; size: tcgsize; const r: tregister; const paraloc: TCGPara); override;
  39. procedure a_loadfpu_ref_cgpara(list: tasmlist; size: tcgsize; const ref: treference; const paraloc: TCGPara); override;
  40. procedure a_call_name(list: tasmlist; const s: string; weak : boolean); override;
  41. procedure a_call_reg(list: tasmlist; Reg: TRegister); override;
  42. procedure a_call_sym_pic(list: tasmlist; sym: tasmsymbol);
  43. { General purpose instructions }
  44. procedure a_op_const_reg(list: tasmlist; Op: TOpCG; size: tcgsize; a: tcgint; reg: TRegister); override;
  45. procedure a_op_reg_reg(list: tasmlist; Op: TOpCG; size: TCGSize; src, dst: TRegister); override;
  46. procedure a_op_const_reg_reg(list: tasmlist; op: TOpCg; size: tcgsize; a: tcgint; src, dst: tregister); override;
  47. procedure a_op_reg_reg_reg(list: tasmlist; op: TOpCg; size: tcgsize; src1, src2, dst: tregister); override;
  48. procedure a_op_const_reg_reg_checkoverflow(list: tasmlist; op: TOpCg; size: tcgsize; a: tcgint; src, dst: tregister; setflags: boolean; var ovloc: tlocation); override;
  49. procedure a_op_reg_reg_reg_checkoverflow(list: tasmlist; op: TOpCg; size: tcgsize; src1, src2, dst: tregister; setflags: boolean; var ovloc: tlocation); override;
  50. { move instructions }
  51. procedure a_load_const_reg(list: tasmlist; size: tcgsize; a: tcgint; reg: tregister); override;
  52. procedure a_load_const_ref(list: tasmlist; size: tcgsize; a: tcgint; const ref: TReference); override;
  53. procedure a_load_reg_ref(list: tasmlist; FromSize, ToSize: TCgSize; reg: TRegister; const ref: TReference); override;
  54. procedure a_load_ref_reg(list: tasmlist; FromSize, ToSize: TCgSize; const ref: TReference; reg: tregister); override;
  55. procedure a_load_reg_reg(list: tasmlist; FromSize, ToSize: TCgSize; reg1, reg2: tregister); override;
  56. procedure a_loadaddr_ref_reg(list: tasmlist; const ref: TReference; r: tregister); override;
  57. { fpu move instructions }
  58. procedure a_loadfpu_reg_reg(list: tasmlist; fromsize, tosize: tcgsize; reg1, reg2: tregister); override;
  59. procedure a_loadfpu_ref_reg(list: tasmlist; fromsize, tosize: tcgsize; const ref: TReference; reg: tregister); override;
  60. procedure a_loadfpu_reg_ref(list: tasmlist; fromsize, tosize: tcgsize; reg: tregister; const ref: TReference); override;
  61. { comparison operations }
  62. procedure a_cmp_const_reg_label(list: tasmlist; size: tcgsize; cmp_op: topcmp; a: tcgint; reg: tregister; l: tasmlabel); override;
  63. procedure a_cmp_reg_reg_label(list: tasmlist; size: tcgsize; cmp_op: topcmp; reg1, reg2: tregister; l: tasmlabel); override;
  64. procedure a_jmp_flags(list: tasmlist; const f: TResFlags; l: tasmlabel); override;
  65. procedure g_flags2reg(list: tasmlist; size: TCgSize; const f: TResFlags; reg: tregister); override;
  66. procedure a_jmp_always(List: tasmlist; l: TAsmLabel); override;
  67. procedure a_jmp_name(list: tasmlist; const s: string); override;
  68. procedure a_mul_reg_reg_pair(list: tasmlist; size: tcgsize; src1,src2,dstlo,dsthi: tregister); override;
  69. procedure g_overflowCheck(List: tasmlist; const Loc: TLocation; def: TDef); override;
  70. procedure g_overflowCheck_loc(List: tasmlist; const Loc: TLocation; def: TDef; ovloc: tlocation); override;
  71. procedure g_proc_entry(list: tasmlist; localsize: longint; nostackframe: boolean); override;
  72. procedure g_proc_exit(list: tasmlist; parasize: longint; nostackframe: boolean); override;
  73. procedure g_concatcopy(list: tasmlist; const Source, dest: treference; len: tcgint); override;
  74. procedure g_concatcopy_unaligned(list: tasmlist; const Source, dest: treference; len: tcgint); override;
  75. procedure g_concatcopy_move(list: tasmlist; const Source, dest: treference; len: tcgint);
  76. procedure g_adjust_self_value(list:TAsmList;procdef: tprocdef;ioffset: tcgint); override;
  77. procedure g_intf_wrapper(list: tasmlist; procdef: tprocdef; const labelname: string; ioffset: longint); override;
  78. procedure g_external_wrapper(list : TAsmList; procdef: tprocdef; const externalname: string);override;
  79. procedure g_profilecode(list: TAsmList);override;
  80. end;
  81. TCg64MPSel = class(tcg64f32)
  82. public
  83. procedure a_load64_reg_ref(list: tasmlist; reg: tregister64; const ref: treference); override;
  84. procedure a_load64_ref_reg(list: tasmlist; const ref: treference; reg: tregister64); override;
  85. procedure a_load64_ref_cgpara(list: tasmlist; const r: treference; const paraloc: tcgpara); override;
  86. procedure a_op64_reg_reg(list: tasmlist; op: TOpCG; size: tcgsize; regsrc, regdst: TRegister64); override;
  87. procedure a_op64_const_reg(list: tasmlist; op: TOpCG; size: tcgsize; Value: int64; regdst: TRegister64); override;
  88. procedure a_op64_const_reg_reg(list: tasmlist; op: TOpCG; size: tcgsize; Value: int64; regsrc, regdst: tregister64); override;
  89. procedure a_op64_reg_reg_reg(list: tasmlist; op: TOpCG; size: tcgsize; regsrc1, regsrc2, regdst: tregister64); override;
  90. procedure a_op64_const_reg_reg_checkoverflow(list: tasmlist; op: TOpCG; size: tcgsize; Value: int64; regsrc, regdst: tregister64; setflags: boolean; var ovloc: tlocation); override;
  91. procedure a_op64_reg_reg_reg_checkoverflow(list: tasmlist; op: TOpCG; size: tcgsize; regsrc1, regsrc2, regdst: tregister64; setflags: boolean; var ovloc: tlocation); override;
  92. end;
  93. procedure create_codegen;
  94. const
  95. TOpCmp2AsmCond : array[topcmp] of TAsmCond=(C_NONE,
  96. C_EQ,C_GT,C_LT,C_GE,C_LE,C_NE,C_LEU,C_LTU,C_GEU,C_GTU
  97. );
  98. implementation
  99. uses
  100. globals, verbose, systems, cutils,
  101. paramgr, fmodule,
  102. symtable, symsym,
  103. tgobj,
  104. procinfo, cpupi;
  105. const
  106. TOpcg2AsmOp: array[TOpCg] of TAsmOp = (
  107. A_NONE,A_NONE,A_ADDU,A_AND,A_NONE,A_NONE,A_MULT,A_MULTU,A_NONE,A_NONE,
  108. A_OR,A_SRAV,A_SLLV,A_SRLV,A_SUBU,A_XOR,A_NONE,A_NONE
  109. );
  110. procedure TCGMIPS.make_simple_ref(list: tasmlist; var ref: treference);
  111. var
  112. tmpreg, tmpreg1: tregister;
  113. tmpref: treference;
  114. base_replaced: boolean;
  115. begin
  116. { Enforce some discipline for callers:
  117. - gp is always implicit
  118. - reference is processed only once }
  119. if (ref.base=NR_GP) or (ref.index=NR_GP) then
  120. InternalError(2013022801);
  121. if (ref.refaddr<>addr_no) then
  122. InternalError(2013022802);
  123. { fixup base/index, if both are present then add them together }
  124. base_replaced:=false;
  125. tmpreg:=ref.base;
  126. if (tmpreg=NR_NO) then
  127. tmpreg:=ref.index
  128. else if (ref.index<>NR_NO) then
  129. begin
  130. tmpreg:=getintregister(list,OS_ADDR);
  131. list.concat(taicpu.op_reg_reg_reg(A_ADDU,tmpreg,ref.base,ref.index));
  132. base_replaced:=true;
  133. end;
  134. ref.base:=tmpreg;
  135. ref.index:=NR_NO;
  136. if (ref.symbol=nil) and
  137. (ref.offset>=simm16lo) and
  138. (ref.offset<=simm16hi-sizeof(pint)) then
  139. exit;
  140. { Symbol present or offset > 16bits }
  141. if assigned(ref.symbol) then
  142. begin
  143. ref.base:=getintregister(list,OS_ADDR);
  144. reference_reset_symbol(tmpref,ref.symbol,ref.offset,ref.alignment);
  145. if (cs_create_pic in current_settings.moduleswitches) then
  146. begin
  147. if not (pi_needs_got in current_procinfo.flags) then
  148. InternalError(2013060102);
  149. { For PIC global symbols offset must be handled separately.
  150. Otherwise (non-PIC or local symbols) offset can be encoded
  151. into relocation even if exceeds 16 bits. }
  152. if (ref.symbol.bind<>AB_LOCAL) then
  153. tmpref.offset:=0;
  154. tmpref.refaddr:=addr_pic;
  155. tmpref.base:=NR_GP;
  156. list.concat(taicpu.op_reg_ref(A_LW,ref.base,tmpref));
  157. end
  158. else
  159. begin
  160. tmpref.refaddr:=addr_high;
  161. list.concat(taicpu.op_reg_ref(A_LUI,ref.base,tmpref));
  162. end;
  163. { Add original base/index, if any. }
  164. if (tmpreg<>NR_NO) then
  165. list.concat(taicpu.op_reg_reg_reg(A_ADDU,ref.base,tmpreg,ref.base));
  166. if (ref.symbol.bind=AB_LOCAL) or
  167. not (cs_create_pic in current_settings.moduleswitches) then
  168. begin
  169. ref.refaddr:=addr_low;
  170. exit;
  171. end;
  172. { PIC global symbol }
  173. ref.symbol:=nil;
  174. if (ref.offset=0) then
  175. exit;
  176. if (ref.offset>=simm16lo) and
  177. (ref.offset<=simm16hi-sizeof(pint)) then
  178. begin
  179. list.concat(taicpu.op_reg_reg_const(A_ADDIU,ref.base,ref.base,ref.offset));
  180. ref.offset:=0;
  181. exit;
  182. end;
  183. { fallthrough to the case of large offset }
  184. end;
  185. tmpreg1:=getintregister(list,OS_INT);
  186. a_load_const_reg(list,OS_INT,ref.offset,tmpreg1);
  187. if (ref.base=NR_NO) then
  188. ref.base:=tmpreg1 { offset alone, weird but possible }
  189. else
  190. begin
  191. if (not base_replaced) then
  192. ref.base:=getintregister(list,OS_ADDR);
  193. list.concat(taicpu.op_reg_reg_reg(A_ADDU,ref.base,tmpreg,tmpreg1))
  194. end;
  195. ref.offset:=0;
  196. end;
  197. procedure TCGMIPS.handle_reg_const_reg(list: tasmlist; op: Tasmop; src: tregister; a: tcgint; dst: tregister);
  198. var
  199. tmpreg: tregister;
  200. op2: Tasmop;
  201. negate: boolean;
  202. begin
  203. case op of
  204. A_ADD,A_SUB:
  205. op2:=A_ADDI;
  206. A_ADDU,A_SUBU:
  207. op2:=A_ADDIU;
  208. else
  209. InternalError(2013052001);
  210. end;
  211. negate:=op in [A_SUB,A_SUBU];
  212. { subtraction is actually addition of negated value, so possible range is
  213. off by one (-32767..32768) }
  214. if (a < simm16lo+ord(negate)) or
  215. (a > simm16hi+ord(negate)) then
  216. begin
  217. tmpreg := GetIntRegister(list, OS_INT);
  218. a_load_const_reg(list, OS_INT, a, tmpreg);
  219. list.concat(taicpu.op_reg_reg_reg(op, dst, src, tmpreg));
  220. end
  221. else
  222. begin
  223. if negate then
  224. a:=-a;
  225. list.concat(taicpu.op_reg_reg_const(op2, dst, src, a));
  226. end;
  227. end;
  228. {****************************************************************************
  229. Assembler code
  230. ****************************************************************************}
  231. procedure TCGMIPS.init_register_allocators;
  232. begin
  233. inherited init_register_allocators;
  234. { Keep RS_R25, i.e. $t9 for PIC call }
  235. if (cs_create_pic in current_settings.moduleswitches) and assigned(current_procinfo) and
  236. (pi_needs_got in current_procinfo.flags) then
  237. begin
  238. current_procinfo.got := NR_GP;
  239. rg[R_INTREGISTER] := Trgintcpu.Create(R_INTREGISTER, R_SUBD,
  240. [RS_R2,RS_R3,RS_R4,RS_R5,RS_R6,RS_R7,RS_R8,RS_R9,
  241. RS_R10,RS_R11,RS_R12,RS_R13,RS_R14,RS_R15,RS_R16,RS_R17,RS_R18,RS_R19,
  242. RS_R20,RS_R21,RS_R22,RS_R23,RS_R24{,RS_R25}],
  243. first_int_imreg, []);
  244. end
  245. else
  246. rg[R_INTREGISTER] := trgintcpu.Create(R_INTREGISTER, R_SUBD,
  247. [RS_R2,RS_R3,RS_R4,RS_R5,RS_R6,RS_R7,RS_R8,RS_R9,
  248. RS_R10,RS_R11,RS_R12,RS_R13,RS_R14,RS_R15,RS_R16,RS_R17,RS_R18,RS_R19,
  249. RS_R20,RS_R21,RS_R22,RS_R23,RS_R24{,RS_R25}],
  250. first_int_imreg, []);
  251. {
  252. rg[R_FPUREGISTER] := trgcpu.Create(R_FPUREGISTER, R_SUBFS,
  253. [RS_F0,RS_F1,RS_F2,RS_F3,RS_F4,RS_F5,RS_F6,RS_F7,
  254. RS_F8,RS_F9,RS_F10,RS_F11,RS_F12,RS_F13,RS_F14,RS_F15,
  255. RS_F16,RS_F17,RS_F18,RS_F19,RS_F20,RS_F21,RS_F22,RS_F23,
  256. RS_F24,RS_F25,RS_F26,RS_F27,RS_F28,RS_F29,RS_F30,RS_F31],
  257. first_fpu_imreg, []);
  258. }
  259. rg[R_FPUREGISTER] := trgcpu.Create(R_FPUREGISTER, R_SUBFS,
  260. [RS_F0,RS_F2,RS_F4,RS_F6, RS_F8,RS_F10,RS_F12,RS_F14,
  261. RS_F16,RS_F18,RS_F20,RS_F22, RS_F24,RS_F26,RS_F28,RS_F30],
  262. first_fpu_imreg, []);
  263. { needs at least one element for rgobj not to crash }
  264. rg[R_MMREGISTER]:=trgcpu.create(R_MMREGISTER,R_SUBNONE,
  265. [RS_R0],first_mm_imreg,[]);
  266. end;
  267. procedure TCGMIPS.done_register_allocators;
  268. begin
  269. rg[R_INTREGISTER].Free;
  270. rg[R_FPUREGISTER].Free;
  271. rg[R_MMREGISTER].Free;
  272. inherited done_register_allocators;
  273. end;
  274. procedure TCGMIPS.a_loadfpu_ref_cgpara(list: tasmlist; size: tcgsize; const ref: treference; const paraloc: TCGPara);
  275. var
  276. href, href2: treference;
  277. hloc: pcgparalocation;
  278. begin
  279. { TODO: inherited cannot deal with individual locations for each of OS_32 registers.
  280. Must change parameter management to allocate a single 64-bit register pair,
  281. then this method can be removed. }
  282. href := ref;
  283. hloc := paraloc.location;
  284. while assigned(hloc) do
  285. begin
  286. paramanager.allocparaloc(list,hloc);
  287. case hloc^.loc of
  288. LOC_REGISTER:
  289. a_load_ref_reg(list, hloc^.size, hloc^.size, href, hloc^.Register);
  290. LOC_FPUREGISTER,LOC_CFPUREGISTER :
  291. a_loadfpu_ref_reg(list,hloc^.size,hloc^.size,href,hloc^.register);
  292. LOC_REFERENCE:
  293. begin
  294. paraloc.check_simple_location;
  295. reference_reset_base(href2,paraloc.location^.reference.index,paraloc.location^.reference.offset,paraloc.alignment);
  296. { concatcopy should choose the best way to copy the data }
  297. g_concatcopy(list,ref,href2,tcgsize2size[size]);
  298. end;
  299. else
  300. internalerror(200408241);
  301. end;
  302. Inc(href.offset, tcgsize2size[hloc^.size]);
  303. hloc := hloc^.Next;
  304. end;
  305. end;
  306. procedure TCGMIPS.a_loadfpu_reg_cgpara(list: tasmlist; size: tcgsize; const r: tregister; const paraloc: TCGPara);
  307. var
  308. href: treference;
  309. begin
  310. if paraloc.Location^.next=nil then
  311. begin
  312. inherited a_loadfpu_reg_cgpara(list,size,r,paraloc);
  313. exit;
  314. end;
  315. tg.GetTemp(list, TCGSize2Size[size], TCGSize2Size[size], tt_normal, href);
  316. a_loadfpu_reg_ref(list, size, size, r, href);
  317. a_loadfpu_ref_cgpara(list, size, href, paraloc);
  318. tg.Ungettemp(list, href);
  319. end;
  320. procedure TCGMIPS.a_call_sym_pic(list: tasmlist; sym: tasmsymbol);
  321. var
  322. href: treference;
  323. begin
  324. reference_reset_symbol(href,sym,0,sizeof(aint));
  325. if (sym.bind=AB_LOCAL) then
  326. href.refaddr:=addr_pic
  327. else
  328. href.refaddr:=addr_pic_call16;
  329. href.base:=NR_GP;
  330. list.concat(taicpu.op_reg_ref(A_LW,NR_PIC_FUNC,href));
  331. if (sym.bind=AB_LOCAL) then
  332. begin
  333. href.refaddr:=addr_low;
  334. list.concat(taicpu.op_reg_ref(A_ADDIU,NR_PIC_FUNC,href));
  335. end;
  336. list.concat(taicpu.op_reg(A_JALR,NR_PIC_FUNC));
  337. { Delay slot }
  338. list.concat(taicpu.op_none(A_NOP));
  339. { Restore GP if in PIC mode }
  340. if (cs_create_pic in current_settings.moduleswitches) then
  341. begin
  342. if TMIPSProcinfo(current_procinfo).save_gp_ref.offset=0 then
  343. InternalError(2013071001);
  344. list.concat(taicpu.op_reg_ref(A_LW,NR_GP,TMIPSProcinfo(current_procinfo).save_gp_ref));
  345. end;
  346. end;
  347. procedure TCGMIPS.a_call_name(list: tasmlist; const s: string; weak: boolean);
  348. var
  349. sym: tasmsymbol;
  350. begin
  351. if assigned(current_procinfo) and
  352. not (pi_do_call in current_procinfo.flags) then
  353. InternalError(2013022101);
  354. if weak then
  355. sym:=current_asmdata.WeakRefAsmSymbol(s)
  356. else
  357. sym:=current_asmdata.RefAsmSymbol(s);
  358. if (cs_create_pic in current_settings.moduleswitches) then
  359. a_call_sym_pic(list,sym)
  360. else
  361. begin
  362. list.concat(taicpu.op_sym(A_JAL,sym));
  363. { Delay slot }
  364. list.concat(taicpu.op_none(A_NOP));
  365. end;
  366. end;
  367. procedure TCGMIPS.a_call_reg(list: tasmlist; Reg: TRegister);
  368. begin
  369. if assigned(current_procinfo) and
  370. not (pi_do_call in current_procinfo.flags) then
  371. InternalError(2013022102);
  372. if (Reg <> NR_PIC_FUNC) then
  373. list.concat(taicpu.op_reg_reg(A_MOVE,NR_PIC_FUNC,reg));
  374. list.concat(taicpu.op_reg(A_JALR,NR_PIC_FUNC));
  375. { Delay slot }
  376. list.concat(taicpu.op_none(A_NOP));
  377. { Restore GP if in PIC mode }
  378. if (cs_create_pic in current_settings.moduleswitches) then
  379. begin
  380. if TMIPSProcinfo(current_procinfo).save_gp_ref.offset=0 then
  381. InternalError(2013071002);
  382. list.concat(taicpu.op_reg_ref(A_LW,NR_GP,TMIPSProcinfo(current_procinfo).save_gp_ref));
  383. end;
  384. end;
  385. {********************** load instructions ********************}
  386. procedure TCGMIPS.a_load_const_reg(list: tasmlist; size: TCGSize; a: tcgint; reg: TRegister);
  387. begin
  388. if (a = 0) then
  389. list.concat(taicpu.op_reg_reg(A_MOVE, reg, NR_R0))
  390. else if (a >= simm16lo) and (a <= simm16hi) then
  391. list.concat(taicpu.op_reg_reg_const(A_ADDIU, reg, NR_R0, a))
  392. else if (a>=0) and (a <= 65535) then
  393. list.concat(taicpu.op_reg_reg_const(A_ORI, reg, NR_R0, a))
  394. else
  395. begin
  396. list.concat(taicpu.op_reg_const(A_LUI, reg, aint(a) shr 16));
  397. if (a and aint($FFFF))<>0 then
  398. list.concat(taicpu.op_reg_reg_const(A_ORI,reg,reg,a and aint($FFFF)));
  399. end;
  400. end;
  401. procedure TCGMIPS.a_load_const_ref(list: tasmlist; size: tcgsize; a: tcgint; const ref: TReference);
  402. begin
  403. if a = 0 then
  404. a_load_reg_ref(list, size, size, NR_R0, ref)
  405. else
  406. inherited a_load_const_ref(list, size, a, ref);
  407. end;
  408. procedure TCGMIPS.a_load_reg_ref(list: tasmlist; FromSize, ToSize: TCGSize; reg: tregister; const Ref: TReference);
  409. var
  410. op: tasmop;
  411. href: treference;
  412. begin
  413. if (TCGSize2Size[fromsize] < TCGSize2Size[tosize]) then
  414. a_load_reg_reg(list,fromsize,tosize,reg,reg);
  415. case tosize of
  416. OS_8,
  417. OS_S8:
  418. Op := A_SB;
  419. OS_16,
  420. OS_S16:
  421. Op := A_SH;
  422. OS_32,
  423. OS_S32:
  424. Op := A_SW;
  425. else
  426. InternalError(2002122100);
  427. end;
  428. href:=ref;
  429. make_simple_ref(list,href);
  430. list.concat(taicpu.op_reg_ref(op,reg,href));
  431. end;
  432. procedure TCGMIPS.a_load_ref_reg(list: tasmlist; FromSize, ToSize: TCgSize; const ref: TReference; reg: tregister);
  433. var
  434. op: tasmop;
  435. href: treference;
  436. begin
  437. if (TCGSize2Size[fromsize] >= TCGSize2Size[tosize]) then
  438. fromsize := tosize;
  439. case fromsize of
  440. OS_S8:
  441. Op := A_LB;{Load Signed Byte}
  442. OS_8:
  443. Op := A_LBU;{Load Unsigned Byte}
  444. OS_S16:
  445. Op := A_LH;{Load Signed Halfword}
  446. OS_16:
  447. Op := A_LHU;{Load Unsigned Halfword}
  448. OS_S32:
  449. Op := A_LW;{Load Word}
  450. OS_32:
  451. Op := A_LW;//A_LWU;{Load Unsigned Word}
  452. OS_S64,
  453. OS_64:
  454. Op := A_LD;{Load a Long Word}
  455. else
  456. InternalError(2002122101);
  457. end;
  458. href:=ref;
  459. make_simple_ref(list,href);
  460. list.concat(taicpu.op_reg_ref(op,reg,href));
  461. if (fromsize=OS_S8) and (tosize=OS_16) then
  462. a_load_reg_reg(list,fromsize,tosize,reg,reg);
  463. end;
  464. procedure TCGMIPS.a_load_reg_reg(list: tasmlist; fromsize, tosize: tcgsize; reg1, reg2: tregister);
  465. var
  466. instr: taicpu;
  467. done: boolean;
  468. begin
  469. if (tcgsize2size[tosize] < tcgsize2size[fromsize]) or
  470. (
  471. (tcgsize2size[tosize] = tcgsize2size[fromsize]) and (tosize <> fromsize)
  472. ) or ((fromsize = OS_S8) and
  473. (tosize = OS_16)) then
  474. begin
  475. done:=true;
  476. case tosize of
  477. OS_8:
  478. list.concat(taicpu.op_reg_reg_const(A_ANDI, reg2, reg1, $ff));
  479. OS_16:
  480. list.concat(taicpu.op_reg_reg_const(A_ANDI, reg2, reg1, $ffff));
  481. OS_32,
  482. OS_S32:
  483. done:=false;
  484. OS_S8:
  485. begin
  486. list.concat(taicpu.op_reg_reg_const(A_SLL, reg2, reg1, 24));
  487. list.concat(taicpu.op_reg_reg_const(A_SRA, reg2, reg2, 24));
  488. end;
  489. OS_S16:
  490. begin
  491. list.concat(taicpu.op_reg_reg_const(A_SLL, reg2, reg1, 16));
  492. list.concat(taicpu.op_reg_reg_const(A_SRA, reg2, reg2, 16));
  493. end;
  494. else
  495. internalerror(2002090901);
  496. end;
  497. end
  498. else
  499. done:=false;
  500. if (not done) and (reg1 <> reg2) then
  501. begin
  502. { same size, only a register mov required }
  503. instr := taicpu.op_reg_reg(A_MOVE, reg2, reg1);
  504. list.Concat(instr);
  505. { Notify the register allocator that we have written a move instruction so
  506. it can try to eliminate it. }
  507. add_move_instruction(instr);
  508. end;
  509. end;
  510. procedure TCGMIPS.a_loadaddr_ref_reg(list: tasmlist; const ref: TReference; r: tregister);
  511. var
  512. href: treference;
  513. hreg: tregister;
  514. begin
  515. { Enforce some discipline for callers:
  516. - reference must be a "raw" one and not use gp }
  517. if (ref.base=NR_GP) or (ref.index=NR_GP) then
  518. InternalError(2013022803);
  519. if (ref.refaddr<>addr_no) then
  520. InternalError(2013022804);
  521. if (ref.base=NR_NO) and (ref.index<>NR_NO) then
  522. InternalError(200306171);
  523. if (ref.symbol=nil) then
  524. begin
  525. if (ref.base<>NR_NO) then
  526. begin
  527. if (ref.offset<simm16lo) or (ref.offset>simm16hi) then
  528. begin
  529. hreg:=getintregister(list,OS_INT);
  530. a_load_const_reg(list,OS_INT,ref.offset,hreg);
  531. list.concat(taicpu.op_reg_reg_reg(A_ADDU,r,ref.base,hreg));
  532. end
  533. else if (ref.offset<>0) then
  534. list.concat(taicpu.op_reg_reg_const(A_ADDIU,r,ref.base,ref.offset))
  535. else
  536. a_load_reg_reg(list,OS_INT,OS_INT,ref.base,r); { emit optimizable move }
  537. if (ref.index<>NR_NO) then
  538. list.concat(taicpu.op_reg_reg_reg(A_ADDU,r,r,ref.index));
  539. end
  540. else
  541. a_load_const_reg(list,OS_INT,ref.offset,r);
  542. exit;
  543. end;
  544. reference_reset_symbol(href,ref.symbol,ref.offset,ref.alignment);
  545. if (cs_create_pic in current_settings.moduleswitches) then
  546. begin
  547. if not (pi_needs_got in current_procinfo.flags) then
  548. InternalError(2013060103);
  549. { For PIC global symbols offset must be handled separately.
  550. Otherwise (non-PIC or local symbols) offset can be encoded
  551. into relocation even if exceeds 16 bits. }
  552. if (href.symbol.bind<>AB_LOCAL) then
  553. href.offset:=0;
  554. href.refaddr:=addr_pic;
  555. href.base:=NR_GP;
  556. list.concat(taicpu.op_reg_ref(A_LW,r,href));
  557. end
  558. else
  559. begin
  560. href.refaddr:=addr_high;
  561. list.concat(taicpu.op_reg_ref(A_LUI,r,href));
  562. end;
  563. { Add original base/index, if any. }
  564. if (ref.base<>NR_NO) then
  565. list.concat(taicpu.op_reg_reg_reg(A_ADDU,r,r,ref.base));
  566. if (ref.index<>NR_NO) then
  567. list.concat(taicpu.op_reg_reg_reg(A_ADDU,r,r,ref.index));
  568. { add low part if necessary }
  569. if (ref.symbol.bind=AB_LOCAL) or
  570. not (cs_create_pic in current_settings.moduleswitches) then
  571. begin
  572. href.refaddr:=addr_low;
  573. href.base:=NR_NO;
  574. list.concat(taicpu.op_reg_reg_ref(A_ADDIU,r,r,href));
  575. exit;
  576. end;
  577. if (ref.offset<simm16lo) or (ref.offset>simm16hi) then
  578. begin
  579. hreg:=getintregister(list,OS_INT);
  580. a_load_const_reg(list,OS_INT,ref.offset,hreg);
  581. list.concat(taicpu.op_reg_reg_reg(A_ADDU,r,r,hreg));
  582. end
  583. else if (ref.offset<>0) then
  584. list.concat(taicpu.op_reg_reg_const(A_ADDIU,r,r,ref.offset));
  585. end;
  586. procedure TCGMIPS.a_loadfpu_reg_reg(list: tasmlist; fromsize, tosize: tcgsize; reg1, reg2: tregister);
  587. const
  588. FpuMovInstr: array[OS_F32..OS_F64,OS_F32..OS_F64] of TAsmOp =
  589. ((A_MOV_S, A_CVT_D_S),(A_CVT_S_D,A_MOV_D));
  590. var
  591. instr: taicpu;
  592. begin
  593. if (reg1 <> reg2) or (fromsize<>tosize) then
  594. begin
  595. instr := taicpu.op_reg_reg(fpumovinstr[fromsize,tosize], reg2, reg1);
  596. list.Concat(instr);
  597. { Notify the register allocator that we have written a move instruction so
  598. it can try to eliminate it. }
  599. if (fromsize=tosize) then
  600. add_move_instruction(instr);
  601. end;
  602. end;
  603. procedure TCGMIPS.a_loadfpu_ref_reg(list: tasmlist; fromsize, tosize: tcgsize; const ref: TReference; reg: tregister);
  604. var
  605. href: TReference;
  606. begin
  607. href:=ref;
  608. make_simple_ref(list,href);
  609. case fromsize of
  610. OS_F32:
  611. list.concat(taicpu.op_reg_ref(A_LWC1,reg,href));
  612. OS_F64:
  613. list.concat(taicpu.op_reg_ref(A_LDC1,reg,href));
  614. else
  615. InternalError(2007042701);
  616. end;
  617. if tosize<>fromsize then
  618. a_loadfpu_reg_reg(list,fromsize,tosize,reg,reg);
  619. end;
  620. procedure TCGMIPS.a_loadfpu_reg_ref(list: tasmlist; fromsize, tosize: tcgsize; reg: tregister; const ref: TReference);
  621. var
  622. href: TReference;
  623. begin
  624. if tosize<>fromsize then
  625. a_loadfpu_reg_reg(list,fromsize,tosize,reg,reg);
  626. href:=ref;
  627. make_simple_ref(list,href);
  628. case tosize of
  629. OS_F32:
  630. list.concat(taicpu.op_reg_ref(A_SWC1,reg,href));
  631. OS_F64:
  632. list.concat(taicpu.op_reg_ref(A_SDC1,reg,href));
  633. else
  634. InternalError(2007042702);
  635. end;
  636. end;
  637. procedure TCGMIPS.maybeadjustresult(list: TAsmList; op: TOpCg; size: tcgsize; dst: tregister);
  638. const
  639. overflowops = [OP_MUL,OP_SHL,OP_ADD,OP_SUB,OP_NOT,OP_NEG];
  640. begin
  641. if (op in overflowops) and
  642. (size in [OS_8,OS_S8,OS_16,OS_S16]) then
  643. a_load_reg_reg(list,OS_32,size,dst,dst);
  644. end;
  645. procedure TCGMIPS.overflowcheck_internal(list: tasmlist; arg1, arg2: tregister);
  646. var
  647. carry, hreg: tregister;
  648. begin
  649. if (arg1=arg2) then
  650. InternalError(2013050501);
  651. carry:=GetIntRegister(list,OS_INT);
  652. hreg:=GetIntRegister(list,OS_INT);
  653. list.concat(taicpu.op_reg_reg_reg(A_SLTU,carry,arg1,arg2));
  654. { if carry<>0, this will cause hardware overflow interrupt }
  655. a_load_const_reg(list,OS_INT,$80000000,hreg);
  656. list.concat(taicpu.op_reg_reg_reg(A_SUB,hreg,hreg,carry));
  657. end;
  658. const
  659. ops_add: array[boolean] of TAsmOp = (A_ADDU, A_ADD);
  660. ops_sub: array[boolean] of TAsmOp = (A_SUBU, A_SUB);
  661. ops_slt: array[boolean] of TAsmOp = (A_SLTU, A_SLT);
  662. ops_slti: array[boolean] of TAsmOp = (A_SLTIU, A_SLTI);
  663. ops_and: array[boolean] of TAsmOp = (A_AND, A_ANDI);
  664. ops_or: array[boolean] of TAsmOp = (A_OR, A_ORI);
  665. ops_xor: array[boolean] of TasmOp = (A_XOR, A_XORI);
  666. procedure TCGMIPS.a_op_const_reg(list: tasmlist; Op: TOpCG; size: tcgsize; a: tcgint; reg: TRegister);
  667. begin
  668. optimize_op_const(size,op,a);
  669. case op of
  670. OP_NONE:
  671. exit;
  672. OP_MOVE:
  673. a_load_const_reg(list,size,a,reg);
  674. OP_NEG,OP_NOT:
  675. internalerror(200306011);
  676. else
  677. a_op_const_reg_reg(list,op,size,a,reg,reg);
  678. end;
  679. end;
  680. procedure TCGMIPS.a_op_reg_reg(list: tasmlist; Op: TOpCG; size: TCGSize; src, dst: TRegister);
  681. begin
  682. case Op of
  683. OP_NEG:
  684. list.concat(taicpu.op_reg_reg_reg(A_SUBU, dst, NR_R0, src));
  685. OP_NOT:
  686. list.concat(taicpu.op_reg_reg_reg(A_NOR, dst, NR_R0, src));
  687. OP_IMUL,OP_MUL:
  688. begin
  689. list.concat(taicpu.op_reg_reg(TOpcg2AsmOp[op], dst, src));
  690. list.concat(taicpu.op_reg(A_MFLO, dst));
  691. end;
  692. else
  693. a_op_reg_reg_reg(list, op, size, src, dst, dst);
  694. exit;
  695. end;
  696. maybeadjustresult(list,op,size,dst);
  697. end;
  698. procedure TCGMIPS.a_op_const_reg_reg(list: tasmlist; op: TOpCg; size: tcgsize; a: tcgint; src, dst: tregister);
  699. var
  700. l: TLocation;
  701. begin
  702. a_op_const_reg_reg_checkoverflow(list, op, size, a, src, dst, false, l);
  703. end;
  704. procedure TCGMIPS.a_op_reg_reg_reg(list: tasmlist; op: TOpCg; size: tcgsize; src1, src2, dst: tregister);
  705. begin
  706. if (TOpcg2AsmOp[op]=A_NONE) then
  707. InternalError(2013070305);
  708. if (op=OP_SAR) then
  709. begin
  710. if (size in [OS_S8,OS_S16]) then
  711. begin
  712. { Sign-extend before shiting }
  713. list.concat(taicpu.op_reg_reg_const(A_SLL, dst, src2, 32-(tcgsize2size[size]*8)));
  714. list.concat(taicpu.op_reg_reg_const(A_SRA, dst, dst, 32-(tcgsize2size[size]*8)));
  715. src2:=dst;
  716. end
  717. else if not (size in [OS_32,OS_S32]) then
  718. InternalError(2013070306);
  719. end;
  720. list.concat(taicpu.op_reg_reg_reg(TOpCG2AsmOp[op], dst, src2, src1));
  721. maybeadjustresult(list,op,size,dst);
  722. end;
  723. procedure TCGMIPS.a_op_const_reg_reg_checkoverflow(list: tasmlist; op: TOpCg; size: tcgsize; a: tcgint; src, dst: tregister; setflags: boolean; var ovloc: tlocation);
  724. var
  725. signed,immed: boolean;
  726. hreg: TRegister;
  727. asmop: TAsmOp;
  728. begin
  729. ovloc.loc := LOC_VOID;
  730. optimize_op_const(size,op,a);
  731. signed:=(size in [OS_S8,OS_S16,OS_S32]);
  732. if (setflags and (not signed) and (src=dst) and (op in [OP_ADD,OP_SUB])) then
  733. hreg:=GetIntRegister(list,OS_INT)
  734. else
  735. hreg:=dst;
  736. case op of
  737. OP_NONE:
  738. a_load_reg_reg(list,size,size,src,dst);
  739. OP_MOVE:
  740. a_load_const_reg(list,size,a,dst);
  741. OP_ADD:
  742. begin
  743. handle_reg_const_reg(list,ops_add[setflags and signed],src,a,hreg);
  744. if setflags and (not signed) then
  745. overflowcheck_internal(list,hreg,src);
  746. { does nothing if hreg=dst }
  747. a_load_reg_reg(list,OS_INT,OS_INT,hreg,dst);
  748. end;
  749. OP_SUB:
  750. begin
  751. handle_reg_const_reg(list,ops_sub[setflags and signed],src,a,hreg);
  752. if setflags and (not signed) then
  753. overflowcheck_internal(list,src,hreg);
  754. a_load_reg_reg(list,OS_INT,OS_INT,hreg,dst);
  755. end;
  756. OP_MUL,OP_IMUL:
  757. begin
  758. hreg:=GetIntRegister(list,OS_INT);
  759. a_load_const_reg(list,OS_INT,a,hreg);
  760. a_op_reg_reg_reg_checkoverflow(list,op,size,src,hreg,dst,setflags,ovloc);
  761. exit;
  762. end;
  763. OP_AND,OP_OR,OP_XOR:
  764. begin
  765. { logical operations zero-extend, not sign-extend, the immediate }
  766. immed:=(a>=0) and (a<=65535);
  767. case op of
  768. OP_AND: asmop:=ops_and[immed];
  769. OP_OR: asmop:=ops_or[immed];
  770. OP_XOR: asmop:=ops_xor[immed];
  771. else
  772. InternalError(2013050401);
  773. end;
  774. if immed then
  775. list.concat(taicpu.op_reg_reg_const(asmop,dst,src,a))
  776. else
  777. begin
  778. hreg:=GetIntRegister(list,OS_INT);
  779. a_load_const_reg(list,OS_INT,a,hreg);
  780. list.concat(taicpu.op_reg_reg_reg(asmop,dst,src,hreg));
  781. end;
  782. end;
  783. OP_SHL:
  784. list.concat(taicpu.op_reg_reg_const(A_SLL,dst,src,a));
  785. OP_SHR:
  786. list.concat(taicpu.op_reg_reg_const(A_SRL,dst,src,a));
  787. OP_SAR:
  788. begin
  789. if (size in [OS_S8,OS_S16]) then
  790. begin
  791. list.concat(taicpu.op_reg_reg_const(A_SLL,dst,src,32-(tcgsize2size[size]*8)));
  792. inc(a,32-tcgsize2size[size]*8);
  793. src:=dst;
  794. end
  795. else if not (size in [OS_32,OS_S32]) then
  796. InternalError(2013070303);
  797. list.concat(taicpu.op_reg_reg_const(A_SRA,dst,src,a));
  798. end;
  799. else
  800. internalerror(2007012601);
  801. end;
  802. maybeadjustresult(list,op,size,dst);
  803. end;
  804. procedure TCGMIPS.a_op_reg_reg_reg_checkoverflow(list: tasmlist; op: TOpCg; size: tcgsize; src1, src2, dst: tregister; setflags: boolean; var ovloc: tlocation);
  805. var
  806. signed: boolean;
  807. hreg,hreg2: TRegister;
  808. hl: tasmlabel;
  809. begin
  810. ovloc.loc := LOC_VOID;
  811. signed:=(size in [OS_S8,OS_S16,OS_S32]);
  812. if (setflags and (not signed) and (src2=dst) and (op in [OP_ADD,OP_SUB])) then
  813. hreg:=GetIntRegister(list,OS_INT)
  814. else
  815. hreg:=dst;
  816. case op of
  817. OP_ADD:
  818. begin
  819. list.concat(taicpu.op_reg_reg_reg(ops_add[setflags and signed], hreg, src2, src1));
  820. if setflags and (not signed) then
  821. overflowcheck_internal(list, hreg, src2);
  822. a_load_reg_reg(list, OS_INT, OS_INT, hreg, dst);
  823. end;
  824. OP_SUB:
  825. begin
  826. list.concat(taicpu.op_reg_reg_reg(ops_sub[setflags and signed], hreg, src2, src1));
  827. if setflags and (not signed) then
  828. overflowcheck_internal(list, src2, hreg);
  829. a_load_reg_reg(list, OS_INT, OS_INT, hreg, dst);
  830. end;
  831. OP_MUL,OP_IMUL:
  832. begin
  833. list.concat(taicpu.op_reg_reg(TOpCg2AsmOp[op], src2, src1));
  834. list.concat(taicpu.op_reg(A_MFLO, dst));
  835. if setflags then
  836. begin
  837. current_asmdata.getjumplabel(hl);
  838. hreg:=GetIntRegister(list,OS_INT);
  839. list.concat(taicpu.op_reg(A_MFHI,hreg));
  840. if (op=OP_IMUL) then
  841. begin
  842. hreg2:=GetIntRegister(list,OS_INT);
  843. list.concat(taicpu.op_reg_reg_const(A_SRA,hreg2,dst,31));
  844. a_cmp_reg_reg_label(list,OS_INT,OC_EQ,hreg2,hreg,hl);
  845. end
  846. else
  847. a_cmp_reg_reg_label(list,OS_INT,OC_EQ,hreg,NR_R0,hl);
  848. list.concat(taicpu.op_const(A_BREAK,6));
  849. a_label(list,hl);
  850. end;
  851. end;
  852. OP_AND,OP_OR,OP_XOR:
  853. begin
  854. list.concat(taicpu.op_reg_reg_reg(TOpCG2AsmOp[op], dst, src2, src1));
  855. end;
  856. else
  857. internalerror(2007012602);
  858. end;
  859. maybeadjustresult(list,op,size,dst);
  860. end;
  861. {*************** compare instructructions ****************}
  862. procedure TCGMIPS.a_cmp_const_reg_label(list: tasmlist; size: tcgsize; cmp_op: topcmp; a: tcgint; reg: tregister; l: tasmlabel);
  863. var
  864. tmpreg: tregister;
  865. begin
  866. if a = 0 then
  867. a_cmp_reg_reg_label(list,size,cmp_op,NR_R0,reg,l)
  868. else
  869. begin
  870. tmpreg := GetIntRegister(list,OS_INT);
  871. if (a>=simm16lo) and (a<=simm16hi) and
  872. (cmp_op in [OC_LT,OC_B,OC_GTE,OC_AE]) then
  873. begin
  874. list.concat(taicpu.op_reg_reg_const(ops_slti[cmp_op in [OC_LT,OC_GTE]],tmpreg,reg,a));
  875. if cmp_op in [OC_LT,OC_B] then
  876. a_cmp_reg_reg_label(list,size,OC_NE,NR_R0,tmpreg,l)
  877. else
  878. a_cmp_reg_reg_label(list,size,OC_EQ,NR_R0,tmpreg,l);
  879. end
  880. else
  881. begin
  882. a_load_const_reg(list,OS_INT,a,tmpreg);
  883. a_cmp_reg_reg_label(list, size, cmp_op, tmpreg, reg, l);
  884. end;
  885. end;
  886. end;
  887. const
  888. TOpCmp2AsmCond_z : array[OC_GT..OC_LTE] of TAsmCond=(
  889. C_GTZ,C_LTZ,C_GEZ,C_LEZ
  890. );
  891. TOpCmp2AsmCond_eqne: array[topcmp] of TAsmCond = (C_NONE,
  892. { eq gt lt gte lte ne }
  893. C_NONE, C_NE, C_NE, C_EQ, C_EQ, C_NONE,
  894. { be b ae a }
  895. C_EQ, C_NE, C_EQ, C_NE
  896. );
  897. procedure TCGMIPS.a_cmp_reg_reg_label(list: tasmlist; size: tcgsize; cmp_op: topcmp; reg1, reg2: tregister; l: tasmlabel);
  898. var
  899. ai : Taicpu;
  900. op: TAsmOp;
  901. hreg: TRegister;
  902. begin
  903. if not (cmp_op in [OC_EQ,OC_NE]) then
  904. begin
  905. if ((reg1=NR_R0) or (reg2=NR_R0)) and (cmp_op in [OC_GT,OC_LT,OC_GTE,OC_LTE]) then
  906. begin
  907. if (reg2=NR_R0) then
  908. begin
  909. ai:=taicpu.op_reg_sym(A_BC,reg1,l);
  910. ai.setcondition(TOpCmp2AsmCond_z[swap_opcmp(cmp_op)]);
  911. end
  912. else
  913. begin
  914. ai:=taicpu.op_reg_sym(A_BC,reg2,l);
  915. ai.setcondition(TOpCmp2AsmCond_z[cmp_op]);
  916. end;
  917. end
  918. else
  919. begin
  920. hreg:=GetIntRegister(list,OS_INT);
  921. op:=ops_slt[cmp_op in [OC_LT,OC_LTE,OC_GT,OC_GTE]];
  922. if (cmp_op in [OC_LTE,OC_GT,OC_BE,OC_A]) then { swap operands }
  923. list.concat(taicpu.op_reg_reg_reg(op,hreg,reg1,reg2))
  924. else
  925. list.concat(taicpu.op_reg_reg_reg(op,hreg,reg2,reg1));
  926. if (TOpCmp2AsmCond_eqne[cmp_op]=C_NONE) then
  927. InternalError(2013051501);
  928. ai:=taicpu.op_reg_reg_sym(A_BC,hreg,NR_R0,l);
  929. ai.SetCondition(TOpCmp2AsmCond_eqne[cmp_op]);
  930. end;
  931. end
  932. else
  933. begin
  934. ai:=taicpu.op_reg_reg_sym(A_BC,reg2,reg1,l);
  935. ai.SetCondition(TOpCmp2AsmCond[cmp_op]);
  936. end;
  937. list.concat(ai);
  938. { Delay slot }
  939. list.Concat(TAiCpu.Op_none(A_NOP));
  940. end;
  941. procedure TCGMIPS.a_jmp_always(List: tasmlist; l: TAsmLabel);
  942. var
  943. ai : Taicpu;
  944. begin
  945. ai := taicpu.op_sym(A_BA, l);
  946. list.concat(ai);
  947. { Delay slot }
  948. list.Concat(TAiCpu.Op_none(A_NOP));
  949. end;
  950. procedure TCGMIPS.a_jmp_name(list: tasmlist; const s: string);
  951. begin
  952. List.Concat(TAiCpu.op_sym(A_BA, current_asmdata.RefAsmSymbol(s)));
  953. { Delay slot }
  954. list.Concat(TAiCpu.Op_none(A_NOP));
  955. end;
  956. procedure TCGMIPS.a_jmp_flags(list: tasmlist; const f: TResFlags; l: tasmlabel);
  957. begin
  958. if f.use_const then
  959. a_cmp_const_reg_label(list,OS_INT,f.cond,f.value,f.reg1,l)
  960. else
  961. a_cmp_reg_reg_label(list,OS_INT,f.cond,f.reg2,f.reg1,l);
  962. end;
  963. procedure TCGMIPS.g_flags2reg(list: tasmlist; size: tcgsize; const f: tresflags; reg: tregister);
  964. var
  965. left,right: tregister;
  966. unsigned: boolean;
  967. begin
  968. if (f.cond in [OC_EQ,OC_NE]) then
  969. begin
  970. left:=reg;
  971. if f.use_const and (f.value>=0) and (f.value<=65535) then
  972. begin
  973. if (f.value<>0) then
  974. list.concat(taicpu.op_reg_reg_const(A_XORI,reg,f.reg1,f.value))
  975. else
  976. left:=f.reg1;
  977. end
  978. else
  979. begin
  980. if f.use_const then
  981. begin
  982. right:=GetIntRegister(list,OS_INT);
  983. a_load_const_reg(list,OS_INT,f.value,right);
  984. end
  985. else
  986. right:=f.reg2;
  987. list.concat(taicpu.op_reg_reg_reg(A_XOR,reg,f.reg1,right));
  988. end;
  989. if f.cond=OC_EQ then
  990. list.concat(taicpu.op_reg_reg_const(A_SLTIU,reg,left,1))
  991. else
  992. list.concat(taicpu.op_reg_reg_reg(A_SLTU,reg,NR_R0,left));
  993. end
  994. else
  995. begin
  996. {
  997. sle x,a,b --> slt x,b,a; xori x,x,1 immediate not possible (or must be at left)
  998. sgt x,a,b --> slt x,b,a likewise
  999. sge x,a,b --> slt x,a,b; xori x,x,1
  1000. slt x,a,b --> unchanged
  1001. }
  1002. unsigned:=f.cond in [OC_GT,OC_LT,OC_GTE,OC_LTE];
  1003. if (f.cond in [OC_GTE,OC_LT,OC_B,OC_AE]) and
  1004. f.use_const and
  1005. (f.value>=simm16lo) and
  1006. (f.value<=simm16hi) then
  1007. list.Concat(taicpu.op_reg_reg_const(ops_slti[unsigned],reg,f.reg1,f.value))
  1008. else
  1009. begin
  1010. if f.use_const then
  1011. begin
  1012. if (f.value=0) then
  1013. right:=NR_R0
  1014. else
  1015. begin
  1016. right:=GetIntRegister(list,OS_INT);
  1017. a_load_const_reg(list,OS_INT,f.value,right);
  1018. end;
  1019. end
  1020. else
  1021. right:=f.reg2;
  1022. if (f.cond in [OC_LTE,OC_GT,OC_BE,OC_A]) then
  1023. list.Concat(taicpu.op_reg_reg_reg(ops_slt[unsigned],reg,right,f.reg1))
  1024. else
  1025. list.Concat(taicpu.op_reg_reg_reg(ops_slt[unsigned],reg,f.reg1,right));
  1026. end;
  1027. if (f.cond in [OC_LTE,OC_GTE,OC_BE,OC_AE]) then
  1028. list.Concat(taicpu.op_reg_reg_const(A_XORI,reg,reg,1));
  1029. end;
  1030. end;
  1031. procedure TCGMIPS.a_mul_reg_reg_pair(list: tasmlist; size: tcgsize; src1,src2,dstlo,dsthi: tregister);
  1032. var
  1033. asmop: tasmop;
  1034. begin
  1035. case size of
  1036. OS_32: asmop:=A_MULTU;
  1037. OS_S32: asmop:=A_MULT;
  1038. else
  1039. InternalError(2014060802);
  1040. end;
  1041. list.concat(taicpu.op_reg_reg(asmop,src1,src2));
  1042. if (dstlo<>NR_NO) then
  1043. list.concat(taicpu.op_reg(A_MFLO,dstlo));
  1044. if (dsthi<>NR_NO) then
  1045. list.concat(taicpu.op_reg(A_MFHI,dsthi));
  1046. end;
  1047. procedure TCGMIPS.g_overflowCheck(List: tasmlist; const Loc: TLocation; def: TDef);
  1048. begin
  1049. // this is an empty procedure
  1050. end;
  1051. procedure TCGMIPS.g_overflowCheck_loc(List: tasmlist; const Loc: TLocation; def: TDef; ovloc: tlocation);
  1052. begin
  1053. // this is an empty procedure
  1054. end;
  1055. { *********** entry/exit code and address loading ************ }
  1056. procedure FixupOffsets(p:TObject;arg:pointer);
  1057. var
  1058. sym: tabstractnormalvarsym absolute p;
  1059. begin
  1060. if (tsym(p).typ=paravarsym) and
  1061. (sym.localloc.loc=LOC_REFERENCE) and
  1062. (sym.localloc.reference.base=NR_FRAME_POINTER_REG) then
  1063. begin
  1064. sym.localloc.reference.base:=NR_STACK_POINTER_REG;
  1065. Inc(sym.localloc.reference.offset,PLongint(arg)^);
  1066. end;
  1067. end;
  1068. procedure TCGMIPS.g_proc_entry(list: tasmlist; localsize: longint; nostackframe: boolean);
  1069. var
  1070. lastintoffset,lastfpuoffset,
  1071. nextoffset : aint;
  1072. i : longint;
  1073. ra_save,framesave : taicpu;
  1074. fmask,mask : dword;
  1075. saveregs : tcpuregisterset;
  1076. href: treference;
  1077. reg : Tsuperregister;
  1078. helplist : TAsmList;
  1079. largeoffs : boolean;
  1080. begin
  1081. list.concat(tai_directive.create(asd_ent,current_procinfo.procdef.mangledname));
  1082. a_reg_alloc(list,NR_STACK_POINTER_REG);
  1083. if nostackframe then
  1084. begin
  1085. list.concat(taicpu.op_none(A_P_SET_NOMIPS16));
  1086. list.concat(taicpu.op_none(A_P_SET_NOREORDER));
  1087. exit;
  1088. end;
  1089. if (pi_needs_stackframe in current_procinfo.flags) then
  1090. a_reg_alloc(list,NR_FRAME_POINTER_REG);
  1091. helplist:=TAsmList.Create;
  1092. reference_reset(href,0);
  1093. href.base:=NR_STACK_POINTER_REG;
  1094. fmask:=0;
  1095. nextoffset:=TMIPSProcInfo(current_procinfo).floatregstart;
  1096. lastfpuoffset:=LocalSize;
  1097. for reg := RS_F0 to RS_F31 do { to check: what if F30 is double? }
  1098. begin
  1099. if reg in (rg[R_FPUREGISTER].used_in_proc-paramanager.get_volatile_registers_fpu(pocall_stdcall)) then
  1100. begin
  1101. fmask:=fmask or (longword(1) shl ord(reg));
  1102. href.offset:=nextoffset;
  1103. lastfpuoffset:=nextoffset;
  1104. helplist.concat(taicpu.op_reg_ref(A_SWC1,newreg(R_FPUREGISTER,reg,R_SUBFS),href));
  1105. inc(nextoffset,4);
  1106. { IEEE Double values are stored in floating point
  1107. register pairs f2X/f2X+1,
  1108. as the f2X+1 register is not correctly marked as used for now,
  1109. we simply assume it is also used if f2X is used
  1110. Should be fixed by a proper inclusion of f2X+1 into used_in_proc }
  1111. if (ord(reg)-ord(RS_F0)) mod 2 = 0 then
  1112. include(rg[R_FPUREGISTER].used_in_proc,succ(reg));
  1113. end;
  1114. end;
  1115. mask:=0;
  1116. nextoffset:=TMIPSProcInfo(current_procinfo).intregstart;
  1117. saveregs:=rg[R_INTREGISTER].used_in_proc-paramanager.get_volatile_registers_int(pocall_stdcall);
  1118. if (current_procinfo.flags*[pi_do_call,pi_is_assembler]<>[]) then
  1119. include(saveregs,RS_R31);
  1120. if (pi_needs_stackframe in current_procinfo.flags) then
  1121. include(saveregs,RS_FRAME_POINTER_REG);
  1122. lastintoffset:=LocalSize;
  1123. framesave:=nil;
  1124. ra_save:=nil;
  1125. for reg:=RS_R1 to RS_R31 do
  1126. begin
  1127. if reg in saveregs then
  1128. begin
  1129. mask:=mask or (longword(1) shl ord(reg));
  1130. href.offset:=nextoffset;
  1131. lastintoffset:=nextoffset;
  1132. if (reg=RS_FRAME_POINTER_REG) then
  1133. framesave:=taicpu.op_reg_ref(A_SW,newreg(R_INTREGISTER,reg,R_SUBWHOLE),href)
  1134. else if (reg=RS_R31) then
  1135. ra_save:=taicpu.op_reg_ref(A_SW,newreg(R_INTREGISTER,reg,R_SUBWHOLE),href)
  1136. else
  1137. helplist.concat(taicpu.op_reg_ref(A_SW,newreg(R_INTREGISTER,reg,R_SUBWHOLE),href));
  1138. inc(nextoffset,4);
  1139. end;
  1140. end;
  1141. //list.concat(Taicpu.Op_reg_reg_const(A_ADDIU,NR_FRAME_POINTER_REG,NR_STACK_POINTER_REG,current_procinfo.para_stack_size));
  1142. list.concat(Taicpu.op_none(A_P_SET_NOMIPS16));
  1143. list.concat(Taicpu.op_reg_const_reg(A_P_FRAME,current_procinfo.framepointer,LocalSize,NR_R31));
  1144. list.concat(Taicpu.op_const_const(A_P_MASK,aint(mask),-(LocalSize-lastintoffset)));
  1145. list.concat(Taicpu.op_const_const(A_P_FMASK,aint(Fmask),-(LocalSize-lastfpuoffset)));
  1146. list.concat(Taicpu.op_none(A_P_SET_NOREORDER));
  1147. if (cs_create_pic in current_settings.moduleswitches) and
  1148. (pi_needs_got in current_procinfo.flags) then
  1149. begin
  1150. list.concat(Taicpu.op_reg(A_P_CPLOAD,NR_PIC_FUNC));
  1151. end;
  1152. if (-LocalSize >= simm16lo) and (-LocalSize <= simm16hi) then
  1153. begin
  1154. list.concat(Taicpu.op_none(A_P_SET_NOMACRO));
  1155. list.concat(Taicpu.Op_reg_reg_const(A_ADDIU,NR_STACK_POINTER_REG,NR_STACK_POINTER_REG,-LocalSize));
  1156. if assigned(ra_save) then
  1157. list.concat(ra_save);
  1158. if assigned(framesave) then
  1159. begin
  1160. list.concat(framesave);
  1161. list.concat(Taicpu.op_reg_reg_const(A_ADDIU,NR_FRAME_POINTER_REG,
  1162. NR_STACK_POINTER_REG,LocalSize));
  1163. end;
  1164. end
  1165. else
  1166. begin
  1167. a_load_const_reg(list,OS_32,-LocalSize,NR_R9);
  1168. list.concat(Taicpu.Op_reg_reg_reg(A_ADDU,NR_STACK_POINTER_REG,NR_STACK_POINTER_REG,NR_R9));
  1169. if assigned(ra_save) then
  1170. list.concat(ra_save);
  1171. if assigned(framesave) then
  1172. begin
  1173. list.concat(framesave);
  1174. list.concat(Taicpu.op_reg_reg_reg(A_SUBU,NR_FRAME_POINTER_REG,
  1175. NR_STACK_POINTER_REG,NR_R9));
  1176. end;
  1177. { The instructions before are macros that can extend to multiple instructions,
  1178. the settings of R9 to -LocalSize surely does,
  1179. but the saving of RA and FP also might, and might
  1180. even use AT register, which is why we use R9 instead of AT here for -LocalSize }
  1181. list.concat(Taicpu.op_none(A_P_SET_NOMACRO));
  1182. end;
  1183. if (cs_create_pic in current_settings.moduleswitches) and
  1184. (pi_needs_got in current_procinfo.flags) then
  1185. begin
  1186. largeoffs:=(TMIPSProcinfo(current_procinfo).save_gp_ref.offset>simm16hi);
  1187. if largeoffs then
  1188. list.concat(Taicpu.op_none(A_P_SET_MACRO));
  1189. list.concat(Taicpu.op_const(A_P_CPRESTORE,TMIPSProcinfo(current_procinfo).save_gp_ref.offset));
  1190. if largeoffs then
  1191. list.concat(Taicpu.op_none(A_P_SET_NOMACRO));
  1192. end;
  1193. href.base:=NR_STACK_POINTER_REG;
  1194. for i:=0 to MIPS_MAX_REGISTERS_USED_IN_CALL-1 do
  1195. if TMIPSProcInfo(current_procinfo).register_used[i] then
  1196. begin
  1197. reg:=parasupregs[i];
  1198. href.offset:=i*sizeof(aint)+LocalSize;
  1199. list.concat(taicpu.op_reg_ref(A_SW, newreg(R_INTREGISTER,reg,R_SUBWHOLE), href));
  1200. end;
  1201. list.concatList(helplist);
  1202. helplist.Free;
  1203. if current_procinfo.has_nestedprocs then
  1204. current_procinfo.procdef.parast.SymList.ForEachCall(@FixupOffsets,@LocalSize);
  1205. end;
  1206. procedure TCGMIPS.g_proc_exit(list: tasmlist; parasize: longint; nostackframe: boolean);
  1207. var
  1208. href : treference;
  1209. stacksize : aint;
  1210. saveregs : tcpuregisterset;
  1211. nextoffset : aint;
  1212. reg : Tsuperregister;
  1213. begin
  1214. stacksize:=current_procinfo.calc_stackframe_size;
  1215. if nostackframe then
  1216. begin
  1217. list.concat(taicpu.op_reg(A_JR, NR_R31));
  1218. list.concat(Taicpu.op_none(A_NOP));
  1219. list.concat(Taicpu.op_none(A_P_SET_MACRO));
  1220. list.concat(Taicpu.op_none(A_P_SET_REORDER));
  1221. end
  1222. else
  1223. begin
  1224. if TMIPSProcinfo(current_procinfo).save_gp_ref.offset<>0 then
  1225. tg.ungettemp(list,TMIPSProcinfo(current_procinfo).save_gp_ref);
  1226. reference_reset(href,0);
  1227. href.base:=NR_STACK_POINTER_REG;
  1228. nextoffset:=TMIPSProcInfo(current_procinfo).floatregstart;
  1229. for reg := RS_F0 to RS_F31 do
  1230. begin
  1231. if reg in (rg[R_FPUREGISTER].used_in_proc-paramanager.get_volatile_registers_fpu(pocall_stdcall)) then
  1232. begin
  1233. href.offset:=nextoffset;
  1234. list.concat(taicpu.op_reg_ref(A_LWC1,newreg(R_FPUREGISTER,reg,R_SUBFS),href));
  1235. inc(nextoffset,4);
  1236. end;
  1237. end;
  1238. nextoffset:=TMIPSProcInfo(current_procinfo).intregstart;
  1239. saveregs:=rg[R_INTREGISTER].used_in_proc-paramanager.get_volatile_registers_int(pocall_stdcall);
  1240. if (current_procinfo.flags*[pi_do_call,pi_is_assembler]<>[]) then
  1241. include(saveregs,RS_R31);
  1242. if (pi_needs_stackframe in current_procinfo.flags) then
  1243. include(saveregs,RS_FRAME_POINTER_REG);
  1244. // GP does not need to be restored on exit
  1245. for reg:=RS_R1 to RS_R31 do
  1246. begin
  1247. if reg in saveregs then
  1248. begin
  1249. href.offset:=nextoffset;
  1250. list.concat(taicpu.op_reg_ref(A_LW,newreg(R_INTREGISTER,reg,R_SUBWHOLE),href));
  1251. inc(nextoffset,sizeof(aint));
  1252. end;
  1253. end;
  1254. if (-stacksize >= simm16lo) and (-stacksize <= simm16hi) then
  1255. begin
  1256. list.concat(taicpu.op_reg(A_JR, NR_R31));
  1257. { correct stack pointer in the delay slot }
  1258. list.concat(Taicpu.Op_reg_reg_const(A_ADDIU, NR_STACK_POINTER_REG, NR_STACK_POINTER_REG, stacksize));
  1259. end
  1260. else
  1261. begin
  1262. a_load_const_reg(list,OS_32,stacksize,NR_R1);
  1263. list.concat(taicpu.op_reg(A_JR, NR_R31));
  1264. { correct stack pointer in the delay slot }
  1265. list.concat(taicpu.op_reg_reg_reg(A_ADD,NR_STACK_POINTER_REG,NR_STACK_POINTER_REG,NR_R1));
  1266. end;
  1267. list.concat(Taicpu.op_none(A_P_SET_MACRO));
  1268. list.concat(Taicpu.op_none(A_P_SET_REORDER));
  1269. end;
  1270. list.concat(tai_directive.create(asd_ent_end,current_procinfo.procdef.mangledname));
  1271. end;
  1272. { ************* concatcopy ************ }
  1273. procedure TCGMIPS.g_concatcopy_move(list: tasmlist; const Source, dest: treference; len: tcgint);
  1274. var
  1275. paraloc1, paraloc2, paraloc3: TCGPara;
  1276. pd: tprocdef;
  1277. begin
  1278. pd:=search_system_proc('MOVE');
  1279. paraloc1.init;
  1280. paraloc2.init;
  1281. paraloc3.init;
  1282. paramanager.getintparaloc(pd, 1, paraloc1);
  1283. paramanager.getintparaloc(pd, 2, paraloc2);
  1284. paramanager.getintparaloc(pd, 3, paraloc3);
  1285. a_load_const_cgpara(list, OS_SINT, len, paraloc3);
  1286. a_loadaddr_ref_cgpara(list, dest, paraloc2);
  1287. a_loadaddr_ref_cgpara(list, Source, paraloc1);
  1288. paramanager.freecgpara(list, paraloc3);
  1289. paramanager.freecgpara(list, paraloc2);
  1290. paramanager.freecgpara(list, paraloc1);
  1291. alloccpuregisters(list, R_INTREGISTER, paramanager.get_volatile_registers_int(pocall_default));
  1292. alloccpuregisters(list, R_FPUREGISTER, paramanager.get_volatile_registers_fpu(pocall_default));
  1293. a_call_name(list, 'FPC_MOVE', false);
  1294. dealloccpuregisters(list, R_FPUREGISTER, paramanager.get_volatile_registers_fpu(pocall_default));
  1295. dealloccpuregisters(list, R_INTREGISTER, paramanager.get_volatile_registers_int(pocall_default));
  1296. paraloc3.done;
  1297. paraloc2.done;
  1298. paraloc1.done;
  1299. end;
  1300. procedure TCGMIPS.g_concatcopy(list: tasmlist; const Source, dest: treference; len: tcgint);
  1301. var
  1302. tmpreg1, hreg, countreg: TRegister;
  1303. src, dst: TReference;
  1304. lab: tasmlabel;
  1305. Count, count2: aint;
  1306. function reference_is_reusable(const ref: treference): boolean;
  1307. begin
  1308. result:=(ref.base<>NR_NO) and (ref.index=NR_NO) and
  1309. (ref.symbol=nil) and
  1310. (ref.offset>=simm16lo) and (ref.offset+len<=simm16hi);
  1311. end;
  1312. begin
  1313. if len > high(longint) then
  1314. internalerror(2002072704);
  1315. { A call (to FPC_MOVE) requires the outgoing parameter area to be properly
  1316. allocated on stack. This can only be done before tmipsprocinfo.set_first_temp_offset,
  1317. i.e. before secondpass. Other internal procedures request correct stack frame
  1318. by setting pi_do_call during firstpass, but for this particular one it is impossible.
  1319. Therefore, if the current procedure is a leaf one, we have to leave it that way. }
  1320. { anybody wants to determine a good value here :)? }
  1321. if (len > 100) and
  1322. assigned(current_procinfo) and
  1323. (pi_do_call in current_procinfo.flags) then
  1324. g_concatcopy_move(list, Source, dest, len)
  1325. else
  1326. begin
  1327. Count := len div 4;
  1328. if (count<=4) and reference_is_reusable(source) then
  1329. src:=source
  1330. else
  1331. begin
  1332. reference_reset(src,sizeof(aint));
  1333. { load the address of source into src.base }
  1334. src.base := GetAddressRegister(list);
  1335. a_loadaddr_ref_reg(list, Source, src.base);
  1336. end;
  1337. if (count<=4) and reference_is_reusable(dest) then
  1338. dst:=dest
  1339. else
  1340. begin
  1341. reference_reset(dst,sizeof(aint));
  1342. { load the address of dest into dst.base }
  1343. dst.base := GetAddressRegister(list);
  1344. a_loadaddr_ref_reg(list, dest, dst.base);
  1345. end;
  1346. { generate a loop }
  1347. if Count > 4 then
  1348. begin
  1349. countreg := GetIntRegister(list, OS_INT);
  1350. tmpreg1 := GetIntRegister(list, OS_INT);
  1351. a_load_const_reg(list, OS_INT, Count, countreg);
  1352. current_asmdata.getjumplabel(lab);
  1353. a_label(list, lab);
  1354. list.concat(taicpu.op_reg_ref(A_LW, tmpreg1, src));
  1355. list.concat(taicpu.op_reg_ref(A_SW, tmpreg1, dst));
  1356. list.concat(taicpu.op_reg_reg_const(A_ADDIU, src.base, src.base, 4));
  1357. list.concat(taicpu.op_reg_reg_const(A_ADDIU, dst.base, dst.base, 4));
  1358. list.concat(taicpu.op_reg_reg_const(A_ADDIU, countreg, countreg, -1));
  1359. a_cmp_reg_reg_label(list,OS_INT,OC_GT,NR_R0,countreg,lab);
  1360. len := len mod 4;
  1361. end;
  1362. { unrolled loop }
  1363. Count := len div 4;
  1364. if Count > 0 then
  1365. begin
  1366. tmpreg1 := GetIntRegister(list, OS_INT);
  1367. for count2 := 1 to Count do
  1368. begin
  1369. list.concat(taicpu.op_reg_ref(A_LW, tmpreg1, src));
  1370. list.concat(taicpu.op_reg_ref(A_SW, tmpreg1, dst));
  1371. Inc(src.offset, 4);
  1372. Inc(dst.offset, 4);
  1373. end;
  1374. len := len mod 4;
  1375. end;
  1376. if (len and 4) <> 0 then
  1377. begin
  1378. hreg := GetIntRegister(list, OS_INT);
  1379. a_load_ref_reg(list, OS_32, OS_32, src, hreg);
  1380. a_load_reg_ref(list, OS_32, OS_32, hreg, dst);
  1381. Inc(src.offset, 4);
  1382. Inc(dst.offset, 4);
  1383. end;
  1384. { copy the leftovers }
  1385. if (len and 2) <> 0 then
  1386. begin
  1387. hreg := GetIntRegister(list, OS_INT);
  1388. a_load_ref_reg(list, OS_16, OS_16, src, hreg);
  1389. a_load_reg_ref(list, OS_16, OS_16, hreg, dst);
  1390. Inc(src.offset, 2);
  1391. Inc(dst.offset, 2);
  1392. end;
  1393. if (len and 1) <> 0 then
  1394. begin
  1395. hreg := GetIntRegister(list, OS_INT);
  1396. a_load_ref_reg(list, OS_8, OS_8, src, hreg);
  1397. a_load_reg_ref(list, OS_8, OS_8, hreg, dst);
  1398. end;
  1399. end;
  1400. end;
  1401. procedure TCGMIPS.g_concatcopy_unaligned(list: tasmlist; const Source, dest: treference; len: tcgint);
  1402. var
  1403. src, dst: TReference;
  1404. tmpreg1, countreg: TRegister;
  1405. i: aint;
  1406. lab: tasmlabel;
  1407. begin
  1408. if (len > 31) and
  1409. { see comment in g_concatcopy }
  1410. assigned(current_procinfo) and
  1411. (pi_do_call in current_procinfo.flags) then
  1412. g_concatcopy_move(list, Source, dest, len)
  1413. else
  1414. begin
  1415. reference_reset(src,sizeof(aint));
  1416. reference_reset(dst,sizeof(aint));
  1417. { load the address of source into src.base }
  1418. src.base := GetAddressRegister(list);
  1419. a_loadaddr_ref_reg(list, Source, src.base);
  1420. { load the address of dest into dst.base }
  1421. dst.base := GetAddressRegister(list);
  1422. a_loadaddr_ref_reg(list, dest, dst.base);
  1423. { generate a loop }
  1424. if len > 4 then
  1425. begin
  1426. countreg := GetIntRegister(list, OS_INT);
  1427. tmpreg1 := GetIntRegister(list, OS_INT);
  1428. a_load_const_reg(list, OS_INT, len, countreg);
  1429. current_asmdata.getjumplabel(lab);
  1430. a_label(list, lab);
  1431. list.concat(taicpu.op_reg_ref(A_LBU, tmpreg1, src));
  1432. list.concat(taicpu.op_reg_ref(A_SB, tmpreg1, dst));
  1433. list.concat(taicpu.op_reg_reg_const(A_ADDIU, src.base, src.base, 1));
  1434. list.concat(taicpu.op_reg_reg_const(A_ADDIU, dst.base, dst.base, 1));
  1435. list.concat(taicpu.op_reg_reg_const(A_ADDIU, countreg, countreg, -1));
  1436. a_cmp_reg_reg_label(list,OS_INT,OC_GT,NR_R0,countreg,lab);
  1437. end
  1438. else
  1439. begin
  1440. { unrolled loop }
  1441. tmpreg1 := GetIntRegister(list, OS_INT);
  1442. for i := 1 to len do
  1443. begin
  1444. list.concat(taicpu.op_reg_ref(A_LBU, tmpreg1, src));
  1445. list.concat(taicpu.op_reg_ref(A_SB, tmpreg1, dst));
  1446. Inc(src.offset);
  1447. Inc(dst.offset);
  1448. end;
  1449. end;
  1450. end;
  1451. end;
  1452. procedure TCGMIPS.g_intf_wrapper(list: tasmlist; procdef: tprocdef; const labelname: string; ioffset: longint);
  1453. var
  1454. make_global: boolean;
  1455. hsym: tsym;
  1456. href: treference;
  1457. paraloc: Pcgparalocation;
  1458. IsVirtual: boolean;
  1459. begin
  1460. if not(procdef.proctypeoption in [potype_function,potype_procedure]) then
  1461. Internalerror(200006137);
  1462. if not assigned(procdef.struct) or
  1463. (procdef.procoptions * [po_classmethod, po_staticmethod,
  1464. po_methodpointer, po_interrupt, po_iocheck] <> []) then
  1465. Internalerror(200006138);
  1466. if procdef.owner.symtabletype <> objectsymtable then
  1467. Internalerror(200109191);
  1468. make_global := False;
  1469. if (not current_module.is_unit) or create_smartlink or
  1470. (procdef.owner.defowner.owner.symtabletype = globalsymtable) then
  1471. make_global := True;
  1472. if make_global then
  1473. List.concat(Tai_symbol.Createname_global(labelname, AT_FUNCTION, 0))
  1474. else
  1475. List.concat(Tai_symbol.Createname(labelname, AT_FUNCTION, 0));
  1476. IsVirtual:=(po_virtualmethod in procdef.procoptions) and
  1477. not is_objectpascal_helper(procdef.struct);
  1478. if (cs_create_pic in current_settings.moduleswitches) and
  1479. (not IsVirtual) then
  1480. begin
  1481. list.concat(Taicpu.op_none(A_P_SET_NOREORDER));
  1482. list.concat(Taicpu.op_reg(A_P_CPLOAD,NR_PIC_FUNC));
  1483. list.concat(Taicpu.op_none(A_P_SET_REORDER));
  1484. end;
  1485. { set param1 interface to self }
  1486. procdef.init_paraloc_info(callerside);
  1487. hsym:=tsym(procdef.parast.Find('self'));
  1488. if not(assigned(hsym) and
  1489. (hsym.typ=paravarsym)) then
  1490. internalerror(2010103101);
  1491. paraloc:=tparavarsym(hsym).paraloc[callerside].location;
  1492. if assigned(paraloc^.next) then
  1493. InternalError(2013020101);
  1494. case paraloc^.loc of
  1495. LOC_REGISTER:
  1496. begin
  1497. if ((ioffset>=simm16lo) and (ioffset<=simm16hi)) then
  1498. a_op_const_reg(list,OP_SUB, paraloc^.size,ioffset,paraloc^.register)
  1499. else
  1500. begin
  1501. a_load_const_reg(list, paraloc^.size, ioffset, NR_R1);
  1502. a_op_reg_reg(list, OP_SUB, paraloc^.size, NR_R1, paraloc^.register);
  1503. end;
  1504. end;
  1505. else
  1506. internalerror(2010103102);
  1507. end;
  1508. if IsVirtual then
  1509. begin
  1510. { load VMT pointer }
  1511. reference_reset_base(href,paraloc^.register,0,sizeof(aint));
  1512. list.concat(taicpu.op_reg_ref(A_LW,NR_VMT,href));
  1513. if (procdef.extnumber=$ffff) then
  1514. Internalerror(200006139);
  1515. { TODO: case of large VMT is not handled }
  1516. { We have no reason not to use $t9 even in non-PIC mode. }
  1517. reference_reset_base(href, NR_VMT, tobjectdef(procdef.struct).vmtmethodoffset(procdef.extnumber), sizeof(aint));
  1518. list.concat(taicpu.op_reg_ref(A_LW,NR_PIC_FUNC,href));
  1519. list.concat(taicpu.op_reg(A_JR, NR_PIC_FUNC));
  1520. end
  1521. else if not (cs_create_pic in current_settings.moduleswitches) then
  1522. list.concat(taicpu.op_sym(A_J,current_asmdata.RefAsmSymbol(procdef.mangledname)))
  1523. else
  1524. begin
  1525. { GAS does not expand "J symbol" into PIC sequence }
  1526. reference_reset_symbol(href,current_asmdata.RefAsmSymbol(procdef.mangledname),0,sizeof(pint));
  1527. href.base:=NR_GP;
  1528. href.refaddr:=addr_pic_call16;
  1529. list.concat(taicpu.op_reg_ref(A_LW,NR_PIC_FUNC,href));
  1530. list.concat(taicpu.op_reg(A_JR,NR_PIC_FUNC));
  1531. end;
  1532. { Delay slot }
  1533. list.Concat(TAiCpu.Op_none(A_NOP));
  1534. List.concat(Tai_symbol_end.Createname(labelname));
  1535. end;
  1536. procedure TCGMIPS.g_external_wrapper(list: TAsmList; procdef: tprocdef; const externalname: string);
  1537. var
  1538. href: treference;
  1539. begin
  1540. reference_reset_symbol(href,current_asmdata.RefAsmSymbol(externalname),0,sizeof(aint));
  1541. { Always do indirect jump using $t9, it won't harm in non-PIC mode }
  1542. if (cs_create_pic in current_settings.moduleswitches) then
  1543. begin
  1544. list.concat(taicpu.op_none(A_P_SET_NOREORDER));
  1545. list.concat(taicpu.op_reg(A_P_CPLOAD,NR_PIC_FUNC));
  1546. href.base:=NR_GP;
  1547. href.refaddr:=addr_pic_call16;
  1548. list.concat(taicpu.op_reg_ref(A_LW,NR_PIC_FUNC,href));
  1549. list.concat(taicpu.op_reg(A_JR,NR_PIC_FUNC));
  1550. { Delay slot }
  1551. list.Concat(taicpu.op_none(A_NOP));
  1552. list.Concat(taicpu.op_none(A_P_SET_REORDER));
  1553. end
  1554. else
  1555. begin
  1556. href.refaddr:=addr_high;
  1557. list.concat(taicpu.op_reg_ref(A_LUI,NR_PIC_FUNC,href));
  1558. href.refaddr:=addr_low;
  1559. list.concat(taicpu.op_reg_ref(A_ADDIU,NR_PIC_FUNC,href));
  1560. list.concat(taicpu.op_reg(A_JR,NR_PIC_FUNC));
  1561. { Delay slot }
  1562. list.Concat(taicpu.op_none(A_NOP));
  1563. end;
  1564. end;
  1565. procedure TCGMIPS.g_profilecode(list:TAsmList);
  1566. var
  1567. href: treference;
  1568. begin
  1569. if not (cs_create_pic in current_settings.moduleswitches) then
  1570. begin
  1571. reference_reset_symbol(href,current_asmdata.RefAsmSymbol('_gp'),0,sizeof(pint));
  1572. a_loadaddr_ref_reg(list,href,NR_GP);
  1573. end;
  1574. list.concat(taicpu.op_reg_reg(A_MOVE,NR_R1,NR_RA));
  1575. list.concat(taicpu.op_reg_reg_const(A_ADDIU,NR_SP,NR_SP,-8));
  1576. a_call_sym_pic(list,current_asmdata.RefAsmSymbol('_mcount'));
  1577. end;
  1578. procedure TCGMIPS.g_adjust_self_value(list:TAsmList;procdef: tprocdef;ioffset: tcgint);
  1579. begin
  1580. { This method is integrated into g_intf_wrapper and shouldn't be called separately }
  1581. InternalError(2013020102);
  1582. end;
  1583. {****************************************************************************
  1584. TCG64_MIPSel
  1585. ****************************************************************************}
  1586. procedure TCg64MPSel.a_load64_reg_ref(list: tasmlist; reg: tregister64; const ref: treference);
  1587. var
  1588. tmpref: treference;
  1589. tmpreg: tregister;
  1590. begin
  1591. if target_info.endian = endian_big then
  1592. begin
  1593. tmpreg := reg.reglo;
  1594. reg.reglo := reg.reghi;
  1595. reg.reghi := tmpreg;
  1596. end;
  1597. tmpref := ref;
  1598. tcgmips(cg).make_simple_ref(list,tmpref);
  1599. list.concat(taicpu.op_reg_ref(A_SW,reg.reglo,tmpref));
  1600. Inc(tmpref.offset, 4);
  1601. list.concat(taicpu.op_reg_ref(A_SW,reg.reghi,tmpref));
  1602. end;
  1603. procedure TCg64MPSel.a_load64_ref_reg(list: tasmlist; const ref: treference; reg: tregister64);
  1604. var
  1605. tmpref: treference;
  1606. tmpreg: tregister;
  1607. begin
  1608. if target_info.endian = endian_big then
  1609. begin
  1610. tmpreg := reg.reglo;
  1611. reg.reglo := reg.reghi;
  1612. reg.reghi := tmpreg;
  1613. end;
  1614. tmpref := ref;
  1615. tcgmips(cg).make_simple_ref(list,tmpref);
  1616. list.concat(taicpu.op_reg_ref(A_LW,reg.reglo,tmpref));
  1617. Inc(tmpref.offset, 4);
  1618. list.concat(taicpu.op_reg_ref(A_LW,reg.reghi,tmpref));
  1619. end;
  1620. procedure TCg64MPSel.a_load64_ref_cgpara(list: tasmlist; const r: treference; const paraloc: tcgpara);
  1621. var
  1622. hreg64: tregister64;
  1623. begin
  1624. { Override this function to prevent loading the reference twice.
  1625. Use here some extra registers, but those are optimized away by the RA }
  1626. hreg64.reglo := cg.GetIntRegister(list, OS_S32);
  1627. hreg64.reghi := cg.GetIntRegister(list, OS_S32);
  1628. a_load64_ref_reg(list, r, hreg64);
  1629. a_load64_reg_cgpara(list, hreg64, paraloc);
  1630. end;
  1631. procedure TCg64MPSel.a_op64_reg_reg(list: tasmlist; op: TOpCG; size: tcgsize; regsrc, regdst: TRegister64);
  1632. var
  1633. tmpreg1: TRegister;
  1634. begin
  1635. case op of
  1636. OP_NEG:
  1637. begin
  1638. tmpreg1 := cg.GetIntRegister(list, OS_INT);
  1639. list.concat(taicpu.op_reg_reg_reg(A_SUBU, regdst.reglo, NR_R0, regsrc.reglo));
  1640. list.concat(taicpu.op_reg_reg_reg(A_SLTU, tmpreg1, NR_R0, regdst.reglo));
  1641. list.concat(taicpu.op_reg_reg_reg(A_SUBU, regdst.reghi, NR_R0, regsrc.reghi));
  1642. list.concat(taicpu.op_reg_reg_reg(A_SUBU, regdst.reghi, regdst.reghi, tmpreg1));
  1643. end;
  1644. OP_NOT:
  1645. begin
  1646. list.concat(taicpu.op_reg_reg_reg(A_NOR, regdst.reglo, NR_R0, regsrc.reglo));
  1647. list.concat(taicpu.op_reg_reg_reg(A_NOR, regdst.reghi, NR_R0, regsrc.reghi));
  1648. end;
  1649. else
  1650. a_op64_reg_reg_reg(list,op,size,regsrc,regdst,regdst);
  1651. end;
  1652. end;
  1653. procedure TCg64MPSel.a_op64_const_reg(list: tasmlist; op: TOpCG; size: tcgsize; Value: int64; regdst: TRegister64);
  1654. begin
  1655. a_op64_const_reg_reg(list, op, size, value, regdst, regdst);
  1656. end;
  1657. procedure TCg64MPSel.a_op64_const_reg_reg(list: tasmlist; op: TOpCG; size: tcgsize; Value: int64; regsrc, regdst: tregister64);
  1658. var
  1659. l: tlocation;
  1660. begin
  1661. a_op64_const_reg_reg_checkoverflow(list, op, size, Value, regsrc, regdst, False, l);
  1662. end;
  1663. procedure TCg64MPSel.a_op64_reg_reg_reg(list: tasmlist; op: TOpCG; size: tcgsize; regsrc1, regsrc2, regdst: tregister64);
  1664. var
  1665. l: tlocation;
  1666. begin
  1667. a_op64_reg_reg_reg_checkoverflow(list, op, size, regsrc1, regsrc2, regdst, False, l);
  1668. end;
  1669. procedure TCg64MPSel.a_op64_const_reg_reg_checkoverflow(list: tasmlist; op: TOpCG; size: tcgsize; Value: int64; regsrc, regdst: tregister64; setflags: boolean; var ovloc: tlocation);
  1670. var
  1671. tmplo,carry: TRegister;
  1672. hisize: tcgsize;
  1673. begin
  1674. carry:=NR_NO;
  1675. if (size in [OS_S64]) then
  1676. hisize:=OS_S32
  1677. else
  1678. hisize:=OS_32;
  1679. case op of
  1680. OP_AND,OP_OR,OP_XOR:
  1681. begin
  1682. cg.a_op_const_reg_reg(list,op,OS_32,aint(lo(value)),regsrc.reglo,regdst.reglo);
  1683. cg.a_op_const_reg_reg(list,op,OS_32,aint(hi(value)),regsrc.reghi,regdst.reghi);
  1684. end;
  1685. OP_ADD:
  1686. begin
  1687. if lo(value)<>0 then
  1688. begin
  1689. tmplo:=cg.GetIntRegister(list,OS_32);
  1690. carry:=cg.GetIntRegister(list,OS_32);
  1691. tcgmips(cg).handle_reg_const_reg(list,A_ADDU,regsrc.reglo,aint(lo(value)),tmplo);
  1692. list.concat(taicpu.op_reg_reg_reg(A_SLTU,carry,tmplo,regsrc.reglo));
  1693. cg.a_load_reg_reg(list,OS_32,OS_32,tmplo,regdst.reglo);
  1694. end
  1695. else
  1696. cg.a_load_reg_reg(list,OS_32,OS_32,regsrc.reglo,regdst.reglo);
  1697. { With overflow checking and unsigned args, this generates slighly suboptimal code
  1698. ($80000000 constant loaded twice). Other cases are fine. Getting it perfect does not
  1699. look worth the effort. }
  1700. cg.a_op_const_reg_reg_checkoverflow(list,OP_ADD,hisize,aint(hi(value)),regsrc.reghi,regdst.reghi,setflags,ovloc);
  1701. if carry<>NR_NO then
  1702. cg.a_op_reg_reg_reg_checkoverflow(list,OP_ADD,hisize,carry,regdst.reghi,regdst.reghi,setflags,ovloc);
  1703. end;
  1704. OP_SUB:
  1705. begin
  1706. carry:=NR_NO;
  1707. if lo(value)<>0 then
  1708. begin
  1709. tmplo:=cg.GetIntRegister(list,OS_32);
  1710. carry:=cg.GetIntRegister(list,OS_32);
  1711. tcgmips(cg).handle_reg_const_reg(list,A_SUBU,regsrc.reglo,aint(lo(value)),tmplo);
  1712. list.concat(taicpu.op_reg_reg_reg(A_SLTU,carry,regsrc.reglo,tmplo));
  1713. cg.a_load_reg_reg(list,OS_32,OS_32,tmplo,regdst.reglo);
  1714. end
  1715. else
  1716. cg.a_load_reg_reg(list,OS_32,OS_32,regsrc.reglo,regdst.reglo);
  1717. cg.a_op_const_reg_reg_checkoverflow(list,OP_SUB,hisize,aint(hi(value)),regsrc.reghi,regdst.reghi,setflags,ovloc);
  1718. if carry<>NR_NO then
  1719. cg.a_op_reg_reg_reg_checkoverflow(list,OP_SUB,hisize,carry,regdst.reghi,regdst.reghi,setflags,ovloc);
  1720. end;
  1721. else
  1722. InternalError(2013050301);
  1723. end;
  1724. end;
  1725. procedure TCg64MPSel.a_op64_reg_reg_reg_checkoverflow(list: tasmlist; op: TOpCG; size: tcgsize; regsrc1, regsrc2, regdst: tregister64; setflags: boolean; var ovloc: tlocation);
  1726. var
  1727. tmplo,tmphi,carry,hreg: TRegister;
  1728. signed: boolean;
  1729. begin
  1730. case op of
  1731. OP_ADD:
  1732. begin
  1733. signed:=(size in [OS_S64]);
  1734. tmplo := cg.GetIntRegister(list,OS_S32);
  1735. carry := cg.GetIntRegister(list,OS_S32);
  1736. // destreg.reglo could be regsrc1.reglo or regsrc2.reglo
  1737. list.concat(taicpu.op_reg_reg_reg(A_ADDU, tmplo, regsrc2.reglo, regsrc1.reglo));
  1738. list.concat(taicpu.op_reg_reg_reg(A_SLTU, carry, tmplo, regsrc2.reglo));
  1739. cg.a_load_reg_reg(list,OS_INT,OS_INT,tmplo,regdst.reglo);
  1740. if signed or (not setflags) then
  1741. begin
  1742. list.concat(taicpu.op_reg_reg_reg(ops_add[setflags and signed], regdst.reghi, regsrc2.reghi, regsrc1.reghi));
  1743. list.concat(taicpu.op_reg_reg_reg(ops_add[setflags and signed], regdst.reghi, regdst.reghi, carry));
  1744. end
  1745. else
  1746. begin
  1747. tmphi:=cg.GetIntRegister(list,OS_INT);
  1748. hreg:=cg.GetIntRegister(list,OS_INT);
  1749. cg.a_load_const_reg(list,OS_INT,$80000000,hreg);
  1750. // first add carry to one of the addends
  1751. list.concat(taicpu.op_reg_reg_reg(A_ADDU, tmphi, regsrc2.reghi, carry));
  1752. list.concat(taicpu.op_reg_reg_reg(A_SLTU, carry, tmphi, regsrc2.reghi));
  1753. list.concat(taicpu.op_reg_reg_reg(A_SUB, carry, hreg, carry));
  1754. // then add another addend
  1755. list.concat(taicpu.op_reg_reg_reg(A_ADDU, regdst.reghi, tmphi, regsrc1.reghi));
  1756. list.concat(taicpu.op_reg_reg_reg(A_SLTU, carry, regdst.reghi, tmphi));
  1757. list.concat(taicpu.op_reg_reg_reg(A_SUB, carry, hreg, carry));
  1758. end;
  1759. end;
  1760. OP_SUB:
  1761. begin
  1762. signed:=(size in [OS_S64]);
  1763. tmplo := cg.GetIntRegister(list,OS_S32);
  1764. carry := cg.GetIntRegister(list,OS_S32);
  1765. // destreg.reglo could be regsrc1.reglo or regsrc2.reglo
  1766. list.concat(taicpu.op_reg_reg_reg(A_SUBU, tmplo, regsrc2.reglo, regsrc1.reglo));
  1767. list.concat(taicpu.op_reg_reg_reg(A_SLTU, carry, regsrc2.reglo,tmplo));
  1768. cg.a_load_reg_reg(list,OS_INT,OS_INT,tmplo,regdst.reglo);
  1769. if signed or (not setflags) then
  1770. begin
  1771. list.concat(taicpu.op_reg_reg_reg(ops_sub[setflags and signed], regdst.reghi, regsrc2.reghi, regsrc1.reghi));
  1772. list.concat(taicpu.op_reg_reg_reg(ops_sub[setflags and signed], regdst.reghi, regdst.reghi, carry));
  1773. end
  1774. else
  1775. begin
  1776. tmphi:=cg.GetIntRegister(list,OS_INT);
  1777. hreg:=cg.GetIntRegister(list,OS_INT);
  1778. cg.a_load_const_reg(list,OS_INT,$80000000,hreg);
  1779. // first subtract the carry...
  1780. list.concat(taicpu.op_reg_reg_reg(A_SUBU, tmphi, regsrc2.reghi, carry));
  1781. list.concat(taicpu.op_reg_reg_reg(A_SLTU, carry, regsrc2.reghi, tmphi));
  1782. list.concat(taicpu.op_reg_reg_reg(A_SUB, carry, hreg, carry));
  1783. // ...then the subtrahend
  1784. list.concat(taicpu.op_reg_reg_reg(A_SUBU, regdst.reghi, tmphi, regsrc1.reghi));
  1785. list.concat(taicpu.op_reg_reg_reg(A_SLTU, carry, tmphi, regdst.reghi));
  1786. list.concat(taicpu.op_reg_reg_reg(A_SUB, carry, hreg, carry));
  1787. end;
  1788. end;
  1789. OP_AND,OP_OR,OP_XOR:
  1790. begin
  1791. cg.a_op_reg_reg_reg(list,op,size,regsrc1.reglo,regsrc2.reglo,regdst.reglo);
  1792. cg.a_op_reg_reg_reg(list,op,size,regsrc1.reghi,regsrc2.reghi,regdst.reghi);
  1793. end;
  1794. else
  1795. internalerror(200306017);
  1796. end;
  1797. end;
  1798. procedure create_codegen;
  1799. begin
  1800. cg:=TCGMIPS.Create;
  1801. cg64:=TCg64MPSel.Create;
  1802. end;
  1803. end.