[llvm-commits] Support for explicit argument form of X86 string instructions

Joerg Sonnenberger joerg at britannica.bec.de
Sun Mar 6 15:24:45 PST 2011


Hi all,
the attached patch implements the various explicit argument forms of the
X86 string instructions. They are used for documentation purposes, but
the use of segment overrides make them hard to specify with the normal
InstAlias syntax. This covers the ins, outs, movs, lods and stos family
of instructions. For lods and stos, both the implicit and explicit size
version is recognized.

Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: string-op.diff
Type: text/x-diff
Size: 11455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110307/6248171f/attachment.diff>


More information about the llvm-commits mailing list