mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 22:26:07 +02:00
+ support msr regf,reg32 on arm in the internal assembler
git-svn-id: trunk@41128 -
This commit is contained in:
parent
a186f48442
commit
4db5478acc
@ -402,6 +402,7 @@ reg32,regf \x10\x01\x0F ARM32,ARMv4
|
||||
regf,reg32 \x96\xF3\x80\x80\x0 THUMB32,ARMv6
|
||||
|
||||
regf,reg32 \x12\x01\x20\xF0 ARM32,ARMv4
|
||||
regs,reg32 \x12\x01\x20\xF0 ARM32,ARMv4
|
||||
regf,immshifter \x13\x03\x20\xF0 ARM32,ARMv4
|
||||
regs,immshifter \x13\x03\x20\xF0 ARM32,ARMv4
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
{ don't edit, this file is generated from armins.dat }
|
||||
958;
|
||||
959;
|
||||
|
@ -1351,6 +1351,13 @@
|
||||
code : #18#1#32#240;
|
||||
flags : if_arm32 or if_armv4
|
||||
),
|
||||
(
|
||||
opcode : A_MSR;
|
||||
ops : 2;
|
||||
optypes : (ot_regs,ot_reg32,ot_none,ot_none,ot_none,ot_none);
|
||||
code : #18#1#32#240;
|
||||
flags : if_arm32 or if_armv4
|
||||
),
|
||||
(
|
||||
opcode : A_MSR;
|
||||
ops : 2;
|
||||
|
Loading…
Reference in New Issue
Block a user