mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 08:02:38 +02:00
![]() + Added new value TAttSuffix.attsufINTdual, assigned it to movsX and movzX instructions * Moved suffix-to-size translation tables from rax86att.pas to itcpugas.pas + Added x86_64 specific suffix-to-size translation, enabling BQ and WQ suffixes (LQ seems unnecessary at the moment) * Fixed logic of tx86attreader.is_asmopcode so it only assigns dual suffix to instructions that explicitly allow it. This disambiguates cases like movsbq=movs+bq vs. cmovbq=cmovb+q * As a net result: movz[bw]q and movs[bw]q now compile for x86_64; cmovbw and cmovbl which were incorrectly handled for i386 are now fixed. + Test for correct assembling of cmov. git-svn-id: trunk@17353 - |
||
---|---|---|
.. | ||
aasmcpu.pas | ||
agx86att.pas | ||
agx86int.pas | ||
cga.pas | ||
cgx86.pas | ||
cpubase.pas | ||
itcpugas.pas | ||
itx86int.pas | ||
nx86add.pas | ||
nx86cnv.pas | ||
nx86con.pas | ||
nx86inl.pas | ||
nx86mat.pas | ||
nx86set.pas | ||
rax86.pas | ||
rax86att.pas | ||
rax86int.pas | ||
rgx86.pas | ||
x86ins.dat | ||
x86reg.dat |