git-svn-id: trunk@21310 -
@@ -273,6 +273,8 @@
'asr',
'lsr',
'lsl',
+'pop',
+'push',
'ror',
'sdiv',
'udiv',
@@ -293,5 +293,7 @@ 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,