mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 04:49:43 +01:00
* fix assembling of vfnm*
git-svn-id: trunk@33189 -
This commit is contained in:
parent
e1546303f8
commit
c564acd378
@ -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
|
||||
|
||||
@ -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
|
||||
),
|
||||
(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user