1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-12 18:38:55 +00:00
bddisasm/bddisasm_test/x86/basic/mpx_64.asm
BITDEFENDER\vlutas 9ba1e6a2f9 Added support for new Intel instructions, per Intel ISA extensions document #319433-046 (September 2022): PREFETCHITI, RAO-INT, CMPCCXADD, WRMSRNS, MSRLIST, AMX-FP16, AVX-IFMA, AVX-NE-CONVERT, AVX-VNNI-INT8.
Multiple minor fixes to existing instructions.
Moved x86 decoding tests in a separate directory & improved the test script.
2022-10-04 12:22:59 +03:00

15 lines
384 B
NASM

bits 64
bndldx bnd0, [rbx + rsi]
bndmov bnd0, bnd3
bndmov bnd0, [rbx]
bndcl bnd0, rax
bndcl bnd0, [rbx]
bndcu bnd0, rax
bndcu bnd0, [rbx]
bndstx [rbx + rsi], bnd0
bndmov bnd0, bnd3
bndmov [rbx], bnd0
bndmk bnd0, [rbx]
bndcn bnd0, rax
bndcn bnd0, [rbx]