nasm/test/br3392396.asm
H. Peter Anvin e83311c73d BR 3392396: fix EVEX compressed displacements
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>
2017-04-06 18:52:08 -07:00

5 lines
112 B
NASM

bits 64
vmovdqa32 [rdi],zmm16
vmovdqa32 [rdi+64],zmm17
vmovdqa32 [rdi+128],zmm18
vmovdqa32 [rdi+192],zmm19