Home
last modified time | relevance | path

Searched refs:getopstr (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/fpc-ide/fpc-3.2.2/compiler/arm/
H A Dagarmgas.pas271 getopstr:=getopstr+',';
286 getopstr:=getopstr+',';
298 getopstr:=getopstr+',';
303 getopstr:=getopstr+'}';
305 getopstr:=getopstr+'^';
312 if mfA in o.modeflags then getopstr:=getopstr+'a';
313 if mfI in o.modeflags then getopstr:=getopstr+'i';
314 if mfF in o.modeflags then getopstr:=getopstr+'f';
334 getopstr:=getopstr+'_';
335 if srC in o.specialflags then getopstr:=getopstr+'c';
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/arm/
H A Dagarmgas.pas271 getopstr:=getopstr+',';
286 getopstr:=getopstr+',';
298 getopstr:=getopstr+',';
303 getopstr:=getopstr+'}';
305 getopstr:=getopstr+'^';
312 if mfA in o.modeflags then getopstr:=getopstr+'a';
313 if mfI in o.modeflags then getopstr:=getopstr+'i';
314 if mfF in o.modeflags then getopstr:=getopstr+'f';
334 getopstr:=getopstr+'_';
335 if srC in o.specialflags then getopstr:=getopstr+'c';
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/arm/
H A Dagarmgas.pas271 getopstr:=getopstr+',';
286 getopstr:=getopstr+',';
298 getopstr:=getopstr+',';
303 getopstr:=getopstr+'}';
305 getopstr:=getopstr+'^';
312 if mfA in o.modeflags then getopstr:=getopstr+'a';
313 if mfI in o.modeflags then getopstr:=getopstr+'i';
314 if mfF in o.modeflags then getopstr:=getopstr+'f';
334 getopstr:=getopstr+'_';
335 if srC in o.specialflags then getopstr:=getopstr+'c';
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/m68k/
H A Dag68kgas.pas178 getopstr:=gas_regname(o.reg);
183 getopstr:=o.ref^.symbol.name
185 getopstr:='#';
187 getopstr:=getopstr+'+'+tostr(o.ref^.offset)
190 getopstr:=getopstr+tostr(o.ref^.offset)
193 getopstr:=getopstr+'0';
199 getopstr:='';
203 getopstr:=getopstr+gas_regname(newreg(R_INTREGISTER,i,R_SUBWHOLE))+'/';
208 getopstr:=getopstr+gas_regname(newreg(R_ADDRESSREGISTER,i,R_SUBWHOLE))+'/';
213 getopstr:=getopstr+gas_regname(newreg(R_FPUREGISTER,i,R_SUBNONE))+'/';
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/m68k/
H A Dag68kgas.pas178 getopstr:=gas_regname(o.reg);
183 getopstr:=o.ref^.symbol.name
185 getopstr:='#';
187 getopstr:=getopstr+'+'+tostr(o.ref^.offset)
190 getopstr:=getopstr+tostr(o.ref^.offset)
193 getopstr:=getopstr+'0';
199 getopstr:='';
203 getopstr:=getopstr+gas_regname(newreg(R_INTREGISTER,i,R_SUBWHOLE))+'/';
208 getopstr:=getopstr+gas_regname(newreg(R_ADDRESSREGISTER,i,R_SUBWHOLE))+'/';
213 getopstr:=getopstr+gas_regname(newreg(R_FPUREGISTER,i,R_SUBNONE))+'/';
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/m68k/
H A Dag68kgas.pas178 getopstr:=gas_regname(o.reg);
183 getopstr:=o.ref^.symbol.name
185 getopstr:='#';
187 getopstr:=getopstr+'+'+tostr(o.ref^.offset)
190 getopstr:=getopstr+tostr(o.ref^.offset)
193 getopstr:=getopstr+'0';
199 getopstr:='';
203 getopstr:=getopstr+gas_regname(newreg(R_INTREGISTER,i,R_SUBWHOLE))+'/';
208 getopstr:=getopstr+gas_regname(newreg(R_ADDRESSREGISTER,i,R_SUBWHOLE))+'/';
213 getopstr:=getopstr+gas_regname(newreg(R_FPUREGISTER,i,R_SUBNONE))+'/';
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/aarch64/
H A Dagcpugas.pas202 getopstr:='v'+tostr(getsupreg(hp.oper[opnr]^.reg))+'.S[0]';
204 getopstr:='v'+tostr(getsupreg(hp.oper[opnr]^.reg))+'.D[0]';
210 getopstr:=gas_regname(o.reg);
213 getopstr:=gas_shiftmode2str[o.shifterop^.shiftmode];
215 getopstr:=getopstr+' #'+tostr(o.shifterop^.shiftimm)
219 getopstr:='#'+tostr(o.val)
221 getopstr:='#0x'+hexStr(o.val,16);
223 getopstr:=cond2str[o.cc];
235 getopstr:=o.ref^.symbol.name;
238 getopstr:=getreferencestring(asminfo,o.ref^);
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/aarch64/
H A Dagcpugas.pas202 getopstr:='v'+tostr(getsupreg(hp.oper[opnr]^.reg))+'.S[0]';
204 getopstr:='v'+tostr(getsupreg(hp.oper[opnr]^.reg))+'.D[0]';
210 getopstr:=gas_regname(o.reg);
213 getopstr:=gas_shiftmode2str[o.shifterop^.shiftmode];
215 getopstr:=getopstr+' #'+tostr(o.shifterop^.shiftimm)
219 getopstr:='#'+tostr(o.val)
221 getopstr:='#0x'+hexStr(o.val,16);
223 getopstr:=cond2str[o.cc];
235 getopstr:=o.ref^.symbol.name;
238 getopstr:=getreferencestring(asminfo,o.ref^);
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/aarch64/
H A Dagcpugas.pas202 getopstr:='v'+tostr(getsupreg(hp.oper[opnr]^.reg))+'.S[0]';
204 getopstr:='v'+tostr(getsupreg(hp.oper[opnr]^.reg))+'.D[0]';
210 getopstr:=gas_regname(o.reg);
213 getopstr:=gas_shiftmode2str[o.shifterop^.shiftmode];
215 getopstr:=getopstr+' #'+tostr(o.shifterop^.shiftimm)
219 getopstr:='#'+tostr(o.val)
221 getopstr:='#0x'+hexStr(o.val,16);
223 getopstr:=cond2str[o.cc];
235 getopstr:=o.ref^.symbol.name;
238 getopstr:=getreferencestring(asminfo,o.ref^);
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/sparc64/
H A Dcpugas.pas43 function getopstr(const Oper:TOper):string; in getopstr() function
148 function TSPARCInstrWriter.getopstr(const Oper:TOper):string; in TSPARCInstrWriter.getopstr()
153 getopstr:=gas_regname(reg);
155 getopstr:=tostr(longint(val));
160 getopstr:='['+getreferencestring(ref^)+']'
162 getopstr:=getreferencestring(ref^);
178 …owner.writer.AsmWriteln(#9+std_op2str[opc]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicpu(hp…
182 …owner.writer.AsmWriteln(#9+std_op2str[A_FMOVs]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicp…
217 s:=s+#9+getopstr(taicpu(hp).oper[0]^);
219 s:=s+','+getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc-source/fpc-3.2.2/compiler/sparc64/
H A Dcpugas.pas43 function getopstr(const Oper:TOper):string; in getopstr() function
148 function TSPARCInstrWriter.getopstr(const Oper:TOper):string; in TSPARCInstrWriter.getopstr()
153 getopstr:=gas_regname(reg);
155 getopstr:=tostr(longint(val));
160 getopstr:='['+getreferencestring(ref^)+']'
162 getopstr:=getreferencestring(ref^);
178 …owner.writer.AsmWriteln(#9+std_op2str[opc]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicpu(hp…
182 …owner.writer.AsmWriteln(#9+std_op2str[A_FMOVs]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicp…
217 s:=s+#9+getopstr(taicpu(hp).oper[0]^);
219 s:=s+','+getopstr(taicpu(hp).oper[i]^);
/dports/editors/fpc-ide/fpc-3.2.2/compiler/sparc64/
H A Dcpugas.pas43 function getopstr(const Oper:TOper):string; in getopstr() function
148 function TSPARCInstrWriter.getopstr(const Oper:TOper):string; in TSPARCInstrWriter.getopstr()
153 getopstr:=gas_regname(reg);
155 getopstr:=tostr(longint(val));
160 getopstr:='['+getreferencestring(ref^)+']'
162 getopstr:=getreferencestring(ref^);
178 …owner.writer.AsmWriteln(#9+std_op2str[opc]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicpu(hp…
182 …owner.writer.AsmWriteln(#9+std_op2str[A_FMOVs]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicp…
217 s:=s+#9+getopstr(taicpu(hp).oper[0]^);
219 s:=s+','+getopstr(taicpu(hp).oper[i]^);
/dports/editors/fpc-ide/fpc-3.2.2/compiler/sparcgen/
H A Dcpugas.pas43 function getopstr(const Oper:TOper):string; in getopstr() function
144 function TSPARCInstrWriter.getopstr(const Oper:TOper):string; in TSPARCInstrWriter.getopstr()
149 getopstr:=gas_regname(reg);
151 getopstr:=tostr(longint(val));
156 getopstr:='['+getreferencestring(ref^)+']'
158 getopstr:=getreferencestring(ref^);
174 …owner.writer.AsmWriteln(#9+std_op2str[opc]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicpu(hp…
178 …owner.writer.AsmWriteln(#9+std_op2str[A_FMOVs]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicp…
213 s:=s+#9+getopstr(taicpu(hp).oper[0]^);
215 s:=s+','+getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc/fpc-3.2.2/compiler/sparcgen/
H A Dcpugas.pas43 function getopstr(const Oper:TOper):string; in getopstr() function
144 function TSPARCInstrWriter.getopstr(const Oper:TOper):string; in TSPARCInstrWriter.getopstr()
149 getopstr:=gas_regname(reg);
151 getopstr:=tostr(longint(val));
156 getopstr:='['+getreferencestring(ref^)+']'
158 getopstr:=getreferencestring(ref^);
174 …owner.writer.AsmWriteln(#9+std_op2str[opc]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicpu(hp…
178 …owner.writer.AsmWriteln(#9+std_op2str[A_FMOVs]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicp…
213 s:=s+#9+getopstr(taicpu(hp).oper[0]^);
215 s:=s+','+getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc-source/fpc-3.2.2/compiler/sparcgen/
H A Dcpugas.pas43 function getopstr(const Oper:TOper):string; in getopstr() function
144 function TSPARCInstrWriter.getopstr(const Oper:TOper):string; in TSPARCInstrWriter.getopstr()
149 getopstr:=gas_regname(reg);
151 getopstr:=tostr(longint(val));
156 getopstr:='['+getreferencestring(ref^)+']'
158 getopstr:=getreferencestring(ref^);
174 …owner.writer.AsmWriteln(#9+std_op2str[opc]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicpu(hp…
178 …owner.writer.AsmWriteln(#9+std_op2str[A_FMOVs]+#9+getopstr(taicpu(hp).oper[0]^)+','+getopstr(taicp…
213 s:=s+#9+getopstr(taicpu(hp).oper[0]^);
215 s:=s+','+getopstr(taicpu(hp).oper[i]^);
/dports/editors/fpc-ide/fpc-3.2.2/compiler/avr/
H A Dagavrgas.pas154 function getopstr(const o:toper) : string; in getopstr() function
162 getopstr:=gas_regname(o.reg);
164 getopstr:=tostr(longint(o.val));
173 getopstr:=hs;
176 getopstr:=getreferencestring(o.ref^);
194 s:=s+sep+getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc-source/fpc-3.2.2/compiler/avr/
H A Dagavrgas.pas154 function getopstr(const o:toper) : string; in getopstr() function
162 getopstr:=gas_regname(o.reg);
164 getopstr:=tostr(longint(o.val));
173 getopstr:=hs;
176 getopstr:=getreferencestring(o.ref^);
194 s:=s+sep+getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc/fpc-3.2.2/compiler/avr/
H A Dagavrgas.pas154 function getopstr(const o:toper) : string; in getopstr() function
162 getopstr:=gas_regname(o.reg);
164 getopstr:=tostr(longint(o.val));
173 getopstr:=hs;
176 getopstr:=getreferencestring(o.ref^);
194 s:=s+sep+getopstr(taicpu(hp).oper[i]^);
/dports/editors/fpc-ide/fpc-3.2.2/compiler/mips/
H A Dcpugas.pas161 function getopstr(const Oper: TOper): string; in getopstr() function
166 getopstr := asm_regname(reg);
168 getopstr := tostr(longint(val));
170 getopstr := getreferencestring(ref^);
195 …s := #9 + gas_op2str[op] + #9'0x' + hexstr(taicpu(hp).oper[0]^.val,8)+ ',' + getopstr(taicpu(hp).o…
235 s := s + #9 + getopstr(taicpu(hp).oper[0]^);
237 s := s + ',' + getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc-source/fpc-3.2.2/compiler/mips/
H A Dcpugas.pas161 function getopstr(const Oper: TOper): string; in getopstr() function
166 getopstr := asm_regname(reg);
168 getopstr := tostr(longint(val));
170 getopstr := getreferencestring(ref^);
195 …s := #9 + gas_op2str[op] + #9'0x' + hexstr(taicpu(hp).oper[0]^.val,8)+ ',' + getopstr(taicpu(hp).o…
235 s := s + #9 + getopstr(taicpu(hp).oper[0]^);
237 s := s + ',' + getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc/fpc-3.2.2/compiler/mips/
H A Dcpugas.pas161 function getopstr(const Oper: TOper): string; in getopstr() function
166 getopstr := asm_regname(reg);
168 getopstr := tostr(longint(val));
170 getopstr := getreferencestring(ref^);
195 …s := #9 + gas_op2str[op] + #9'0x' + hexstr(taicpu(hp).oper[0]^.val,8)+ ',' + getopstr(taicpu(hp).o…
235 s := s + #9 + getopstr(taicpu(hp).oper[0]^);
237 s := s + ',' + getopstr(taicpu(hp).oper[i]^);
/dports/lang/fpc/fpc-3.2.2/compiler/llvm/
H A Dagllvm.pas99 function getopstr(const o:toper; refwithalign: boolean) : TSymStr; in getopstr() function
410 getopstr:=getregisterstring(o.reg);
412 getopstr:=tostr(int64(o.val));
416 getopstr:='';
418 getopstr:=LlvmAsmSymName(o.ref^.symbol)
420 getopstr:='null';
425 getopstr:=getreferencestring(o.ref^,refwithalign);
428 getopstr:=llvmencodetypename(o.def);
432 getopstr:=llvm_cond2str[o.cond];
436 getopstr:=llvm_fpcond2str[o.fpcond];
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/llvm/
H A Dagllvm.pas99 function getopstr(const o:toper; refwithalign: boolean) : TSymStr; in getopstr() function
410 getopstr:=getregisterstring(o.reg);
412 getopstr:=tostr(int64(o.val));
416 getopstr:='';
418 getopstr:=LlvmAsmSymName(o.ref^.symbol)
420 getopstr:='null';
425 getopstr:=getreferencestring(o.ref^,refwithalign);
428 getopstr:=llvmencodetypename(o.def);
432 getopstr:=llvm_cond2str[o.cond];
436 getopstr:=llvm_fpcond2str[o.fpcond];
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/llvm/
H A Dagllvm.pas99 function getopstr(const o:toper; refwithalign: boolean) : TSymStr; in getopstr() function
410 getopstr:=getregisterstring(o.reg);
412 getopstr:=tostr(int64(o.val));
416 getopstr:='';
418 getopstr:=LlvmAsmSymName(o.ref^.symbol)
420 getopstr:='null';
425 getopstr:=getreferencestring(o.ref^,refwithalign);
428 getopstr:=llvmencodetypename(o.def);
432 getopstr:=llvm_cond2str[o.cond];
436 getopstr:=llvm_fpcond2str[o.fpcond];
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/ppcgen/
H A Dagppcgas.pas225 function getopstr(asminfo: pasminfo; const o:toper) : string; in getopstr() function
231 getopstr:=gas_regname(o.reg);
233 getopstr:=tostr(longint(o.val));
245 getopstr:=hs;
248 getopstr:=getreferencestring(asminfo,o.ref^);
394 s:=s+sep+getopstr(owner.asminfo,taicpu(hp).oper[i]^);

12