You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bddisasm/bddisasm_test/x86/avx/f16c_64.asm

11 lines
315 B

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