mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
bugfix external assembler gnu-assembler
git-svn-id: branches/tg74/avx512-0037785@47141 -
This commit is contained in:
parent
91083d9aaf
commit
1bad350d43
@ -10839,7 +10839,7 @@
|
||||
(
|
||||
opcode : A_VCVTSI2SD;
|
||||
ops : 3;
|
||||
optypes : (ot_xmmreg,ot_xmmreg_er,ot_reg32,ot_none);
|
||||
optypes : (ot_xmmreg,ot_xmmreg,ot_reg32,ot_none);
|
||||
code : #220#232#242#248#1#42#61#80;
|
||||
flags : [if_avx,if_sandybridge,if_sd]
|
||||
),
|
||||
@ -10853,7 +10853,7 @@
|
||||
(
|
||||
opcode : A_VCVTSI2SS;
|
||||
ops : 3;
|
||||
optypes : (ot_xmmreg,ot_xmmreg_er,ot_reg32,ot_none);
|
||||
optypes : (ot_xmmreg,ot_xmmreg,ot_reg32,ot_none);
|
||||
code : #219#232#242#248#1#42#61#80;
|
||||
flags : [if_avx,if_sandybridge,if_sd]
|
||||
),
|
||||
|
@ -10867,7 +10867,7 @@
|
||||
(
|
||||
opcode : A_VCVTSI2SD;
|
||||
ops : 3;
|
||||
optypes : (ot_xmmreg,ot_xmmreg_er,ot_reg32,ot_none);
|
||||
optypes : (ot_xmmreg,ot_xmmreg,ot_reg32,ot_none);
|
||||
code : #220#232#242#248#1#42#61#80;
|
||||
flags : [if_avx,if_sandybridge,if_sd]
|
||||
),
|
||||
@ -10881,7 +10881,7 @@
|
||||
(
|
||||
opcode : A_VCVTSI2SS;
|
||||
ops : 3;
|
||||
optypes : (ot_xmmreg,ot_xmmreg_er,ot_reg32,ot_none);
|
||||
optypes : (ot_xmmreg,ot_xmmreg,ot_reg32,ot_none);
|
||||
code : #219#232#242#248#1#42#61#80;
|
||||
flags : [if_avx,if_sandybridge,if_sd]
|
||||
),
|
||||
|
@ -11140,7 +11140,7 @@
|
||||
(
|
||||
opcode : A_VCVTSI2SD;
|
||||
ops : 3;
|
||||
optypes : (ot_xmmreg,ot_xmmreg_er,ot_reg32,ot_none);
|
||||
optypes : (ot_xmmreg,ot_xmmreg,ot_reg32,ot_none);
|
||||
code : #220#232#242#248#1#42#61#80;
|
||||
flags : [if_avx,if_sandybridge,if_sd]
|
||||
),
|
||||
@ -11161,14 +11161,14 @@
|
||||
(
|
||||
opcode : A_VCVTSI2SD;
|
||||
ops : 3;
|
||||
optypes : (ot_xmmreg,ot_xmmreg,ot_memory or ot_bits64,ot_none);
|
||||
optypes : (ot_xmmreg,ot_xmmreg_er,ot_memory or ot_bits64,ot_none);
|
||||
code : #220#232#234#242#243#248#1#42#61#80;
|
||||
flags : [if_avx,if_sandybridge,if_x86_64,if_t1s]
|
||||
),
|
||||
(
|
||||
opcode : A_VCVTSI2SS;
|
||||
ops : 3;
|
||||
optypes : (ot_xmmreg,ot_xmmreg_er,ot_reg32,ot_none);
|
||||
optypes : (ot_xmmreg,ot_xmmreg,ot_reg32,ot_none);
|
||||
code : #219#232#242#248#1#42#61#80;
|
||||
flags : [if_avx,if_sandybridge,if_sd]
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user