+ support msr regf,reg32 on arm in the internal assembler

git-svn-id: trunk@41128 -
This commit is contained in:
florian 2019-01-29 20:38:51 +00:00
parent a186f48442
commit 4db5478acc
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
{ don't edit, this file is generated from armins.dat }
958;
959;

View File

@ -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;