* fix assembling of vfnm*

git-svn-id: trunk@33189 -
This commit is contained in:
florian 2016-03-06 13:33:29 +00:00
parent e1546303f8
commit c564acd378
2 changed files with 9 additions and 9 deletions

View File

@ -1668,13 +1668,13 @@ vreg,vreg,vreg \x92\xEE\xA0\xA\x40 THUMB32,VFPv4
vreg,vreg,vreg \x42\xE\xA0\xA\x40 ARM32,VFPv4
[VFNMA]
vreg,vreg,vreg \x92\xEE\x90\xA\x00 THUMB32,VFPv4
vreg,vreg,vreg \x42\xE\x90\xA\x00 ARM32,VFPv4
[VFNMS]
vreg,vreg,vreg \x92\xEE\x90\xA\x40 THUMB32,VFPv4
vreg,vreg,vreg \x42\xE\x90\xA\x40 ARM32,VFPv4
[VFNMS]
vreg,vreg,vreg \x92\xEE\x90\xA\x00 THUMB32,VFPv4
vreg,vreg,vreg \x42\xE\x90\xA\x00 ARM32,VFPv4
[VNEGcc]
vreg,vreg \x92\xEE\xB1\xA\x40 THUMB32,VFPv2
vreg,vreg \x42\xE\xB1\xA\x40 ARM32,VFPv2
@ -1838,4 +1838,4 @@ fpureg,immshifter \xA1\1\xD ARM32,FPA
[LOGcc]
fpureg,fpureg \xA1\1\xB ARM32,FPA
fpureg,immshifter \xA1\1\xB ARM32,FPA
fpureg,immshifter \xA1\1\xB ARM32,FPA

View File

@ -6101,28 +6101,28 @@
opcode : A_VFNMA;
ops : 3;
optypes : (ot_vreg,ot_vreg,ot_vreg,ot_none,ot_none,ot_none);
code : #146#238#144#10#0;
code : #146#238#144#10#64;
flags : if_thumb32 or if_vfpv4
),
(
opcode : A_VFNMA;
ops : 3;
optypes : (ot_vreg,ot_vreg,ot_vreg,ot_none,ot_none,ot_none);
code : #66#14#144#10#0;
code : #66#14#144#10#64;
flags : if_arm32 or if_vfpv4
),
(
opcode : A_VFNMS;
ops : 3;
optypes : (ot_vreg,ot_vreg,ot_vreg,ot_none,ot_none,ot_none);
code : #146#238#144#10#64;
code : #146#238#144#10#0;
flags : if_thumb32 or if_vfpv4
),
(
opcode : A_VFNMS;
ops : 3;
optypes : (ot_vreg,ot_vreg,ot_vreg,ot_none,ot_none,ot_none);
code : #66#14#144#10#64;
code : #66#14#144#10#0;
flags : if_arm32 or if_vfpv4
),
(