+ SVC instruction

git-svn-id: trunk@23980 -
This commit is contained in:
florian 2013-03-24 20:22:06 +00:00
parent 07762e5c25
commit ac4a6accd3
4 changed files with 6 additions and 3 deletions

View File

@ -328,5 +328,6 @@
'vstm',
'vstr',
'vsub',
'neg'
'neg',
'svc'
);

View File

@ -328,5 +328,6 @@ attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE,
attsufNONE
);

View File

@ -791,5 +791,5 @@ reg32,reg32,reg32,reg32 \x16\x00\x80\x90 ARM7
; Thumb armv6-m (gcc)
[NEG]
[SVC]

View File

@ -328,5 +328,6 @@ A_VSQRT,
A_VSTM,
A_VSTR,
A_VSUB,
A_NEG
A_NEG,
A_SVC
);