mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 11:50:19 +02:00
+ SVC instruction
git-svn-id: trunk@23980 -
This commit is contained in:
parent
07762e5c25
commit
ac4a6accd3
@ -328,5 +328,6 @@
|
||||
'vstm',
|
||||
'vstr',
|
||||
'vsub',
|
||||
'neg'
|
||||
'neg',
|
||||
'svc'
|
||||
);
|
||||
|
@ -328,5 +328,6 @@ attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE
|
||||
);
|
||||
|
@ -791,5 +791,5 @@ reg32,reg32,reg32,reg32 \x16\x00\x80\x90 ARM7
|
||||
|
||||
; Thumb armv6-m (gcc)
|
||||
[NEG]
|
||||
|
||||
[SVC]
|
||||
|
||||
|
@ -328,5 +328,6 @@ A_VSQRT,
|
||||
A_VSTM,
|
||||
A_VSTR,
|
||||
A_VSUB,
|
||||
A_NEG
|
||||
A_NEG,
|
||||
A_SVC
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user