mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-24 08:28:07 +00:00
9ba1e6a2f9
Multiple minor fixes to existing instructions. Moved x86 decoding tests in a separate directory & improved the test script.
13 lines
499 B
NASM
13 lines
499 B
NASM
bits 64
|
|
|
|
vgatherdpd xmm2, [rbx+xmm7*8+0x1000], xmm13
|
|
vgatherdps xmm2, [rbx+xmm7*8+0x1000], xmm13
|
|
vgatherqpd xmm2, [rbx+xmm7*8+0x1000], xmm13
|
|
vgatherqps xmm2, [rbx+xmm7*8+0x1000], xmm13
|
|
vgatherqps xmm2, [rbx+ymm17*8+0x1000], xmm13
|
|
vpgatherdd xmm2, [rbx+xmm7*8+0x1000], xmm13
|
|
vpgatherdq xmm2, [rbx+xmm7*8+0x1000], xmm13
|
|
vpgatherqd xmm2, [rbx+xmm7*8+0x1000], xmm13
|
|
vpgatherqd xmm2, [rbx+ymm17*8+0x1000], xmm13
|
|
vpgatherqq xmm2, [rbx+xmm7*8+0x1000], xmm13
|