mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +02:00
+ added newly used opcodes to avx_opcode_only_op0_may_be_memref
git-svn-id: trunk@48070 -
This commit is contained in:
parent
d42c334de9
commit
de36d6c049
@ -143,7 +143,13 @@ implementation
|
|||||||
A_VANDPS,
|
A_VANDPS,
|
||||||
A_VUNPCKLPS,
|
A_VUNPCKLPS,
|
||||||
A_VUNPCKHPS,
|
A_VUNPCKHPS,
|
||||||
A_VSHUFPD:
|
A_VSHUFPD,
|
||||||
|
A_VREDUCEPD,
|
||||||
|
A_VREDUCEPS,
|
||||||
|
A_VREDUCESD,
|
||||||
|
A_VREDUCESS,
|
||||||
|
A_VROUNDSS,
|
||||||
|
A_VROUNDSD:
|
||||||
result:=true;
|
result:=true;
|
||||||
else
|
else
|
||||||
result:=false;
|
result:=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user