mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 14:26:16 +02:00
+ patch by Bernd to add the push/pop mnemonic for arm/thumb-2, resolves #22041
git-svn-id: trunk@21310 -
This commit is contained in:
parent
8832a34b67
commit
b2813abec2
@ -273,6 +273,8 @@
|
|||||||
'asr',
|
'asr',
|
||||||
'lsr',
|
'lsr',
|
||||||
'lsl',
|
'lsl',
|
||||||
|
'pop',
|
||||||
|
'push',
|
||||||
'ror',
|
'ror',
|
||||||
'sdiv',
|
'sdiv',
|
||||||
'udiv',
|
'udiv',
|
||||||
|
@ -293,5 +293,7 @@ attsufNONE,
|
|||||||
attsufNONE,
|
attsufNONE,
|
||||||
attsufNONE,
|
attsufNONE,
|
||||||
attsufNONE,
|
attsufNONE,
|
||||||
|
attsufNONE,
|
||||||
|
attsufNONE,
|
||||||
attsufNONE
|
attsufNONE
|
||||||
);
|
);
|
||||||
|
@ -708,6 +708,10 @@ reg32,reg32,reg32,reg32 \x16\x00\x80\x90 ARM7
|
|||||||
|
|
||||||
[LSLcc]
|
[LSLcc]
|
||||||
|
|
||||||
|
[POP]
|
||||||
|
|
||||||
|
[PUSH]
|
||||||
|
|
||||||
[RORcc]
|
[RORcc]
|
||||||
|
|
||||||
[SDIVcc]
|
[SDIVcc]
|
||||||
|
@ -273,6 +273,8 @@ A_YIELD,
|
|||||||
A_ASR,
|
A_ASR,
|
||||||
A_LSR,
|
A_LSR,
|
||||||
A_LSL,
|
A_LSL,
|
||||||
|
A_POP,
|
||||||
|
A_PUSH,
|
||||||
A_ROR,
|
A_ROR,
|
||||||
A_SDIV,
|
A_SDIV,
|
||||||
A_UDIV,
|
A_UDIV,
|
||||||
|
Loading…
Reference in New Issue
Block a user