mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 08:09:28 +02:00
+ SW postfix for sign extending a 32 bit integer
git-svn-id: trunk@29840 -
This commit is contained in:
parent
ff61aba3fe
commit
a49d386541
@ -129,15 +129,15 @@ unit cpubase;
|
|||||||
{ update condition flags }
|
{ update condition flags }
|
||||||
PF_S,
|
PF_S,
|
||||||
{ load/store sizes }
|
{ load/store sizes }
|
||||||
PF_B,PF_SB,PF_H,PF_SH,PF_SW
|
PF_B,PF_SB,PF_H,PF_SH,PF_W,PF_SW
|
||||||
);
|
);
|
||||||
|
|
||||||
TOpPostfixes = set of TOpPostfix;
|
TOpPostfixes = set of TOpPostfix;
|
||||||
|
|
||||||
const
|
const
|
||||||
oppostfix2str : array[TOpPostfix] of string[2] = ('',
|
oppostfix2str: array[TOpPostfix] of string[2] = ('',
|
||||||
's',
|
's',
|
||||||
'b','sb','h','sh','sw');
|
'b','sb','h','sh','w','sw');
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
Conditions
|
Conditions
|
||||||
|
Loading…
Reference in New Issue
Block a user