Quantcast
Channel: Public Git Hosting - nasm/avx512.git/rss log
Viewing all articles
Browse latest Browse all 40

MPX: Add MPX instructions

$
0
0
MPX: Add MPX instructions

Added MPX instructions and corresponding parser and encoder.

ICC style mib - base + disp and index are separate - is supported.
E.g. bndstx [ebx+3], bnd2, edx -> ebx+3 : base+disp, edx : index

As a supplement to NASM style mib - split EA - parser,
omitted base+disp is now treated as 0 displacement.
E.g. bndstx [,edx], bnd2 -> bndstx [0,edx], bnd2

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
  • [DBH] assemble.c
  • [DBH] insns.dat
  • [DBH] insns.h
  • [DBH] insns.pl
  • [DBH] opflags.h
  • [DBH] parser.c
  • [DBH] regs.dat

Viewing all articles
Browse latest Browse all 40

Trending Articles