mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 04:48:07 +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',
|
||||
'lsr',
|
||||
'lsl',
|
||||
'pop',
|
||||
'push',
|
||||
'ror',
|
||||
'sdiv',
|
||||
'udiv',
|
||||
|
@ -293,5 +293,7 @@ attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE
|
||||
);
|
||||
|
@ -708,6 +708,10 @@ reg32,reg32,reg32,reg32 \x16\x00\x80\x90 ARM7
|
||||
|
||||
[LSLcc]
|
||||
|
||||
[POP]
|
||||
|
||||
[PUSH]
|
||||
|
||||
[RORcc]
|
||||
|
||||
[SDIVcc]
|
||||
|
@ -273,6 +273,8 @@ A_YIELD,
|
||||
A_ASR,
|
||||
A_LSR,
|
||||
A_LSL,
|
||||
A_POP,
|
||||
A_PUSH,
|
||||
A_ROR,
|
||||
A_SDIV,
|
||||
A_UDIV,
|
||||
|
Loading…
Reference in New Issue
Block a user