mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
e83311c73d
The fvm: annotation to generate the correct EVEX compressed
displacements had inadvertently gotten dropped from a handful of
instructions in checkin c33d95fde9
:
BR 3392370: {z} decorator allowed on MOVDQ* memory operands
Put them back, and verify they work.
Reported-by: Henrik <henrik@gramner.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
6 lines
112 B
NASM
6 lines
112 B
NASM
bits 64
|
|
vmovdqa32 [rdi],zmm16
|
|
vmovdqa32 [rdi+64],zmm17
|
|
vmovdqa32 [rdi+128],zmm18
|
|
vmovdqa32 [rdi+192],zmm19
|