mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:29:09 +02:00
* potential fix for assembler MOVNTSD
git-svn-id: branches/tg74/avx512merge@43276 -
This commit is contained in:
parent
85ca3248bf
commit
14167ca84a
@ -7970,7 +7970,7 @@
|
|||||||
opcode : A_MOVNTSD;
|
opcode : A_MOVNTSD;
|
||||||
ops : 2;
|
ops : 2;
|
||||||
optypes : (ot_memory,ot_xmmreg,ot_none,ot_none);
|
optypes : (ot_memory,ot_xmmreg,ot_none,ot_none);
|
||||||
code : #214#220#213#2#15#43#65;
|
code : #220#213#2#15#43#65;
|
||||||
flags : [if_sse4]
|
flags : [if_sse4]
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -7998,7 +7998,7 @@
|
|||||||
opcode : A_MOVNTSD;
|
opcode : A_MOVNTSD;
|
||||||
ops : 2;
|
ops : 2;
|
||||||
optypes : (ot_memory,ot_xmmreg,ot_none,ot_none);
|
optypes : (ot_memory,ot_xmmreg,ot_none,ot_none);
|
||||||
code : #214#220#213#2#15#43#65;
|
code : #220#213#2#15#43#65;
|
||||||
flags : [if_sse4]
|
flags : [if_sse4]
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -3190,7 +3190,7 @@ mem,xmmreg \333\2\x0F\x2B\101 SSE4,SD
|
|||||||
|
|
||||||
[MOVNTSD]
|
[MOVNTSD]
|
||||||
(Ch_All)
|
(Ch_All)
|
||||||
mem,xmmreg \326\334\325\2\x0F\x2B\101 SSE4 ;,SQ
|
mem,xmmreg \334\325\2\x0F\x2B\101 SSE4 ;,SQ
|
||||||
|
|
||||||
[INSERTQ]
|
[INSERTQ]
|
||||||
(Ch_All)
|
(Ch_All)
|
||||||
|
@ -8201,7 +8201,7 @@
|
|||||||
opcode : A_MOVNTSD;
|
opcode : A_MOVNTSD;
|
||||||
ops : 2;
|
ops : 2;
|
||||||
optypes : (ot_memory,ot_xmmreg,ot_none,ot_none);
|
optypes : (ot_memory,ot_xmmreg,ot_none,ot_none);
|
||||||
code : #214#220#213#2#15#43#65;
|
code : #220#213#2#15#43#65;
|
||||||
flags : [if_sse4]
|
flags : [if_sse4]
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user