+ 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:
florian 2012-05-15 18:52:09 +00:00
parent 8832a34b67
commit b2813abec2
4 changed files with 10 additions and 0 deletions

View File

@ -273,6 +273,8 @@
'asr',
'lsr',
'lsl',
'pop',
'push',
'ror',
'sdiv',
'udiv',

View File

@ -293,5 +293,7 @@ attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE
);

View File

@ -708,6 +708,10 @@ reg32,reg32,reg32,reg32 \x16\x00\x80\x90 ARM7
[LSLcc]
[POP]
[PUSH]
[RORcc]
[SDIVcc]

View File

@ -273,6 +273,8 @@ A_YIELD,
A_ASR,
A_LSR,
A_LSL,
A_POP,
A_PUSH,
A_ROR,
A_SDIV,
A_UDIV,