mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-10 01:20:31 +00:00
9ba1e6a2f9
Multiple minor fixes to existing instructions. Moved x86 decoding tests in a separate directory & improved the test script.
11 lines
315 B
NASM
11 lines
315 B
NASM
bits 64
|
|
|
|
vcvtph2ps xmm7,xmm13
|
|
vcvtph2ps ymm7,xmm13
|
|
vcvtps2ph xmm13,xmm7,10
|
|
vcvtps2ph xmm13,ymm7,10
|
|
|
|
vcvtph2ps xmm7,[rbx]
|
|
vcvtph2ps ymm7,[rbx]
|
|
vcvtps2ph [rbx],xmm7,10
|
|
vcvtps2ph [rbx],ymm7,10 |