mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
cd26fccab4
Support the +n syntax for multiple contiguous registers, and emit it in the output from ndisasm as well. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
13 lines
310 B
NASM
13 lines
310 B
NASM
bits 64
|
|
v4fmaddps zmm0,zmm1+3,[rax]
|
|
v4fnmaddps zmm2,zmm3,[rax]
|
|
v4fmaddss zmm4,zmm5+3,[rax]
|
|
v4fnmaddss zmm6,zmm7+3,[rax]
|
|
|
|
v4dpwssds zmm8,zmm9,[rax]
|
|
v4dpwssd zmm10,zmm11+3,[rax]
|
|
v4dpwssd zmm10+0,zmm11+3,[rax]
|
|
; v4dpwssd zmm10+1,zmm11+3,[rax]
|
|
; v4dpwssd zmm10,zmm11+4,[rax]
|
|
; v4dpwssd zmm10,zmm11+7,[rax]
|