mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 18:31:41 +02:00
![]() * disallow pushfd/popfd for x86_64 (mantis #14862) * fixed assembling popfq with the internal assembler (it needs a rex.w prefisx, while pushfq doesn't) * changed the default opcode size of pushf/popf/pusha/popa in {$asmmode intel} from "native size" to 16 bit (compatible with Intel manuals and Kylix; in AT&T mode, the default size for those operations remains the native one) * changed pushf/popf in rtl/i386/* into pushfd/popfd because of the previous change git-svn-id: trunk@15546 - |
||
---|---|---|
.. | ||
aoptcpu.pas | ||
aoptcpub.pas | ||
aoptcpud.pas | ||
cgcpu.pas | ||
cpubase.inc | ||
cpuinfo.pas | ||
cpunode.pas | ||
cpupara.pas | ||
cpupi.pas | ||
cputarg.pas | ||
nx64add.pas | ||
nx64cal.pas | ||
nx64cnv.pas | ||
nx64inl.pas | ||
nx64mat.pas | ||
r8664ari.inc | ||
r8664att.inc | ||
r8664con.inc | ||
r8664dwrf.inc | ||
r8664int.inc | ||
r8664iri.inc | ||
r8664nor.inc | ||
r8664num.inc | ||
r8664op.inc | ||
r8664ot.inc | ||
r8664rni.inc | ||
r8664sri.inc | ||
r8664stab.inc | ||
r8664std.inc | ||
rax64att.pas | ||
rax64int.pas | ||
rgcpu.pas | ||
x8664ats.inc | ||
x8664att.inc | ||
x8664int.inc | ||
x8664nop.inc | ||
x8664op.inc | ||
x8664pro.inc | ||
x8664tab.inc |