mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:49:26 +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_VUNPCKLPS,
|
||||
A_VUNPCKHPS,
|
||||
A_VSHUFPD:
|
||||
A_VSHUFPD,
|
||||
A_VREDUCEPD,
|
||||
A_VREDUCEPS,
|
||||
A_VREDUCESD,
|
||||
A_VREDUCESS,
|
||||
A_VROUNDSS,
|
||||
A_VROUNDSD:
|
||||
result:=true;
|
||||
else
|
||||
result:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user